Your message dated Mon, 17 Oct 2011 15:12:20 +0200
with message-id <[email protected]>
and subject line done in 0.9.1-3
has caused the Debian Bug report #545437,
regarding pythonmagick should build-depend on pkg-config
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
545437: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=545437
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: pythonmagick
Version: 0.9.1-1
Severity: minor
Tags: patch
User: [email protected]
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
 

--- End Message ---
--- Begin Message ---
Version: 0.9.1-3

pythonmagick (0.9.1-3) unstable; urgency=low

  * Add pkg-config as build-dependency.
  * Bumping Standards-Version to 3.8.4.
  * Add debian/README.source.
  * Update patches to include python2.6 properly.

 -- Bernd Zeimetz <[email protected]>  Wed, 12 May 2010 23:05:38 +0200

Regards,
-- 
Sebastian Ramacher

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---

Reply via email to