r24797 - in /trunk/libthread-pool-simple-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu Sep 4 07:44:33 UTC 2008


Author: dmn
Date: Thu Sep  4 07:44:30 2008
New Revision: 24797

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=24797
Log:
debian/rules: move test suite from install to build targets.
Fixes a FTBFS on architectures using fakeroot to run the install target
Closes: #497693

Modified:
    trunk/libthread-pool-simple-perl/debian/changelog
    trunk/libthread-pool-simple-perl/debian/rules

Modified: trunk/libthread-pool-simple-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libthread-pool-simple-perl/debian/changelog?rev=24797&op=diff
==============================================================================
--- trunk/libthread-pool-simple-perl/debian/changelog (original)
+++ trunk/libthread-pool-simple-perl/debian/changelog Thu Sep  4 07:44:30 2008
@@ -1,3 +1,11 @@
+libthread-pool-simple-perl (0.23-3) UNRELEASED; urgency=medium
+
+  * debian/rules: move test suite from install to build targets.
+    Fixes a FTBFS on architectures using fakeroot to run the install target
+    Closes: #497693
+
+ -- Damyan Ivanov <dmn at debian.org>  Thu, 04 Sep 2008 10:39:11 +0300
+
 libthread-pool-simple-perl (0.23-2) unstable; urgency=medium
 
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser

Modified: trunk/libthread-pool-simple-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libthread-pool-simple-perl/debian/rules?rev=24797&op=diff
==============================================================================
--- trunk/libthread-pool-simple-perl/debian/rules (original)
+++ trunk/libthread-pool-simple-perl/debian/rules Thu Sep  4 07:44:30 2008
@@ -26,6 +26,7 @@
 	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE) OPTIMIZE="-Wall -O2 -g"
+	$(MAKE) test
 
 	touch build-stamp
 
@@ -45,7 +46,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