r7409 - /trunk/libxml-xpathengine-perl/debian/rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Sep 11 12:38:28 UTC 2007


Author: dmn
Date: Tue Sep 11 12:38:28 2007
New Revision: 7409

URL: http://svn.debian.org/wsvn/?sc=1&rev=7409
Log:
Move dh_clean $stamp_files before the realclean

Modified:
    trunk/libxml-xpathengine-perl/debian/rules

Modified: trunk/libxml-xpathengine-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libxml-xpathengine-perl/debian/rules?rev=7409&op=diff
==============================================================================
--- trunk/libxml-xpathengine-perl/debian/rules (original)
+++ trunk/libxml-xpathengine-perl/debian/rules Tue Sep 11 12:38:28 2007
@@ -34,10 +34,10 @@
 	dh_testdir
 	dh_testroot
 
+	dh_clean build-stamp install-stamp
+
 	# Add commands to clean up after the build process here
 	[ ! -f Makefile ] || $(MAKE) realclean
-
-	dh_clean build-stamp install-stamp
 
 install: build install-stamp
 install-stamp:




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