r15369 - in /trunk/libmodule-build-perl/debian: changelog rules

ntyni at users.alioth.debian.org ntyni at users.alioth.debian.org
Thu Feb 21 21:02:46 UTC 2008


Author: ntyni
Date: Thu Feb 21 21:02:43 2008
New Revision: 15369

URL: http://svn.debian.org/wsvn/?sc=1&rev=15369
Log:
* Run the test suite in the 'build' target, not with (fake)root.

Modified:
    trunk/libmodule-build-perl/debian/changelog
    trunk/libmodule-build-perl/debian/rules

Modified: trunk/libmodule-build-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libmodule-build-perl/debian/changelog?rev=15369&op=diff
==============================================================================
--- trunk/libmodule-build-perl/debian/changelog (original)
+++ trunk/libmodule-build-perl/debian/changelog Thu Feb 21 21:02:43 2008
@@ -27,6 +27,7 @@
   * Comment out the lintian override, as it doesn't seem to actually get
     triggered currently.
   * Don't install the README, it's just a copy of the POD documentation.
+  * Run the test suite in the 'build' target, not with (fake)root.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 19:14:59 +0100
 

Modified: trunk/libmodule-build-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libmodule-build-perl/debian/rules?rev=15369&op=diff
==============================================================================
--- trunk/libmodule-build-perl/debian/rules (original)
+++ trunk/libmodule-build-perl/debian/rules Thu Feb 21 21:02:43 2008
@@ -11,6 +11,9 @@
 build:
 	dh_testdir
 	perl Build.PL installdirs=vendor
+	./Build
+	./Build test
+
 clean:
 	dh_testdir
 	dh_testroot
@@ -24,7 +27,6 @@
 	dh_clean -k
 	dh_installdirs
 	
-	./Build test
 	./Build install destdir=$(CURDIR)/debian/$(PACKAGE)
 	install -d $(SHAREDIR)
 	install -m755 scripts/* $(SHAREDIR)




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