[Pkg-gmagick-svn-commit] r10 - trunk/debian
luciano at alioth.debian.org
luciano at alioth.debian.org
Thu Dec 6 12:50:13 UTC 2007
Author: luciano
Date: 2007-12-06 12:50:12 +0000 (Thu, 06 Dec 2007)
New Revision: 10
Added:
trunk/debian/patches/
Modified:
trunk/debian/rules
Log:
including quilt in the debian directory
Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules 2007-11-29 16:33:28 UTC (rev 9)
+++ trunk/debian/rules 2007-12-06 12:50:12 UTC (rev 10)
@@ -8,14 +8,16 @@
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.2.4
+IMAGEMAGICKVERSION=6.3.7
+include /usr/share/quilt/quilt.make
+
ifndef PERL
PERL = /usr/bin/perl
endif
build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
dh_testdir
MagickDocumentPath="/usr/share/doc/imagemagick" ./configure \
@@ -77,7 +79,7 @@
fi
touch check-stamp
-clean:
+clean: unpatch
dh_testdir
dh_testroot
rm -f build-stamp
@@ -88,7 +90,7 @@
-cd Magick++ && $(MAKE) distclean
-rm $(CURDIR)/utilities/.libs/*
- dh_clean
+ dh_clean build-stamp
install: build
dh_testdir
More information about the pkg-gmagick-svn-commit
mailing list