[Pkg-gmagick-svn-commit] r84 - branches/experimental/debian
naoliv at alioth.debian.org
naoliv at alioth.debian.org
Wed Mar 11 01:18:30 UTC 2009
Author: naoliv
Date: 2009-03-11 01:18:30 +0000 (Wed, 11 Mar 2009)
New Revision: 84
Modified:
branches/experimental/debian/changelog
branches/experimental/debian/control
branches/experimental/debian/rules
Log:
New release.
Modified: branches/experimental/debian/changelog
===================================================================
--- branches/experimental/debian/changelog 2009-02-06 21:17:55 UTC (rev 83)
+++ branches/experimental/debian/changelog 2009-03-11 01:18:30 UTC (rev 84)
@@ -1,4 +1,4 @@
-imagemagick (7:6.4.9.2-1) UNRELEASED; urgency=low
+imagemagick (7:6.5.0.0-1) experimental; urgency=low
* New upstream release;
* Fix handling of large values in FITS file (Closes: #268241);
@@ -18,9 +18,11 @@
* Fix bugs in SetPixel from perlmagick (Closes: #477462);
* Enable mouse wheel and arrow keys when using display (Closes: #179267);
* Fix crash during 'grab' (Closes: #431937);
- * Add a new uploader (Closes: #452314);
+ * Enable Liquid Rescale support (Closes: 516298);
+ * Add Bastien Roucariès to Uploaders. Big thanks to him for helping and
+ joining us!
- -- Nelson A. de Oliveira <naoliv at debian.org> Fri, 06 Feb 2009 16:48:21 -0200
+ -- Nelson A. de Oliveira <naoliv at debian.org> Tue, 10 Mar 2009 21:30:39 -0300
imagemagick (7:6.4.8.0-1) experimental; urgency=low
Modified: branches/experimental/debian/control
===================================================================
--- branches/experimental/debian/control 2009-02-06 21:17:55 UTC (rev 83)
+++ branches/experimental/debian/control 2009-03-11 01:18:30 UTC (rev 84)
@@ -4,7 +4,9 @@
Maintainer: ImageMagick Packaging Team <pkg-gmagick-im-team at lists.alioth.debian.org>
Uploaders: Luciano Bello <luciano at debian.org>, Daniel Kobras <kobras at debian.org>, Nelson A. de Oliveira <naoliv at debian.org>, Bastien Roucariès <roucaries.bastien+debian at gmail.com>
Standards-Version: 3.8.0
-Build-Depends: libjpeg62-dev, libbz2-dev, libtiff4-dev, libwmf-dev, zlib1g-dev, libpng12-dev, libx11-dev, libxt-dev, libxext-dev, debhelper (>= 7), libxml2-dev, libfreetype6-dev, liblcms1-dev, libexif-dev, libjasper-dev, libltdl3-dev, libdjvulibre-dev, librsvg2-dev, libopenexr-dev, libgraphviz-dev, ghostscript, pkg-config, quilt, chrpath
+Build-Depends: libjpeg62-dev, libbz2-dev, libtiff4-dev, libwmf-dev, zlib1g-dev, libpng12-dev, libx11-dev, libxt-dev, libxext-dev, debhelper (>= 7), libxml2-dev,
+ libfreetype6-dev, liblcms1-dev, libexif-dev, libjasper-dev, libltdl3-dev, libdjvulibre-dev, librsvg2-dev, libopenexr-dev, libgraphviz-dev, liblqr-1-0-dev,
+ ghostscript, pkg-config, quilt, chrpath
Vcs-Browser: http://svn.debian.org/wsvn/pkg-gmagick/
Vcs-Svn: svn://svn.debian.org/svn/pkg-gmagick/
Homepage: http://www.imagemagick.org/
Modified: branches/experimental/debian/rules
===================================================================
--- branches/experimental/debian/rules 2009-02-06 21:17:55 UTC (rev 83)
+++ branches/experimental/debian/rules 2009-03-11 01:18:30 UTC (rev 84)
@@ -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.4.9
+IMAGEMAGICKVERSION=6.5.0
DESTDIR="$(CURDIR)/debian/tmp"
More information about the pkg-gmagick-svn-commit
mailing list