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

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Sep 10 12:40:46 UTC 2007


Author: dmn
Date: Mon Sep 10 12:40:45 2007
New Revision: 7320

URL: http://svn.debian.org/wsvn/?sc=1&rev=7320
Log:
Move <$(MAKE) test> from install to build target

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=7320&op=diff
==============================================================================
--- trunk/libwww-mechanize-shell-perl/debian/rules (original)
+++ trunk/libwww-mechanize-shell-perl/debian/rules Mon Sep 10 12:40:45 2007
@@ -26,6 +26,7 @@
 	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
+	$(MAKE) test
 
 	touch build-stamp
 
@@ -45,7 +46,6 @@
 	dh_clean -k
 
 	# Add commands to install the package into debian/$PACKAGE_NAME here
-	$(MAKE) test
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 
 	# As this is a architecture independent package, we are not




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