[Pkg-gmagick-svn-commit] r110 - in trunk/debian: . source
Nelson A. de Oliveira
naoliv at alioth.debian.org
Tue Nov 24 02:37:53 UTC 2009
Author: naoliv
Date: 2009-11-24 02:37:53 +0000 (Tue, 24 Nov 2009)
New Revision: 110
Added:
trunk/debian/source/
trunk/debian/source/format
Removed:
trunk/debian/patches/
Modified:
trunk/debian/changelog
trunk/debian/control
trunk/debian/rules
Log:
Use the new source format 3.0 (quilt)
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2009-11-24 02:07:26 UTC (rev 109)
+++ trunk/debian/changelog 2009-11-24 02:37:53 UTC (rev 110)
@@ -1,5 +1,7 @@
-imagemagick (7:6.5.7.8-2) UNRELEASED; urgency=low
+imagemagick (7:6.5.8.0-1) UNRELEASED; urgency=low
+ * New upstream release;
+ * Convert package to the new format 3.0 (quilt);
* Add some packages to Suggests, as they are necessary to convert to/from
some formats (Closes: #557734):
- autotrace, cups-bsd | lpr | lprng, curl, enscript, ffmpeg, ghostscript,
Modified: trunk/debian/control
===================================================================
--- trunk/debian/control 2009-11-24 02:07:26 UTC (rev 109)
+++ trunk/debian/control 2009-11-24 02:37:53 UTC (rev 110)
@@ -11,7 +11,7 @@
libjasper-dev, libjpeg-dev, liblcms-dev, liblqr-1-0-dev, libltdl-dev,
libopenexr-dev, libperl-dev, libpng-dev, librsvg2-dev, libtiff-dev,
libwmf-dev, libx11-dev, libxext-dev, libxml2-dev, libxt-dev, pkg-config,
- quilt, zlib1g-dev
+ zlib1g-dev
Vcs-Browser: http://svn.debian.org/wsvn/pkg-gmagick/
Vcs-Svn: svn://svn.debian.org/svn/pkg-gmagick/
Homepage: http://www.imagemagick.org/
Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules 2009-11-24 02:07:26 UTC (rev 109)
+++ trunk/debian/rules 2009-11-24 02:37:53 UTC (rev 110)
@@ -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.7
+IMAGEMAGICKVERSION=6.5.8
DESTDIR="$(CURDIR)/debian/tmp"
@@ -17,8 +17,6 @@
MAKEFLAGS += -j$(NUMJOBS)
endif
-include /usr/share/quilt/quilt.make
-
build: build-stamp
build-stamp: $(QUILT_STAMPFN)
dh_testdir
@@ -74,7 +72,7 @@
endif
touch check-stamp
-clean: unpatch
+clean:
dh_testdir
dh_testroot
rm -f build-stamp
Added: trunk/debian/source/format
===================================================================
--- trunk/debian/source/format (rev 0)
+++ trunk/debian/source/format 2009-11-24 02:37:53 UTC (rev 110)
@@ -0,0 +1 @@
+3.0 (quilt)
More information about the pkg-gmagick-svn-commit
mailing list