r48656 - in /trunk/libarchive-zip-perl/debian: changelog control patches/fix_META.yml_min_required_perl_version.patch patches/series

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Sun Dec 13 08:59:01 UTC 2009


Author: carnil-guest
Date: Sun Dec 13 08:58:43 2009
New Revision: 48656

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=48656
Log:
* Add patch bumping required Perl mimimum version in META.yml. Some tests
  for libarchive-zip-perl requires 5.006, and the tests fail with newer
  libperl-minimumversion-perl (>= 1.22). Thanks to Lucas Nussbaum reporting
  the FTBFS (Closes: #560632).
* Add myself to Uploaders. 

Added:
    trunk/libarchive-zip-perl/debian/patches/fix_META.yml_min_required_perl_version.patch
Modified:
    trunk/libarchive-zip-perl/debian/changelog
    trunk/libarchive-zip-perl/debian/control
    trunk/libarchive-zip-perl/debian/patches/series

Modified: trunk/libarchive-zip-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libarchive-zip-perl/debian/changelog?rev=48656&op=diff
==============================================================================
--- trunk/libarchive-zip-perl/debian/changelog (original)
+++ trunk/libarchive-zip-perl/debian/changelog Sun Dec 13 08:58:43 2009
@@ -1,3 +1,13 @@
+libarchive-zip-perl (1.30-2) UNRELEASED; urgency=low
+
+  * Add patch bumping required Perl mimimum version in META.yml. Some tests
+    for libarchive-zip-perl requires 5.006, and the tests fail with newer
+    libperl-minimumversion-perl (>= 1.22). Thanks to Lucas Nussbaum reporting
+    the FTBFS (Closes: #560632).
+  * Add myself to Uploaders. 
+
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Sun, 13 Dec 2009 09:57:29 +0100
+
 libarchive-zip-perl (1.30-1) unstable; urgency=low
 
   * New upstream release (Closes: 548963).

Modified: trunk/libarchive-zip-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libarchive-zip-perl/debian/control?rev=48656&op=diff
==============================================================================
--- trunk/libarchive-zip-perl/debian/control (original)
+++ trunk/libarchive-zip-perl/debian/control Sun Dec 13 08:58:43 2009
@@ -3,7 +3,8 @@
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>,
- Matthias Klose <doko at debian.org>, Ben Burton <bab at debian.org>
+ Matthias Klose <doko at debian.org>, Ben Burton <bab at debian.org>,
+ Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
 Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
 Build-Depends-Indep: perl (>= 5.10.1) | libcompress-raw-zlib-perl (>= 2.017),
  libtest-cpan-meta-perl (>= 0.12), libpod-simple-perl, libtest-pod-perl,

Added: trunk/libarchive-zip-perl/debian/patches/fix_META.yml_min_required_perl_version.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libarchive-zip-perl/debian/patches/fix_META.yml_min_required_perl_version.patch?rev=48656&op=file
==============================================================================
--- trunk/libarchive-zip-perl/debian/patches/fix_META.yml_min_required_perl_version.patch (added)
+++ trunk/libarchive-zip-perl/debian/patches/fix_META.yml_min_required_perl_version.patch Sun Dec 13 08:58:43 2009
@@ -1,0 +1,18 @@
+Description: libarchive-zip-perl FTBFS with Perl::MinimumVersion >=
+ 1.22. libarchive-zip-perl uses functions in tests which requires Perl
+ >= 5.6. Bump required version of Perl in META.yml.
+Origin: vendor
+Bug: http://rt.cpan.org/Public/Bug/Display.html?id=52696
+Bug-Debian: http://bugs.debian.org/560632
+Author: Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
+--- a/META.yml
++++ b/META.yml
+@@ -21,7 +21,7 @@
+     IO::File:             0
+     IO::Handle:           0
+     IO::Seekable:         0
+-    perl:                 5.00396
++    perl:                 5.006
+     Test::More:           0.42
+     Time::Local:          0
+ no_index:

Modified: trunk/libarchive-zip-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libarchive-zip-perl/debian/patches/series?rev=48656&op=diff
==============================================================================
--- trunk/libarchive-zip-perl/debian/patches/series (original)
+++ trunk/libarchive-zip-perl/debian/patches/series Sun Dec 13 08:58:43 2009
@@ -1,1 +1,2 @@
 fix_example_shebangs.patch
+fix_META.yml_min_required_perl_version.patch




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