~ubuntu-branches/ubuntu/raring/hplip/raring

« back to all changes in this revision

Viewing changes to debian/patches/85_rebuild_python_ui.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2010-12-23 11:04:31 UTC
  • mfrom: (2.1.158 natty)
  • Revision ID: james.westby@ubuntu.com-20101223110431-ev5wz1it6b7jce51
Tags: 3.10.9-1
New Upstream Release 

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
## DP: No description.
6
6
 
7
7
@DPATCH@
8
 
diff -urNad hplip-3.10.2~rc1~/Makefile.am hplip-3.10.2~rc1/Makefile.am
9
 
--- hplip-3.10.2~rc1~/Makefile.am       2010-02-12 04:05:08.000000000 +0100
10
 
+++ hplip-3.10.2~rc1/Makefile.am        2010-02-12 17:39:12.405233096 +0100
 
8
diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' hplip-3.10.9~/Makefile.am hplip-3.10.9/Makefile.am
 
9
--- hplip-3.10.9~/Makefile.am   2010-12-07 10:14:49.188809130 +0100
 
10
+++ hplip-3.10.9/Makefile.am    2010-12-07 10:16:10.468679317 +0100
11
11
@@ -4,6 +4,10 @@
12
12
 #  (c) 2004-2010 Copyright Hewlett-Packard Development Company, LP
13
 
 #
 
13
 #  Author: David Suffield, Naga Samrat Chowdary Narla,
14
14
 
15
15
+# Generic rules
16
16
+%.py: %.ui
19
19
 INCLUDES = -Iip -Iio/hpmud -Iscan/sane -Iprnt/hpijs
20
20
 
21
21
 hplipdir = $(datadir)/hplip
22
 
diff -urNad hplip-3.10.2~rc1~/configure.in hplip-3.10.2~rc1/configure.in
23
 
--- hplip-3.10.2~rc1~/configure.in      2010-02-12 04:07:49.000000000 +0100
24
 
+++ hplip-3.10.2~rc1/configure.in       2010-02-12 17:41:00.355232078 +0100
25
 
@@ -500,6 +500,8 @@
 
22
diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' hplip-3.10.9~/configure.in hplip-3.10.9/configure.in
 
23
--- hplip-3.10.9~/configure.in  2010-09-26 19:08:18.000000000 +0200
 
24
+++ hplip-3.10.9/configure.in   2010-12-07 10:18:40.398439745 +0100
 
25
@@ -508,6 +508,8 @@
26
26
    AC_MSG_RESULT("using $PYTHONINCLUDEDIR")
27
27
    AC_ARG_VAR(PYTHONINCLUDEDIR, [path to Python.h C header file])
28
28
    AC_CHECK_HEADERS(python$PYTHON_VERSION/Python.h, ,[AC_MSG_ERROR([cannot find python-devel support], 6)])