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

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

commit 16c6aa2500827263bbfc13387b6baded947c72ed
Author: gregor herrmann <gre...@debian.org>
Date:   Wed Dec 30 20:23:25 2015 +0100

    Revert "Add support for 5.22.1."
    
    This reverts commit e2dcbccfde6c29803c62dcf52f072dd0bf26c23f.
    
    The data for 5.22.1 are now contained in the new 0.22 release.
---
 data/perlapi.5.22.1.pod.xz     | Bin 77604 -> 0 bytes
 debian/clean                   |   1 -
 debian/patches/5.22.1.patch    |  33 ---------------------------------
 debian/patches/series          |   1 -
 debian/source/include-binaries |   1 -
 5 files changed, 36 deletions(-)

diff --git a/data/perlapi.5.22.1.pod.xz b/data/perlapi.5.22.1.pod.xz
deleted file mode 100644
index 381056c..0000000
Binary files a/data/perlapi.5.22.1.pod.xz and /dev/null differ
diff --git a/debian/clean b/debian/clean
deleted file mode 100644
index c4ac08e..0000000
--- a/debian/clean
+++ /dev/null
@@ -1 +0,0 @@
-lib/Perl/APIReference/V5_022_001.pm
diff --git a/debian/patches/5.22.1.patch b/debian/patches/5.22.1.patch
deleted file mode 100644
index aae89a2..0000000
--- a/debian/patches/5.22.1.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-Description: add support for 5.22.1
-Origin: vendor
-Author: gregor herrmann <gre...@debian.org>
-Last-Update: 2015-12-23
-Bug: https://rt.cpan.org/Ticket/Display.html?id=110561
-Bug-Debian: https://bugs.debian.org/808825
-
---- a/lib/Perl/APIReference.pm
-+++ b/lib/Perl/APIReference.pm
-@@ -18,10 +18,11 @@
- 
- sub _par_loader_hint {
-   require Perl::APIReference::Generator;
--  require Perl::APIReference::V5_022_000;
-+  require Perl::APIReference::V5_022_001;
- }
- 
- our %Perls = (
-+  5.022001 => 'V5_022_001',
-   5.022    => 'V5_022_000',
-   5.020002 => 'V5_020_002',
-   5.020001 => 'V5_020_001',
-@@ -61,8 +62,8 @@
-   5.006    => 'V5_006_000',
- );
- 
--our $NewestAPI       = '5.022';
--our $NewestStableAPI = '5.022';
-+our $NewestAPI       = '5.022001';
-+our $NewestStableAPI = '5.022001';
- 
- $Perls{'5.022000'} = $Perls{5.022};
- $Perls{'5.020'}    = $Perls{5.02};
diff --git a/debian/patches/series b/debian/patches/series
index 208edc1..4117ae9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 0001-Make-the-stored-data-reproducible-between-builds.patch
-5.22.1.patch
diff --git a/debian/source/include-binaries b/debian/source/include-binaries
deleted file mode 100644
index 087945d..0000000
--- a/debian/source/include-binaries
+++ /dev/null
@@ -1 +0,0 @@
-data/perlapi.5.22.1.pod.xz

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to