r29392 - /trunk/libgtk2-perl/debian/rules
    ryan52-guest at users.alioth.debian.org 
    ryan52-guest at users.alioth.debian.org
       
    Wed Jan  7 07:49:27 UTC 2009
    
    
  
Author: ryan52-guest
Date: Wed Jan  7 07:49:24 2009
New Revision: 29392
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29392
Log:
apply the patches
Modified:
    trunk/libgtk2-perl/debian/rules
Modified: trunk/libgtk2-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-perl/debian/rules?rev=29392&op=diff
==============================================================================
--- trunk/libgtk2-perl/debian/rules (original)
+++ trunk/libgtk2-perl/debian/rules Wed Jan  7 07:49:24 2009
@@ -1,13 +1,15 @@
 #!/usr/bin/make -f
 
+include /usr/share/quilt/quilt.make
+
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh --before dh_auto_test build
 	xvfb-run dh_auto_test
 	dh --after dh_auto_test build
 	touch $@
 
-clean:
+clean: unpatch
 	dh $@
 
 install: install-stamp
    
    
More information about the Pkg-perl-cvs-commits
mailing list