r39080 - in /trunk/libdata-stream-bulk-perl/debian: changelog control rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Jul 1 18:19:15 UTC 2009


Author: jawnsy-guest
Date: Wed Jul  1 18:19:09 2009
New Revision: 39080

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=39080
Log:
* Added /me to Uploaders
* Now tests pod (TEST_POD=1), but debhelper 7.0.50 is needed now

Modified:
    trunk/libdata-stream-bulk-perl/debian/changelog
    trunk/libdata-stream-bulk-perl/debian/control
    trunk/libdata-stream-bulk-perl/debian/rules

Modified: trunk/libdata-stream-bulk-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-stream-bulk-perl/debian/changelog?rev=39080&op=diff
==============================================================================
--- trunk/libdata-stream-bulk-perl/debian/changelog (original)
+++ trunk/libdata-stream-bulk-perl/debian/changelog Wed Jul  1 18:19:09 2009
@@ -2,10 +2,10 @@
 
   WAITS for libtest-tempdir-perl to pass NEW
 
-  TODO: set TEST_POD=1 to run pod tests, add that to B-D-I
-
   * New upstream release
   * Patch removed because it is fixed upstream
+  * Added /me to Uploaders
+  * Now tests pod (TEST_POD=1), but debhelper 7.0.50 is needed now
 
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.

Modified: trunk/libdata-stream-bulk-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-stream-bulk-perl/debian/control?rev=39080&op=diff
==============================================================================
--- trunk/libdata-stream-bulk-perl/debian/control (original)
+++ trunk/libdata-stream-bulk-perl/debian/control Wed Jul  1 18:19:09 2009
@@ -1,11 +1,11 @@
 Source: libdata-stream-bulk-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.50)
 Build-Depends-Indep: perl (>= 5.6.0-12), libnamespace-clean-perl (>= 0.08),
  libtest-use-ok-perl, libsub-exporter-perl, libmoose-perl, libdbix-class-perl,
  libdbi-perl, libdbd-sqlite3-perl, libpath-class-perl, libdbd-mock-perl,
- libtest-tempdir-perl
+ libtest-tempdir-perl, libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryanryan52 at gmail.com>,
 Ansgar Burchardt <ansgar at 43-1.org>, Jonathan Yu <frequency at cpan.org>

Modified: trunk/libdata-stream-bulk-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-stream-bulk-perl/debian/rules?rev=39080&op=diff
==============================================================================
--- trunk/libdata-stream-bulk-perl/debian/rules (original)
+++ trunk/libdata-stream-bulk-perl/debian/rules Wed Jul  1 18:19:09 2009
@@ -2,3 +2,6 @@
 
 %:
 	dh $@
+
+override_dh_auto_test:
+	TEST_POD=1 dh_auto_test




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