r12213 - /trunk/libwx-perl/debian/rules
    dmn at users.alioth.debian.org 
    dmn at users.alioth.debian.org
       
    Tue Jan  8 09:00:49 UTC 2008
    
    
  
Author: dmn
Date: Tue Jan  8 09:00:49 2008
New Revision: 12213
URL: http://svn.debian.org/wsvn/?sc=1&rev=12213
Log:
Move test suite to build-stamp target to avoid running it several times
Modified:
    trunk/libwx-perl/debian/rules
Modified: trunk/libwx-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libwx-perl/debian/rules?rev=12213&op=diff
==============================================================================
--- trunk/libwx-perl/debian/rules (original)
+++ trunk/libwx-perl/debian/rules Tue Jan  8 09:00:49 2008
@@ -37,6 +37,7 @@
 	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
+	xvfb-run $(MAKE) test
 
 	touch build-stamp
 
@@ -60,7 +61,6 @@
 	dh_clean -k
 
 	# Add commands to install the package into debian/$PACKAGE_NAME here
-	xvfb-run $(MAKE) test
 	$(MAKE) install DESTDIR=$(TMP)
 
 	find $(TMP) -type f -name .packlist | xargs rm -f
    
    
More information about the Pkg-perl-cvs-commits
mailing list