r11085 - /trunk/libapp-control-perl/debian/rules

bremner-guest at users.alioth.debian.org bremner-guest at users.alioth.debian.org
Mon Dec 10 11:24:23 UTC 2007


Author: bremner-guest
Date: Mon Dec 10 11:24:23 2007
New Revision: 11085

URL: http://svn.debian.org/wsvn/?sc=1&rev=11085
Log:
move $(MAKE) test

Modified:
    trunk/libapp-control-perl/debian/rules

Modified: trunk/libapp-control-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libapp-control-perl/debian/rules?rev=11085&op=diff
==============================================================================
--- trunk/libapp-control-perl/debian/rules (original)
+++ trunk/libapp-control-perl/debian/rules Mon Dec 10 11:24:23 2007
@@ -26,7 +26,7 @@
 	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE) 
-
+	$(MAKE) test
 	touch build-stamp
 
 clean:
@@ -47,7 +47,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