r21749 - /trunk/libnet-xmpp-perl/debian/rules
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Mon Jun 16 18:43:46 UTC 2008
Author: gregoa
Date: Mon Jun 16 18:43:46 2008
New Revision: 21749
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=21749
Log:
more dpatch->quilt conversion
Modified:
trunk/libnet-xmpp-perl/debian/rules
Modified: trunk/libnet-xmpp-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-xmpp-perl/debian/rules?rev=21749&op=diff
==============================================================================
--- trunk/libnet-xmpp-perl/debian/rules (original)
+++ trunk/libnet-xmpp-perl/debian/rules Mon Jun 16 18:43:46 2008
@@ -1,4 +1,6 @@
#!/usr/bin/make -f
+
+include /usr/share/quilt/quilt.make
PACKAGE=$(shell dh_listpackages)
@@ -9,14 +11,13 @@
TMP = $(CURDIR)/debian/$(PACKAGE)
build: build-stamp
-build-stamp: patch
+build-stamp: $(QUILT_STAMPFN)
dh_testdir
$(PERL) Makefile.PL INSTALLDIRS=vendor
$(MAKE)
touch build-stamp
-clean: clean1 unpatch
-clean1:
+clean: unpatch
dh_testdir
dh_testroot
-$(MAKE) distclean
@@ -49,15 +50,6 @@
dh_md5sums
dh_builddeb
-patch: $(QUILT_STAMPFN)
-$(QUILT_STAMPFN):
- dpatch apply-all
- touch $(QUILT_STAMPFN)
-
-unpatch:
- dpatch deapply-all
- rm -rf $(QUILT_STAMPFN) debian/patched
-
source diff:
@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
More information about the Pkg-perl-cvs-commits
mailing list