[Pkg-gmagick-svn-commit] r100 - trunk/debian
Nelson A. de Oliveira
naoliv at alioth.debian.org
Thu Aug 27 03:46:43 UTC 2009
Author: naoliv
Date: 2009-08-27 03:46:43 +0000 (Thu, 27 Aug 2009)
New Revision: 100
Modified:
trunk/debian/changelog
trunk/debian/control
trunk/debian/rules
Log:
New version released.
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2009-08-26 04:36:55 UTC (rev 99)
+++ trunk/debian/changelog 2009-08-27 03:46:43 UTC (rev 100)
@@ -1,4 +1,4 @@
-imagemagick (7:6.5.5.2-1) UNRELEASED; urgency=low
+imagemagick (7:6.5.5.3-1) unstable; urgency=low
* New upstream release;
* Removed SA35216.diff as it was fixed upstream;
@@ -19,9 +19,9 @@
- updated build process for PerlMagick;
- empties dependency_libs from *.la files.
* Updated Standards-Version:
- - FIXME disable tests when nocheck is present
+ - disable tests when nocheck is present.
- -- Nelson A. de Oliveira <naoliv at debian.org> Fri, 07 Aug 2009 00:12:08 -0300
+ -- Nelson A. de Oliveira <naoliv at debian.org> Thu, 27 Aug 2009 00:15:35 -0300
imagemagick (7:6.5.1.0-1.1) unstable; urgency=high
Modified: trunk/debian/control
===================================================================
--- trunk/debian/control 2009-08-26 04:36:55 UTC (rev 99)
+++ trunk/debian/control 2009-08-27 03:46:43 UTC (rev 100)
@@ -5,7 +5,7 @@
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.2
+Standards-Version: 3.8.3
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,
Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules 2009-08-26 04:36:55 UTC (rev 99)
+++ trunk/debian/rules 2009-08-27 03:46:43 UTC (rev 100)
@@ -59,6 +59,7 @@
check-stamp: build-stamp
dh_testdir
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
# Only run the testsuite to get more info in the build logs for now,
# but don't make a failing testsuite fail the whole build. Change it
# to a fatal error only once we've got an estimate on how harmful
@@ -70,6 +71,7 @@
else \
echo "Skipping regression tests because we appear to be cross-compiling"; \
fi
+endif
touch check-stamp
clean: unpatch
More information about the pkg-gmagick-svn-commit
mailing list