r37768 - in /trunk/libpdf-report-perl/debian: changelog control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Jun 7 11:48:28 UTC 2009


Author: gregoa
Date: Sun Jun  7 11:47:27 2009
New Revision: 37768

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37768
Log:
* debian/control: add build dependency on libtest-pod-perl,
  (used in test suite).
* debian/rules: run only specific tests.

Modified:
    trunk/libpdf-report-perl/debian/changelog
    trunk/libpdf-report-perl/debian/control
    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=37768&op=diff
==============================================================================
--- trunk/libpdf-report-perl/debian/changelog (original)
+++ trunk/libpdf-report-perl/debian/changelog Sun Jun  7 11:47:27 2009
@@ -45,6 +45,9 @@
   [ gregor herrmann ]
   * debian/watch: use our "default" regexp for matching upstream versions.
   * debian/control: change my email address.
+  * debian/control: add build dependency on libtest-pod-perl,
+    (used in test suite).
+  * debian/rules: run only specific tests.
 
  -- Nathan Handler <nhandler at ubuntu.com>  Sun, 07 Jun 2009 02:25:39 +0000
 

Modified: trunk/libpdf-report-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpdf-report-perl/debian/control?rev=37768&op=diff
==============================================================================
--- trunk/libpdf-report-perl/debian/control (original)
+++ trunk/libpdf-report-perl/debian/control Sun Jun  7 11:47:27 2009
@@ -2,7 +2,8 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7), quilt (>= 0.40)
-Build-Depends-Indep: perl (>= 5.8.0), libpdf-api2-perl (>= 0.40.00)
+Build-Depends-Indep: perl (>= 5.8.0), libpdf-api2-perl (>= 0.40.00),
+ libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Gunnar Wolf <gwolf at debian.org>, Allard Hoeve <allard at byte.nl>,
  Niko Tyni <ntyni at iki.fi>, Russ Allbery <rra at debian.org>,

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




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