r10712 - in /trunk/libsub-uplevel-perl/debian: changelog control rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sun Dec 2 16:20:04 UTC 2007


Author: gregoa-guest
Date: Sun Dec  2 16:20:04 2007
New Revision: 10712

URL: http://svn.debian.org/wsvn/?sc=1&rev=10712
Log:
Move tests to build target and enable additional tests.

Modified:
    trunk/libsub-uplevel-perl/debian/changelog
    trunk/libsub-uplevel-perl/debian/control
    trunk/libsub-uplevel-perl/debian/rules

Modified: trunk/libsub-uplevel-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libsub-uplevel-perl/debian/changelog?rev=10712&op=diff
==============================================================================
--- trunk/libsub-uplevel-perl/debian/changelog (original)
+++ trunk/libsub-uplevel-perl/debian/changelog Sun Dec  2 16:20:04 2007
@@ -8,6 +8,7 @@
   * debian/copyright: update according to README.
   * Set debhelper compatibility level to 5.
   * Move perl from Build-Depends to Build-Depends-Indep.
+  * Move tests to build target and enable additional tests.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:16 +0100
 

Modified: trunk/libsub-uplevel-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libsub-uplevel-perl/debian/control?rev=10712&op=diff
==============================================================================
--- trunk/libsub-uplevel-perl/debian/control (original)
+++ trunk/libsub-uplevel-perl/debian/control Sun Dec  2 16:20:04 2007
@@ -5,7 +5,7 @@
 Uploaders: Jay Bonci <jaybonci at debian.org>,
  gregor herrmann <gregor+debian at comodo.priv.at>
 Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: perl (>= 5.6.0-16)
+Build-Depends-Indep: perl (>= 5.6.0-16), libtest-pod-perl, libtest-pod-coverage-perl
 Standards-Version: 3.7.2.2
 Homepage: http://search.cpan.org/dist/Sub-Uplevel/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libsub-uplevel-perl/

Modified: trunk/libsub-uplevel-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libsub-uplevel-perl/debian/rules?rev=10712&op=diff
==============================================================================
--- trunk/libsub-uplevel-perl/debian/rules (original)
+++ trunk/libsub-uplevel-perl/debian/rules Sun Dec  2 16:20:04 2007
@@ -15,6 +15,8 @@
 	dh_testdir
 	# Add here commands to compile the package.
 	perl Makefile.PL verbose INSTALLDIRS=vendor
+	AUTHOR_TESTING=1 $(MAKE) test
+	
 clean:
 	dh_testdir
 	dh_testroot
@@ -29,7 +31,7 @@
 	dh_clean -k
 	dh_installdirs
 
-	$(MAKE) PREFIX=$(CURDIR)/debian/$(PACKAGE)/usr OPTIMIZE="-O2 -g -Wall" test install
+	$(MAKE) PREFIX=$(CURDIR)/debian/$(PACKAGE)/usr OPTIMIZE="-O2 -g -Wall" install
 	-find $(CURDIR)/debian -type d | xargs rmdir -p --ignore-fail-on-non-empty
 
 binary-arch:;




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