r37946 - in /trunk/libpdf-report-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Jun 10 16:43:05 UTC 2009


Author: gregoa
Date: Wed Jun 10 16:43:00 2009
New Revision: 37946

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37946
Log:
debian/rules: remove restriction to run only some tests, since the faulty
pod-coverage test is removed.

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

Modified: trunk/libpdf-report-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpdf-report-perl/debian/changelog?rev=37946&op=diff
==============================================================================
--- trunk/libpdf-report-perl/debian/changelog (original)
+++ trunk/libpdf-report-perl/debian/changelog Wed Jun 10 16:43:00 2009
@@ -5,6 +5,8 @@
 
   [ gregor herrmann ]
   * debian/watch: update to ignore development releases.
+  * debian/rules: remove restriction to run only some tests, since the faulty
+    pod-coverage test is removed.
 
  -- Nathan Handler <nhandler at ubuntu.com>  Wed, 10 Jun 2009 02:07:26 +0000
 

Modified: trunk/libpdf-report-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpdf-report-perl/debian/rules?rev=37946&op=diff
==============================================================================
--- trunk/libpdf-report-perl/debian/rules (original)
+++ trunk/libpdf-report-perl/debian/rules Wed Jun 10 16:43:00 2009
@@ -4,9 +4,7 @@
 
 build: build-stamp
 build-stamp: $(QUILT_STAMPFN)
-	dh build --before dh_auto_test
-	dh_auto_test -- TEST_FILES="t/00-load.t t/pod.t"
-	dh build --remaining
+	dh build
 	touch $@
 
 clean: unpatch




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