r20667 - in /trunk/librest-application-perl/debian: control rules

djpig at users.alioth.debian.org djpig at users.alioth.debian.org
Tue Jun 3 21:08:44 UTC 2008


Author: djpig
Date: Tue Jun  3 21:08:44 2008
New Revision: 20667

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=20667
Log:
Add infrastructure for quilt use

Modified:
    trunk/librest-application-perl/debian/control
    trunk/librest-application-perl/debian/rules

Modified: trunk/librest-application-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librest-application-perl/debian/control?rev=20667&op=diff
==============================================================================
--- trunk/librest-application-perl/debian/control (original)
+++ trunk/librest-application-perl/debian/control Tue Jun  3 21:08:44 2008
@@ -1,7 +1,7 @@
 Source: librest-application-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0)
+Build-Depends: debhelper (>= 5.0.0), quilt
 Build-Depends-Indep: perl (>= 5.8.8-12), libtie-ixhash-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Frank Lichtenheld <djpig at debian.org>

Modified: trunk/librest-application-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librest-application-perl/debian/rules?rev=20667&op=diff
==============================================================================
--- trunk/librest-application-perl/debian/rules (original)
+++ trunk/librest-application-perl/debian/rules Tue Jun  3 21:08:44 2008
@@ -11,6 +11,8 @@
 # always return the default without waiting for user input.
 export PERL_MM_USE_DEFAULT=1
 
+include /usr/share/quilt/quilt.make
+
 PACKAGE=$(shell dh_listpackages)
 
 ifndef PERL
@@ -20,7 +22,7 @@
 TMP     =$(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 
 	# Add commands to compile the package here
@@ -30,7 +32,7 @@
 
 	touch $@
 
-clean:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 




More information about the Pkg-perl-cvs-commits mailing list