[libperl-apireference-perl] 01/02: Add support for 5.22.2 (Closes: #823057)

dom at earth.li dom at earth.li
Sat Apr 30 14:05:49 UTC 2016


This is an automated email from the git hooks/post-receive script.

dom pushed a commit to branch master
in repository libperl-apireference-perl.

commit b0b48eb71ea6339c5c3c3c730eb57624159a8e9e
Author: Dominic Hargreaves <dom at earth.li>
Date:   Sat Apr 30 14:50:53 2016 +0100

    Add support for 5.22.2 (Closes: #823057)
---
 data/perlapi.5.22.2.pod.xz     | Bin 0 -> 77620 bytes
 debian/changelog               |   4 ++++
 debian/clean                   |   1 +
 debian/patches/5.22.2.patch    |  42 +++++++++++++++++++++++++++++++++++++++++
 debian/patches/series          |   1 +
 debian/source/include-binaries |   1 +
 6 files changed, 49 insertions(+)

diff --git a/data/perlapi.5.22.2.pod.xz b/data/perlapi.5.22.2.pod.xz
new file mode 100644
index 0000000..75d3a4c
Binary files /dev/null and b/data/perlapi.5.22.2.pod.xz differ
diff --git a/debian/changelog b/debian/changelog
index e64b287..1f9f512 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
 libperl-apireference-perl (0.22-2) UNRELEASED; urgency=medium
 
+  [ Salvatore Bonaccorso ]
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
 
+  [ Dominic Hargreaves ]
+  * Add support for 5.22.2 (Closes: #823057)
+
  -- Salvatore Bonaccorso <carnil at debian.org>  Sat, 30 Jan 2016 20:06:06 +0100
 
 libperl-apireference-perl (0.22-1) unstable; urgency=medium
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..de2f27d
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+lib/Perl/APIReference/V5_022_002.pm
diff --git a/debian/patches/5.22.2.patch b/debian/patches/5.22.2.patch
new file mode 100644
index 0000000..fccaacf
--- /dev/null
+++ b/debian/patches/5.22.2.patch
@@ -0,0 +1,42 @@
+From 8c9d19a5aa3d6784e0b8f7b8e055bf62d10a4283 Mon Sep 17 00:00:00 2001
+From: Dominic Hargreaves <dom at earth.li>
+Date: Sat, 30 Apr 2016 14:47:41 +0100
+Subject: [PATCH] add support for 5.22.1
+
+Bug: https://rt.cpan.org/Ticket/Display.html?id=114100
+Bug-Debian: https://bugs.debian.org/823057
+---
+ lib/Perl/APIReference.pm | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+diff --git a/lib/Perl/APIReference.pm b/lib/Perl/APIReference.pm
+index ca1d88d..4c84eb8 100644
+--- a/lib/Perl/APIReference.pm
++++ b/lib/Perl/APIReference.pm
+@@ -18,10 +18,11 @@ use Class::XSAccessor
+ 
+ sub _par_loader_hint {
+   require Perl::APIReference::Generator;
+-  require Perl::APIReference::V5_022_001;
++  require Perl::APIReference::V5_022_002;
+ }
+ 
+ our %Perls = (
++  5.022002 => 'V5_022_002',
+   5.022001 => 'V5_022_001',
+   5.022    => 'V5_022_000',
+   5.020002 => 'V5_020_002',
+@@ -62,8 +63,8 @@ our %Perls = (
+   5.006    => 'V5_006_000',
+ );
+ 
+-our $NewestAPI       = '5.022001';
+-our $NewestStableAPI = '5.022001';
++our $NewestAPI       = '5.022002';
++our $NewestStableAPI = '5.022002';
+ 
+ $Perls{'5.022000'} = $Perls{5.022};
+ $Perls{'5.020'}    = $Perls{5.02};
+-- 
+2.1.4
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..af8b289
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+5.22.2.patch
diff --git a/debian/source/include-binaries b/debian/source/include-binaries
new file mode 100644
index 0000000..1d08672
--- /dev/null
+++ b/debian/source/include-binaries
@@ -0,0 +1 @@
+data/perlapi.5.22.2.pod.xz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libperl-apireference-perl.git



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