[Pkg-gmagick-svn-commit] r90 - branches/experimental/debian

Nelson A. de Oliveira naoliv at alioth.debian.org
Thu Apr 9 18:45:52 UTC 2009


Author: naoliv
Date: 2009-04-09 18:45:52 +0000 (Thu, 09 Apr 2009)
New Revision: 90

Modified:
   branches/experimental/debian/changelog
   branches/experimental/debian/control
   branches/experimental/debian/rules
Log:
New relase.
Upload to unstable.


Modified: branches/experimental/debian/changelog
===================================================================
--- branches/experimental/debian/changelog	2009-03-30 18:35:21 UTC (rev 89)
+++ branches/experimental/debian/changelog	2009-04-09 18:45:52 UTC (rev 90)
@@ -1,11 +1,13 @@
-imagemagick (7:6.5.0.10-1) UNRELEASED; urgency=low
+imagemagick (7:6.5.1.0-1) unstable; urgency=low
 
   * New upstream release;
   * Upload to unstable;
   * Add libmagickcore-dev dependency on liblqr-1-0-dev (Closes: #521871);
   * Fixes segfault while converting to Braille format (Closes: #521395);
+  * Fixes conversion from SVG to PNG (Closes: #520412);
+  * Change imagemagick-dbg section to "debug".
 
- -- Nelson A. de Oliveira <naoliv at debian.org>  Mon, 30 Mar 2009 15:02:50 -0300
+ -- Nelson A. de Oliveira <naoliv at debian.org>  Thu, 09 Apr 2009 14:02:38 -0300
 
 imagemagick (7:6.5.0.0-2) experimental; urgency=low
 

Modified: branches/experimental/debian/control
===================================================================
--- branches/experimental/debian/control	2009-03-30 18:35:21 UTC (rev 89)
+++ branches/experimental/debian/control	2009-04-09 18:45:52 UTC (rev 90)
@@ -32,7 +32,7 @@
 
 Package: imagemagick-dbg
 Architecture: any
-Section: libdevel
+Section: debug
 Priority: extra
 Depends: imagemagick (= ${binary:Version}), libmagick++2 (= ${binary:Version}),
  perlmagick (= ${binary:Version}), ${misc:Depends}

Modified: branches/experimental/debian/rules
===================================================================
--- branches/experimental/debian/rules	2009-03-30 18:35:21 UTC (rev 89)
+++ branches/experimental/debian/rules	2009-04-09 18:45:52 UTC (rev 90)
@@ -8,7 +8,7 @@
 export DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
-IMAGEMAGICKVERSION=6.5.0
+IMAGEMAGICKVERSION=6.5.1
 
 DESTDIR="$(CURDIR)/debian/tmp"
 




More information about the pkg-gmagick-svn-commit mailing list