r12209 - /trunk/libwx-perl/debian/rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Jan 8 08:51:31 UTC 2008


Author: dmn
Date: Tue Jan  8 08:51:31 2008
New Revision: 12209

URL: http://svn.debian.org/wsvn/?sc=1&rev=12209
Log:
Move dh_clean $stamps before $(MAKE) realclean

Modified:
    trunk/libwx-perl/debian/rules

Modified: trunk/libwx-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libwx-perl/debian/rules?rev=12209&op=diff
==============================================================================
--- trunk/libwx-perl/debian/rules (original)
+++ trunk/libwx-perl/debian/rules Tue Jan  8 08:51:31 2008
@@ -44,10 +44,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