r49090 - in /trunk/libmodule-build-perl/debian: changelog control patches/man-ext

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Dec 21 18:38:30 UTC 2009


Author: jawnsy-guest
Date: Mon Dec 21 18:38:25 2009
New Revision: 49090

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49090
Log:
Update dependencies

Modified:
    trunk/libmodule-build-perl/debian/changelog
    trunk/libmodule-build-perl/debian/control
    trunk/libmodule-build-perl/debian/patches/man-ext

Modified: trunk/libmodule-build-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/debian/changelog?rev=49090&op=diff
==============================================================================
--- trunk/libmodule-build-perl/debian/changelog (original)
+++ trunk/libmodule-build-perl/debian/changelog Mon Dec 21 18:38:25 2009
@@ -1,9 +1,8 @@
 libmodule-build-perl (0.360000-1) UNRELEASED; urgency=low
 
-  TODO: fix deps
-
   * New upstream release
   * Add NEWS file documenting major changes
+  * Update dependencies
 
  -- Jonathan Yu <jawnsy at cpan.org>  Sun, 20 Dec 2009 20:37:39 -0500
 

Modified: trunk/libmodule-build-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/debian/control?rev=49090&op=diff
==============================================================================
--- trunk/libmodule-build-perl/debian/control (original)
+++ trunk/libmodule-build-perl/debian/control Mon Dec 21 18:38:25 2009
@@ -2,10 +2,11 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
-Build-Depends-Indep: perl, libyaml-perl, libarchive-tar-perl,
- libextutils-cbuilder-perl, libtest-harness-perl (>= 3.16), libversion-perl,
- libextutils-parsexs-perl, libpar-dist-perl (>= 0.17), libtie-cphash-perl,
- libarchive-zip-perl
+Build-Depends-Indep: perl, libarchive-tar-perl, libarchive-zip-perl,
+ libyaml-tiny-perl, libtest-harness-perl (>= 3.16), libarchive-tar-perl,
+ libextutils-cbuilder-perl (>= 0.2602), perl (>= 5.10) | libversion-perl,
+ libsoftware-license-perl (>= 0.012), libextutils-parsexs-perl (>= 2.2002),
+ libtie-cphash-perl, libpar-dist-perl (>= 0.17), libarchive-zip-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jay Bonci <jaybonci at debian.org>, Niko Tyni <ntyni at debian.org>,
  gregor herrmann <gregoa at debian.org>, Damyan Ivanov <dmn at debian.org>,
@@ -20,9 +21,10 @@
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libarchive-tar-perl, libyaml-perl,
  libextutils-parsexs-perl
-Recommends: libextutils-cbuilder-perl, libversion-perl, libpod-readme-perl
+Recommends: libextutils-cbuilder-perl, perl (>= 5.10) | libversion-perl,
+ libpod-readme-perl
 Suggests: libpar-dist-perl (>= 0.17)
-Description: subclassable and make-independent Perl module builder alternative
+Description: make-independent Perl module builder alternative
  Module::Build is a framework for easily building, testing and installing Perl
  packages. It is meant as a next-generation replacement for ExtUtils::MakeMaker
  and offers many additional features characteristic of a more modern install
@@ -31,4 +33,4 @@
  Because it is written in Pure Perl, it has very few external dependencies. In
  particular, it allows for installation of packages on systems without 'make'
  and will even work without a shell. Its only prerequisites are modules that
- are included with perl 5.6.0 and it is core as of perl 5.10.0.
+ are included with perl 5.6.0 and it is core as of perl 5.10.

Modified: trunk/libmodule-build-perl/debian/patches/man-ext
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/debian/patches/man-ext?rev=49090&op=diff
==============================================================================
--- trunk/libmodule-build-perl/debian/patches/man-ext (original)
+++ trunk/libmodule-build-perl/debian/patches/man-ext Mon Dec 21 18:38:25 2009
@@ -2,7 +2,7 @@
 
 --- a/lib/Module/Build/Base.pm
 +++ b/lib/Module/Build/Base.pm
-@@ -2733,7 +2733,7 @@
+@@ -3068,7 +3068,7 @@
    foreach my $file (keys %$files) {
      # Pod::Simple based parsers only support one document per instance.
      # This is expected to change in a future version (Pod::Simple > 3.03).
@@ -11,7 +11,7 @@
      my $manpage = $self->man1page_name( $file ) . '.' .
  	          $self->config( 'man1ext' );
      my $outfile = File::Spec->catfile($mandir, $manpage);
-@@ -2758,7 +2758,7 @@
+@@ -3093,7 +3093,7 @@
    while (my ($file, $relfile) = each %$files) {
      # Pod::Simple based parsers only support one document per instance.
      # This is expected to change in a future version (Pod::Simple > 3.03).




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