r31859 - /trunk/libpoe-component-client-http-perl/debian/rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Mar 10 17:40:10 UTC 2009


Author: gregoa
Date: Tue Mar 10 17:40:07 2009
New Revision: 31859

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=31859
Log:
re-enable quilt in debian/rules

Modified:
    trunk/libpoe-component-client-http-perl/debian/rules

Modified: trunk/libpoe-component-client-http-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-http-perl/debian/rules?rev=31859&op=diff
==============================================================================
--- trunk/libpoe-component-client-http-perl/debian/rules (original)
+++ trunk/libpoe-component-client-http-perl/debian/rules Tue Mar 10 17:40:07 2009
@@ -1,11 +1,13 @@
 #!/usr/bin/make -f
 
+include /usr/share/quilt/quilt.make
+
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	http_proxy= HTTP_PROXY= CGI_HTTP_PROXY= dh build
 	touch $@
 
-clean:
+clean: unpatch
 	dh $@
 
 install: install-stamp




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