* Lucas Nussbaum <[email protected]>, 2009-07-14, 09:15:
During a rebuild of all packages in sid, your package failed to build on
amd64.
The attached patch fixes the problem. It also makes parallel builds reliable.

--
Jakub Wilk
diff --git a/debian/control b/debian/control
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@
 Section: python
 Priority: optional
 Maintainer: Matthias Klose <[email protected]>
-Build-Depends: tk8.4-dev, python-all-dev, python-all-dbg, python-central (>= 0.4.12), python-tk-dbg (>= 2.4.3), libsane-dev, libfreetype6-dev, libjpeg62-dev, zlib1g-dev, debhelper (>= 5.0.37.1)
+Build-Depends: tk8.5-dev, python-all-dev, python-all-dbg, python-central (>= 0.4.12), python-tk-dbg (>= 2.5.2-1.1), libsane-dev, libfreetype6-dev, libjpeg62-dev, zlib1g-dev, debhelper (>= 5.0.37.1)
 Build-Conflicts: python-numarray
 XS-Python-Version: all
 Standards-Version: 3.8.0
@@ -51,7 +51,7 @@
 
 Package: python-imaging-tk
 Architecture: any
-Depends: python-imaging (= ${Source-Version}), python-tk (>= 2.4.3), ${python:Depends}, ${shlibs:Depends}
+Depends: python-imaging (= ${Source-Version}), python-tk (>= 2.5.2-1.1), ${python:Depends}, ${shlibs:Depends}
 Conflicts: python-imaging (<< 1.0.1-3), python2.3-imaging-tk, python2.4-imaging-tk
 Replaces: python-imaging (<< 1.0.1-3), python2.3-imaging-tk, python2.4-imaging-tk
 Suggests: python-imaging-doc, python-imaging-tk-dbg
@@ -74,7 +74,7 @@
 Depends: python-imaging (= ${Source-Version}), ${python:Depends}, ${shlibs:Depends}
 Conflicts: python2.3-imaging-sane, python2.4-imaging-sane
 Replaces: python2.3-imaging-sane, python2.4-imaging-sane
-Recommends: python-tk
+Recommends: python-tk (>= 2.5.2-1.1)
 Suggests: python-imaging-doc, python-imaging-sane-dbg
 Provides: ${python:Provides}
 XB-Python-Version: ${python:Versions}
diff --git a/debian/rules b/debian/rules
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+.NOTPARALLEL:
+
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -196,7 +196,7 @@
         #
         # add Tcl include directory
 
-        add_directory(include_dirs, "/usr/include/tcl8.4")
+        add_directory(include_dirs, "/usr/include/tcl8.5")
 
         #
         # insert new dirs *before* default libs, to avoid conflicts

Reply via email to