r29055 - /trunk/libinline-perl/debian/rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Jan 1 19:01:30 UTC 2009


Author: gregoa
Date: Thu Jan  1 19:01:27 2009
New Revision: 29055

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29055
Log:
actually apply patches in debian/rules *cough*

Modified:
    trunk/libinline-perl/debian/rules

Modified: trunk/libinline-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libinline-perl/debian/rules?rev=29055&op=diff
==============================================================================
--- trunk/libinline-perl/debian/rules (original)
+++ trunk/libinline-perl/debian/rules Thu Jan  1 19:01:27 2009
@@ -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