r8596 - in /trunk/libtext-csv-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu Oct 25 19:58:34 UTC 2007


Author: dmn
Date: Thu Oct 25 19:58:34 2007
New Revision: 8596

URL: http://svn.debian.org/wsvn/?sc=1&rev=8596
Log:
* Move test suite from binary-arch to build target

Modified:
    trunk/libtext-csv-perl/debian/changelog
    trunk/libtext-csv-perl/debian/rules

Modified: trunk/libtext-csv-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libtext-csv-perl/debian/changelog?rev=8596&op=diff
==============================================================================
--- trunk/libtext-csv-perl/debian/changelog (original)
+++ trunk/libtext-csv-perl/debian/changelog Thu Oct 25 19:58:34 2007
@@ -8,8 +8,9 @@
 
   [ Damyan Ivanov ]
   * Add upstream URL to debian/copyrithg
+  * Move test suite from binary-arch to build target
 
- -- Damyan Ivanov <dmn at debian.org>  Thu, 25 Oct 2007 22:56:18 +0300
+ -- Damyan Ivanov <dmn at debian.org>  Thu, 25 Oct 2007 22:58:30 +0300
 
 libtext-csv-perl (0.31-1) unstable; urgency=low
 

Modified: trunk/libtext-csv-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libtext-csv-perl/debian/rules?rev=8596&op=diff
==============================================================================
--- trunk/libtext-csv-perl/debian/rules (original)
+++ trunk/libtext-csv-perl/debian/rules Thu Oct 25 19:58:34 2007
@@ -17,6 +17,7 @@
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor PERL=$(PERL)
 	$(MAKE) LD_RUN_PATH=
+	$(MAKE) test
 	touch $@
 
 clean:	checkroot unpatch
@@ -30,7 +31,6 @@
 	dh_clean
 	dh_installdirs
 
-	$(MAKE) test
 	$(MAKE) install PREFIX=$(prefix)
 	rmdir -p --ignore-fail-on-non-empty $(prefix)/share/perl5
 




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