r74283 - in /trunk/libtest-consistentversion-perl/debian: changelog control copyright

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu May 12 20:41:00 UTC 2011


Author: gregoa
Date: Thu May 12 20:40:21 2011
New Revision: 74283

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=74283
Log:
Add perl (>= 5.11.1) as an alternative for Test::More.

Modified:
    trunk/libtest-consistentversion-perl/debian/changelog
    trunk/libtest-consistentversion-perl/debian/control
    trunk/libtest-consistentversion-perl/debian/copyright

Modified: trunk/libtest-consistentversion-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-consistentversion-perl/debian/changelog?rev=74283&op=diff
==============================================================================
--- trunk/libtest-consistentversion-perl/debian/changelog (original)
+++ trunk/libtest-consistentversion-perl/debian/changelog Thu May 12 20:40:21 2011
@@ -1,5 +1,6 @@
 libtest-consistentversion-perl (0.2.3-1) unstable; urgency=low
 
+  [ Nicholas Bamber ]
   * Added myself to Uploaders
   * Upped standards version to 3.9.1
   * Refreshed copyright
@@ -8,6 +9,9 @@
   * Reviewed dependencies
   * Added Depends clause on libtest-pod-content-perl (Closes: #619073)
 
+  [ gregor herrmann ]
+  * Add perl (>= 5.11.1) as an alternative for Test::More.
+
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Thu, 12 May 2011 09:07:14 +0100
 
 libtest-consistentversion-perl (0.2.2-1) unstable; urgency=low

Modified: trunk/libtest-consistentversion-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-consistentversion-perl/debian/control?rev=74283&op=diff
==============================================================================
--- trunk/libtest-consistentversion-perl/debian/control (original)
+++ trunk/libtest-consistentversion-perl/debian/control Thu May 12 20:40:21 2011
@@ -2,8 +2,10 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, perl (>= 5.10.1) | libautodie-perl,
- libtest-simple-perl (>= 0.94), libtest-pod-content-perl
+Build-Depends-Indep: perl, 
+ libtest-pod-content-perl,
+ perl (>= 5.10.1) | libautodie-perl,
+ perl (>= 5.11.1) | libtest-simple-perl (>= 0.94)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>,
  Nicholas Bamber <nicholas at periapt.co.uk>
@@ -14,8 +16,10 @@
 
 Package: libtest-consistentversion-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.10.1) | libautodie-perl,
- libtest-simple-perl (>= 0.94), libtest-pod-content-perl
+Depends: ${perl:Depends}, ${misc:Depends},
+ libtest-pod-content-perl,
+ perl (>= 5.10.1) | libautodie-perl,
+ perl (>= 5.11.1) | libtest-simple-perl (>= 0.94)
 Description: module to ensure consistent versions in a package
  Test::ConsistentVersion is a Perl module that ensures consistent versioning
  in all modules of a package. It also checks that the README and Changes files

Modified: trunk/libtest-consistentversion-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-consistentversion-perl/debian/copyright?rev=74283&op=diff
==============================================================================
--- trunk/libtest-consistentversion-perl/debian/copyright (original)
+++ trunk/libtest-consistentversion-perl/debian/copyright Thu May 12 20:40:21 2011
@@ -4,13 +4,13 @@
 Name: Test-ConsistentVersion
 
 Files: *
-Copyright: 2009, Glenn Fowler <cebjyre at cpan.org>
+Copyright: 2009-2010, Glenn Fowler <cebjyre at cpan.org>
 License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright:
  2010, Jonathan Yu <jawnsy at cpan.org>
- 2010, Nicholas Bamber <nicholas at periapt.co.uk>
+ 2010-2011, Nicholas Bamber <nicholas at periapt.co.uk>
 License: Artistic or GPL-1+
 
 License: Artistic
@@ -26,5 +26,5 @@
  the Free Software Foundation; either version 1, or (at your option)
  any later version.
  .
- On Debian systems, the complete text of version 1 of the
+ On Debian systems, the complete text of version 1 of the GNU
  General Public License can be found in `/usr/share/common-licenses/GPL-1'.




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