Control: tag 680423 + patch

On Thu, 05 Jul 2012 20:39:41 +0200, Julian Taylor wrote:

> if this package is rebuild it collects a dependency on python-pil from
> dh_python2 which does not exist.
> the requires.txt dependency needs to be overriden to python-imaging,
> e.g. with debian/pydist-overrides or by disabling dependency guessing
> with --no-guessing-deps.
 
Find a patch attached.

What worries me a bit is the change in the python dependencies:

From the package in the archive:
Depends: python2.7 | python2.6, python (>= 2.6.6-7~), python (<< 2.8), …

From the rebuilt package:
Depends: python (>= 2.6.6-7~), python (<< 2.8), …

Cheers,
gregor

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Sting: If I Ever Lose My Faith In You
diff -Nru trac-wikiprint-1.9.2/debian/changelog trac-wikiprint-1.9.2/debian/changelog
--- trac-wikiprint-1.9.2/debian/changelog	2011-12-31 22:31:09.000000000 +0100
+++ trac-wikiprint-1.9.2/debian/changelog	2012-07-26 19:16:59.000000000 +0200
@@ -1,3 +1,12 @@
+trac-wikiprint (1.9.2-1.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "depends on nonexisting python-pil if rebuilt"
+    add a debian/pydist-overrides file.
+    (Closes: #680423)
+
+ -- gregor herrmann <gre...@debian.org>  Thu, 26 Jul 2012 19:16:26 +0200
+
 trac-wikiprint (1.9.2-1) unstable; urgency=low
 
   * New upstream version (Closes: #653728). Works with Trac 0.12.
diff -Nru trac-wikiprint-1.9.2/debian/pydist-overrides trac-wikiprint-1.9.2/debian/pydist-overrides
--- trac-wikiprint-1.9.2/debian/pydist-overrides	1970-01-01 01:00:00.000000000 +0100
+++ trac-wikiprint-1.9.2/debian/pydist-overrides	2012-07-26 19:18:20.000000000 +0200
@@ -0,0 +1 @@
+pil python-imaging

Attachment: signature.asc
Description: Digital signature

Reply via email to