r72877 - in /trunk/libparams-validate-perl/debian: changelog control rules

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Wed Apr 20 19:21:09 UTC 2011


Author: periapt-guest
Date: Wed Apr 20 19:20:38 2011
New Revision: 72877

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=72877
Log:
Updated dependencies - build dependencies significantly reduced

Modified:
    trunk/libparams-validate-perl/debian/changelog
    trunk/libparams-validate-perl/debian/control
    trunk/libparams-validate-perl/debian/rules

Modified: trunk/libparams-validate-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparams-validate-perl/debian/changelog?rev=72877&op=diff
==============================================================================
--- trunk/libparams-validate-perl/debian/changelog (original)
+++ trunk/libparams-validate-perl/debian/changelog Wed Apr 20 19:20:38 2011
@@ -1,15 +1,4 @@
 libparams-validate-perl (0.97-1) UNRELEASED; urgency=low
-
-  TODO:
-  - tests:
-    * d/rules: AUTHOR_TESTING doesn't do anything, removed upstream
-      (plus dh version in d/control)
-    * d/control: most tests are release tests now, so some build deps are not
-      required anymore (probably all libtest*)
-  - build:
-    d/control: "perl (>= 5.11.4) | libmodule-build-perl (>= 0.3601)"
-    * doesn't work on buildds / with sbuild (takes only first alternative)
-    * needs to be >= 0.360100
 
   [ Jonathan Yu ]
   * Makefile.PL removed upstream; no need to force perl_build
@@ -17,7 +6,7 @@
   [ Nicholas Bamber ]
   * Added myself to Uploaders
   * New upstream release
-  * Updated dependencies
+  * Updated dependencies - build dependencies significantly reduced
   * Email change: gregor herrmann -> gregoa at debian.org
   * Refreshed copyright
   * Added debian/source

Modified: trunk/libparams-validate-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparams-validate-perl/debian/control?rev=72877&op=diff
==============================================================================
--- trunk/libparams-validate-perl/debian/control (original)
+++ trunk/libparams-validate-perl/debian/control Wed Apr 20 19:20:38 2011
@@ -1,10 +1,8 @@
 Source: libparams-validate-perl
 Section: perl
 Priority: optional
-Build-Depends: perl, debhelper (>= 7.0.50~), libtest-taint-perl,
- libtest-pod-coverage-perl, libreadonly-xs-perl, libreadonly-perl,
- libtest-pod-perl, libtest-kwalitee-perl,
- perl (>= 5.11.4) | libmodule-build-perl (>= 0.3601)
+Build-Depends: perl, debhelper (>= 7), libreadonly-xs-perl, libreadonly-perl,
+ libmodule-build-perl (>= 0.360100) | perl (>= 5.11.4)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jay Bonci <jaybonci at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
  gregor herrmann <gregoa at debian.org>, Nicholas Bamber <nicholas at periapt.co.uk>,

Modified: trunk/libparams-validate-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparams-validate-perl/debian/rules?rev=72877&op=diff
==============================================================================
--- trunk/libparams-validate-perl/debian/rules (original)
+++ trunk/libparams-validate-perl/debian/rules Wed Apr 20 19:20:38 2011
@@ -3,5 +3,3 @@
 %:
 	dh $@
 
-override_dh_auto_test:
-	AUTHOR_TESTING=1 dh_auto_test




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