r7621 - in /trunk/mime-tools/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sun Sep 16 19:05:52 UTC 2007


Author: dmn
Date: Sun Sep 16 19:05:52 2007
New Revision: 7621

URL: http://svn.debian.org/wsvn/?sc=1&rev=7621
Log:
* Move the test suite from install to build target

Modified:
    trunk/mime-tools/debian/changelog
    trunk/mime-tools/debian/rules

Modified: trunk/mime-tools/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/mime-tools/debian/changelog?rev=7621&op=diff
==============================================================================
--- trunk/mime-tools/debian/changelog (original)
+++ trunk/mime-tools/debian/changelog Sun Sep 16 19:05:52 2007
@@ -5,8 +5,9 @@
     Closes: #442676 -- FTBFS twice in a row
   * Stop exporting DH_COMPAT and use debian/compat
   * Added myself to Uploaders (and wrapped it)
-
- -- Damyan Ivanov <dmn at debian.org>  Sun, 16 Sep 2007 22:02:58 +0300
+  * Move the test suite from install to build target
+
+ -- Damyan Ivanov <dmn at debian.org>  Sun, 16 Sep 2007 22:05:27 +0300
 
 mime-tools (5.420-1) unstable; urgency=low
 

Modified: trunk/mime-tools/debian/rules
URL: http://svn.debian.org/wsvn/trunk/mime-tools/debian/rules?rev=7621&op=diff
==============================================================================
--- trunk/mime-tools/debian/rules (original)
+++ trunk/mime-tools/debian/rules Sun Sep 16 19:05:52 2007
@@ -22,6 +22,7 @@
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor PERL=$(PERL)
 	$(MAKE) LD_RUN_PATH=
+	$(MAKE) test
 	touch $@
 
 clean:	checkroot
@@ -33,7 +34,6 @@
 	dh_clean
 	dh_installdirs
 
-	$(MAKE) test
 	$(MAKE) pure_install PREFIX=$(prefix)
 	rm -f $(prefix)/share/perl5/set-version.pl
 	rmdir --parents --ignore-fail-on-non-empty $(prefix)/lib/perl5




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