r17805 - in /packages/unstable/human-icon-theme/debian: changelog control control.in

lool at users.alioth.debian.org lool at users.alioth.debian.org
Wed Dec 3 12:28:44 UTC 2008


Author: lool
Date: Wed Dec  3 12:28:44 2008
New Revision: 17805

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17805
Log:
Use "libmagickcore-dev | libmagick9-dev" as the imagemagick build-dep,
i.e. unversionned as the experimental imagemagick provides libmagick9-dev
and the versionned bdep would break there -- libmagickcore-dev is the new
place where ImageMagick.pc is found, and this .pc file is only used by
human-icon-theme to check the version of imagemagick.

Modified:
    packages/unstable/human-icon-theme/debian/changelog
    packages/unstable/human-icon-theme/debian/control
    packages/unstable/human-icon-theme/debian/control.in

Modified: packages/unstable/human-icon-theme/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/human-icon-theme/debian/changelog?rev=17805&op=diff
==============================================================================
--- packages/unstable/human-icon-theme/debian/changelog (original)
+++ packages/unstable/human-icon-theme/debian/changelog Wed Dec  3 12:28:44 2008
@@ -1,3 +1,13 @@
+human-icon-theme (0.28.debian-3) unstable; urgency=high
+
+  * Use "libmagickcore-dev | libmagick9-dev" as the imagemagick build-dep,
+    i.e. unversionned as the experimental imagemagick provides libmagick9-dev
+    and the versionned bdep would break there -- libmagickcore-dev is the new
+    place where ImageMagick.pc is found, and this .pc file is only used by
+    human-icon-theme to check the version of imagemagick.
+
+ -- Loic Minier <lool at dooz.org>  Wed, 03 Dec 2008 13:27:46 +0100
+
 human-icon-theme (0.28.debian-2) unstable; urgency=low
 
   * Rename uuencoded files to .uue.

Modified: packages/unstable/human-icon-theme/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/human-icon-theme/debian/control?rev=17805&op=diff
==============================================================================
--- packages/unstable/human-icon-theme/debian/control (original)
+++ packages/unstable/human-icon-theme/debian/control Wed Dec  3 12:28:44 2008
@@ -9,8 +9,7 @@
 Build-Depends-Indep: libxml-parser-perl,
                      pkg-config (>= 0.19),
                      icon-naming-utils (>= 0.8.1),
-                     libmagick9-dev (>= 5.5.7),
-                     imagemagick (>= 5.5.7),
+                     libmagickcore-dev | libmagick9-dev,
                      autotools-dev,
                      librsvg2-dev (>= 2.12.3),
                      lsb-release,

Modified: packages/unstable/human-icon-theme/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/human-icon-theme/debian/control.in?rev=17805&op=diff
==============================================================================
--- packages/unstable/human-icon-theme/debian/control.in (original)
+++ packages/unstable/human-icon-theme/debian/control.in Wed Dec  3 12:28:44 2008
@@ -9,8 +9,7 @@
 Build-Depends-Indep: libxml-parser-perl,
                      pkg-config (>= 0.19),
                      icon-naming-utils (>= 0.8.1),
-                     libmagick9-dev (>= 5.5.7),
-                     imagemagick (>= 5.5.7),
+                     libmagickcore-dev | libmagick9-dev,
                      autotools-dev,
                      librsvg2-dev (>= 2.12.3),
                      lsb-release,




More information about the pkg-gnome-commits mailing list