r25355 - /trunk/libcoat-persistent-perl/debian/rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Sep 19 12:31:02 UTC 2008


Author: gregoa
Date: Fri Sep 19 12:30:59 2008
New Revision: 25355

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=25355
Log:
add quilt fragments back to debian/rules

Modified:
    trunk/libcoat-persistent-perl/debian/rules

Modified: trunk/libcoat-persistent-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoat-persistent-perl/debian/rules?rev=25355&op=diff
==============================================================================
--- trunk/libcoat-persistent-perl/debian/rules (original)
+++ trunk/libcoat-persistent-perl/debian/rules Fri Sep 19 12:30:59 2008
@@ -1,11 +1,13 @@
 #!/usr/bin/make -f
 
+include /usr/share/quilt/quilt.make
+
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh build
 	touch $@
 
-clean:
+clean: unpatch
 	dh $@
 
 install: install-stamp




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