r73527 - in /trunk/libgetopt-long-descriptive-perl/debian: changelog compat control copyright

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Apr 25 13:46:58 UTC 2011


Author: gregoa
Date: Mon Apr 25 13:46:35 2011
New Revision: 73527

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=73527
Log:
* Bump debhelper compatibility level to 8.
* Set Standards-Version to 3.9.2 (no changes).
* debian/control:
  - remove build dependencies on libtest-pod-perl and
    libtest-pod-coverage-perl
  - add build depenency on newer Test::More
  - bump versioned (build) dependency on libparams-validate-perl

Modified:
    trunk/libgetopt-long-descriptive-perl/debian/changelog
    trunk/libgetopt-long-descriptive-perl/debian/compat
    trunk/libgetopt-long-descriptive-perl/debian/control
    trunk/libgetopt-long-descriptive-perl/debian/copyright

Modified: trunk/libgetopt-long-descriptive-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgetopt-long-descriptive-perl/debian/changelog?rev=73527&op=diff
==============================================================================
--- trunk/libgetopt-long-descriptive-perl/debian/changelog (original)
+++ trunk/libgetopt-long-descriptive-perl/debian/changelog Mon Apr 25 13:46:35 2011
@@ -1,6 +1,13 @@
 libgetopt-long-descriptive-perl (0.090-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Bump debhelper compatibility level to 8.
+  * Set Standards-Version to 3.9.2 (no changes).
+  * debian/control:
+    - remove build dependencies on libtest-pod-perl and
+      libtest-pod-coverage-perl
+    - add build depenency on newer Test::More
+    - bump versioned (build) dependency on libparams-validate-perl
 
  -- gregor herrmann <gregoa at debian.org>  Mon, 25 Apr 2011 15:38:14 +0200
 

Modified: trunk/libgetopt-long-descriptive-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgetopt-long-descriptive-perl/debian/compat?rev=73527&op=diff
==============================================================================
--- trunk/libgetopt-long-descriptive-perl/debian/compat (original)
+++ trunk/libgetopt-long-descriptive-perl/debian/compat Mon Apr 25 13:46:35 2011
@@ -1,1 +1,1 @@
-7
+8

Modified: trunk/libgetopt-long-descriptive-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgetopt-long-descriptive-perl/debian/control?rev=73527&op=diff
==============================================================================
--- trunk/libgetopt-long-descriptive-perl/debian/control (original)
+++ trunk/libgetopt-long-descriptive-perl/debian/control Mon Apr 25 13:46:35 2011
@@ -1,22 +1,28 @@
 Source: libgetopt-long-descriptive-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libsub-exporter-perl, libtest-pod-coverage-perl,
- libtest-pod-perl, libio-stringy-perl, libparams-validate-perl
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl,
+ libio-stringy-perl,
+ libparams-validate-perl (>= 0.97),
+ libsub-exporter-perl,
+ libtest-simple-perl (>= 0.96) | perl (>= 5.13.4)
 Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
- gregor herrmann <gregoa at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
+ gregor herrmann <gregoa at debian.org>,
+ Jonathan Yu <jawnsy at cpan.org>,
  Salvatore Bonaccorso <carnil at debian.org>
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Homepage: http://search.cpan.org/dist/Getopt-Long-Descriptive/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libgetopt-long-descriptive-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libgetopt-long-descriptive-perl/
 
 Package: libgetopt-long-descriptive-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libparams-validate-perl,
- libio-stringy-perl, libsub-exporter-perl
+Depends: ${misc:Depends}, ${perl:Depends},
+ libio-stringy-perl,
+ libparams-validate-perl (>= 0.97),
+ libsub-exporter-perl
 Description: module that handles command-line arguments with usage text
  Getopt::Long::Descriptive is a convenience wrapper for Getopt::Long, which
  allows one to easily define options in the same familiar way, while also

Modified: trunk/libgetopt-long-descriptive-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgetopt-long-descriptive-perl/debian/copyright?rev=73527&op=diff
==============================================================================
--- trunk/libgetopt-long-descriptive-perl/debian/copyright (original)
+++ trunk/libgetopt-long-descriptive-perl/debian/copyright Mon Apr 25 13:46:35 2011
@@ -9,7 +9,7 @@
 
 Files: debian/*
 Copyright: 2008, Krzysztof Krzyżaniak (eloy) <eloy at debian.org>
- 2009, gregor herrmann <gregoa at debian.org>
+ 2009, 2011, gregor herrmann <gregoa at debian.org>
  2009, 2010, Jonathan Yu <frequency at cpan.org>
  2009, 2010, 2011, Salvatore Bonaccorso <carnil at debian.org>
 License: Artistic or GPL-1+




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