Control: tag 680424 + patch

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

> if this package is rebuild without -imaging installed it collects a
> dependency on python-pil which does not exist.
> The dependency is generated form dh_python2.
> the requires.txt dependency needs to be overriden to python-imaging,
> e.g. with debian/pydist-overrides or you can disable 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: Michael Penn: Bucket Brigade
diff -Nru trac-odtexport-0.6.0+svn10787/debian/changelog trac-odtexport-0.6.0+svn10787/debian/changelog
--- trac-odtexport-0.6.0+svn10787/debian/changelog	2011-10-18 04:54:21.000000000 +0200
+++ trac-odtexport-0.6.0+svn10787/debian/changelog	2012-07-26 19:11:48.000000000 +0200
@@ -1,3 +1,12 @@
+trac-odtexport (0.6.0+svn10787-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "depends on nonexisting python-pil if rebuilt":
+    add a debian/pydist-overrides file.
+    (Closes: #680424)
+
+ -- gregor herrmann <gre...@debian.org>  Thu, 26 Jul 2012 19:11:36 +0200
+
 trac-odtexport (0.6.0+svn10787-1) unstable; urgency=low
 
   * Initial upload into debian (Closes: #642493)
diff -Nru trac-odtexport-0.6.0+svn10787/debian/pydist-overrides trac-odtexport-0.6.0+svn10787/debian/pydist-overrides
--- trac-odtexport-0.6.0+svn10787/debian/pydist-overrides	1970-01-01 01:00:00.000000000 +0100
+++ trac-odtexport-0.6.0+svn10787/debian/pydist-overrides	2012-07-26 19:11:31.000000000 +0200
@@ -0,0 +1 @@
+pil python-imaging

Attachment: signature.asc
Description: Digital signature

Reply via email to