r51884 - in /trunk/pip/debian: changelog patches/ patches/pmv.patch patches/series source/ source/format

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Jan 30 18:20:12 UTC 2010


Author: gregoa
Date: Sat Jan 30 18:20:00 2010
New Revision: 51884

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=51884
Log:
* Add patch to make perl-minimum-version test pass (closes: #560616).
* Convert to source format 3.0 (quilt).

Added:
    trunk/pip/debian/patches/
    trunk/pip/debian/patches/pmv.patch
    trunk/pip/debian/patches/series
    trunk/pip/debian/source/
    trunk/pip/debian/source/format
Modified:
    trunk/pip/debian/changelog

Modified: trunk/pip/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/pip/debian/changelog?rev=51884&op=diff
==============================================================================
--- trunk/pip/debian/changelog (original)
+++ trunk/pip/debian/changelog Sat Jan 30 18:20:00 2010
@@ -1,6 +1,11 @@
 pip (1.16-1) UNRELEASED; urgency=low
 
+  [ Jonathan Yu ]
   * New upstream release
+
+  [ gregor herrmann ]
+  * Add patch to make perl-minimum-version test pass (closes: #560616).
+  * Convert to source format 3.0 (quilt).
 
  -- Jonathan Yu <jawnsy at cpan.org>  Wed, 16 Dec 2009 08:14:05 -0500
 

Added: trunk/pip/debian/patches/pmv.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/pip/debian/patches/pmv.patch?rev=51884&op=file
==============================================================================
--- trunk/pip/debian/patches/pmv.patch (added)
+++ trunk/pip/debian/patches/pmv.patch Sat Jan 30 18:20:00 2010
@@ -1,0 +1,29 @@
+Author: gregor herrmann <gregoa at debian.org>
+Description three_argument_open needs 5.6, otherwise the pmv test fails
+Bug: http://rt.cpan.org/Public/Bug/Display.html?id=52700
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560616
+Forwarded: http://rt.cpan.org/Public/Bug/Display.html?id=52700
+Origin: vendor
+
+--- a/lib/Module/Plan/Base.pm
++++ b/lib/Module/Plan/Base.pm
+@@ -22,7 +22,7 @@
+ 
+ =cut
+ 
+-use 5.005;
++use 5.006;
+ use strict;
+ use Carp           'croak';
+ use File::Spec     ();
+--- a/META.yml
++++ b/META.yml
+@@ -37,7 +37,7 @@
+   PAR::Dist: 0.25
+   Params::Util: 0.21
+   URI: 0
+-  perl: 5.00503
++  perl: 5.006
+ resources:
+   ChangeLog: http://fisheye2.atlassian.com/changelog/cpan/trunk/pip
+   license: http://dev.perl.org/licenses/

Added: trunk/pip/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/pip/debian/patches/series?rev=51884&op=file
==============================================================================
--- trunk/pip/debian/patches/series (added)
+++ trunk/pip/debian/patches/series Sat Jan 30 18:20:00 2010
@@ -1,0 +1,1 @@
+pmv.patch

Added: trunk/pip/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/pip/debian/source/format?rev=51884&op=file
==============================================================================
--- trunk/pip/debian/source/format (added)
+++ trunk/pip/debian/source/format Sat Jan 30 18:20:00 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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