r7388 - in /trunk/libpdf-api2-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Sep 11 09:39:04 UTC 2007


Author: dmn
Date: Tue Sep 11 09:39:04 2007
New Revision: 7388

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

Modified:
    trunk/libpdf-api2-perl/debian/changelog
    trunk/libpdf-api2-perl/debian/rules

Modified: trunk/libpdf-api2-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libpdf-api2-perl/debian/changelog?rev=7388&op=diff
==============================================================================
--- trunk/libpdf-api2-perl/debian/changelog (original)
+++ trunk/libpdf-api2-perl/debian/changelog Tue Sep 11 09:39:04 2007
@@ -1,8 +1,9 @@
 libpdf-api2-perl (0.63-1) unstable; urgency=low
 
   * New upstream release
-
- -- Damyan Ivanov <dmn at debian.org>  Tue, 11 Sep 2007 12:37:09 +0300
+  * Moved test suite from install to build target
+
+ -- Damyan Ivanov <dmn at debian.org>  Tue, 11 Sep 2007 12:38:48 +0300
 
 libpdf-api2-perl (0.62-1) unstable; urgency=low
 

Modified: trunk/libpdf-api2-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libpdf-api2-perl/debian/rules?rev=7388&op=diff
==============================================================================
--- trunk/libpdf-api2-perl/debian/rules (original)
+++ trunk/libpdf-api2-perl/debian/rules Tue Sep 11 09:39:04 2007
@@ -13,6 +13,7 @@
 	dh_testdir
 	# Add here commands to compile the package.
 	perl Makefile.PL $(config)
+	$(MAKE) test
 clean:
 	dh_testdir
 	dh_testroot
@@ -24,7 +25,6 @@
 	dh_testroot
 	dh_clean -k
 
-	$(MAKE) test
 	$(MAKE) install PREFIX=$(CURDIR)/debian/$(PACKAGE)/usr
 	-find $(CURDIR)/debian -type d | xargs rmdir -p --ignore-fail-on-non-empty
 	# The fonts' license text is included in debian/copyright, other text




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