tags 674369 + patch
tags 674369 + pending
thanks

Dear maintainer,

I've prepared an NMU for libtuxcap (versioned as 1.4.0.dfsg2-2.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.  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: Ry Cooder: Available Space
diff -u libtuxcap-1.4.0.dfsg2/debian/changelog libtuxcap-1.4.0.dfsg2/debian/changelog
--- libtuxcap-1.4.0.dfsg2/debian/changelog
+++ libtuxcap-1.4.0.dfsg2/debian/changelog
@@ -1,3 +1,12 @@
+libtuxcap (1.4.0.dfsg2-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "FTBFS: Could NOT find ImageMagick":
+    add patch to deal with cmake's ImageMagick module changes
+    (Closes: #674369)
+
+ -- gregor herrmann <gre...@debian.org>  Thu, 07 Jun 2012 16:14:22 +0200
+
 libtuxcap (1.4.0.dfsg2-2) unstable; urgency=low
 
   * Team upload.
diff -u libtuxcap-1.4.0.dfsg2/debian/patches/series libtuxcap-1.4.0.dfsg2/debian/patches/series
--- libtuxcap-1.4.0.dfsg2/debian/patches/series
+++ libtuxcap-1.4.0.dfsg2/debian/patches/series
@@ -6,0 +7 @@
+cmake_imagemagick.patch
only in patch2:
unchanged:
--- libtuxcap-1.4.0.dfsg2.orig/debian/patches/cmake_imagemagick.patch
+++ libtuxcap-1.4.0.dfsg2/debian/patches/cmake_imagemagick.patch
@@ -0,0 +1,19 @@
+Description: cmake's ImageMagick module seems to have changed and now looks
+ for the executables, while we only need the libs here
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/674369
+Forwarded: no
+Author: gregor herrmann <gre...@debian.org>
+Last-Update: 2012-06-07
+
+--- a/tuxcap/CMakeLists.txt
++++ b/tuxcap/CMakeLists.txt
+@@ -16,7 +16,7 @@
+ 
+ Find_Package ( SDL REQUIRED )
+ Find_Package ( SDL_mixer REQUIRED )
+-Find_Package ( ImageMagick REQUIRED )
++Find_Package ( ImageMagick COMPONENTS Magick++ MagickWand MagickCore REQUIRED )
+ Find_Package ( OpenGL REQUIRED )
+ 
+ FIND_PACKAGE(ImageMagickLib)

Attachment: signature.asc
Description: Digital signature

Reply via email to