r7319 - /trunk/libwww-mechanize-shell-perl/debian/rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Sep 10 12:38:13 UTC 2007


Author: dmn
Date: Mon Sep 10 12:38:13 2007
New Revision: 7319

URL: http://svn.debian.org/wsvn/?sc=1&rev=7319
Log:
Move removing -stamps to be before $(MAKE) realclean invocation

Modified:
    trunk/libwww-mechanize-shell-perl/debian/rules

Modified: trunk/libwww-mechanize-shell-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libwww-mechanize-shell-perl/debian/rules?rev=7319&op=diff
==============================================================================
--- trunk/libwww-mechanize-shell-perl/debian/rules (original)
+++ trunk/libwww-mechanize-shell-perl/debian/rules Mon Sep 10 12:38:13 2007
@@ -33,10 +33,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