Package: pythonmagick Version: 0.9.1-1 Severity: minor Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu karmic ubuntu-patch
Hi folks, During a rebuild in Ubuntu for the libmagick++2 library transition, I found that pythonmagick FTBFS in Ubuntu as a side effect of the imagemagick package being built without librsvg. pythonmagick makes direct of pkg-config during the build (it fails to find imagemagick without it), but pkg-config is only installed as an accident as a dependency of libgtk2.0-dev. It would be advisable to have pythonmagick build-depend on pkg-config directly; see attached patch. -- System Information: Debian Release: squeeze/sid APT prefers karmic-updates APT policy: (500, 'karmic-updates'), (500, 'karmic-security'), (500, 'karmic-proposed'), (500, 'karmic') Architecture: amd64 (x86_64) Kernel: Linux 2.6.31-9-generic (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -u pythonmagick-0.9.1/debian/control pythonmagick-0.9.1/debian/control --- pythonmagick-0.9.1/debian/control +++ pythonmagick-0.9.1/debian/control @@ -14,7 +14,8 @@ python-support, python-dev (>= 2.5), autotools-dev, - dpatch + dpatch, + pkg-config Standards-Version: 3.8.1 Homepage: http://www.imagemagick.org