r41623 - in /trunk/libextutils-install-perl/debian: README.source changelog control patches/ rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Aug 10 21:05:31 UTC 2009


Author: jawnsy-guest
Date: Mon Aug 10 21:05:25 2009
New Revision: 41623

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41623
Log:
* Disable POD-Coverage test (no AUTHOR_TESTING)
* debian/watch: Update to ignore development releases.

Removed:
    trunk/libextutils-install-perl/debian/README.source
    trunk/libextutils-install-perl/debian/patches/
Modified:
    trunk/libextutils-install-perl/debian/changelog
    trunk/libextutils-install-perl/debian/control
    trunk/libextutils-install-perl/debian/rules

Modified: trunk/libextutils-install-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-install-perl/debian/changelog?rev=41623&op=diff
==============================================================================
--- trunk/libextutils-install-perl/debian/changelog (original)
+++ trunk/libextutils-install-perl/debian/changelog Mon Aug 10 21:05:25 2009
@@ -1,13 +1,4 @@
 libextutils-install-perl (1.54-1) UNRELEASED; urgency=low
-
-  TODO:
-  - maybe I'm missing something but I fail the see how a patch that does
-    s/AUTHOR_TESTING/TEST_POD_COVERAGE/ is easier than just not setting
-    AUTHOR_TESTING in debian/rules
-  - in any case libtest-pod-coverage-perl is not needed
-
-  [ Nathan Handler ]
-  * debian/watch: Update to ignore development releases.
 
   [ Jonathan Yu ]
   * New upstream release
@@ -16,7 +7,10 @@
   * Updated copyright format (a higher revision)
   * Updated rules file to new shorter format, use override for tests
   * Standards-Version 3.8.2 (no changes)
-  * Disable failing pod-coverage test with a quilt patch
+  * Disable POD-Coverage test (no AUTHOR_TESTING)
+
+  [ Nathan Handler ]
+  * debian/watch: Update to ignore development releases.
 
  -- Jonathan Yu <frequency at cpan.org>  Thu, 30 Jul 2009 10:45:02 -0400
 

Modified: trunk/libextutils-install-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-install-perl/debian/control?rev=41623&op=diff
==============================================================================
--- trunk/libextutils-install-perl/debian/control (original)
+++ trunk/libextutils-install-perl/debian/control Mon Aug 10 21:05:25 2009
@@ -1,9 +1,8 @@
 Source: libextutils-install-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
-Build-Depends-Indep: perl (>= 5.6.0-12), libtest-pod-coverage-perl,
- libtest-pod-perl
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.0-12), libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>,
  Jonathan Yu <frequency at cpan.org>, gregor herrmann <gregoa at debian.org>

Modified: trunk/libextutils-install-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-install-perl/debian/rules?rev=41623&op=diff
==============================================================================
--- trunk/libextutils-install-perl/debian/rules (original)
+++ trunk/libextutils-install-perl/debian/rules Mon Aug 10 21:05:25 2009
@@ -1,7 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh --with quilt $@
-
-override_dh_auto_test:
-	AUTHOR_TESTING=1 dh_auto_test
+	dh $@




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