[libpod-constants-perl] 06/12: Remove no longer necessary patches

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Wed Aug 5 18:24:46 UTC 2015


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

kanashiro-guest pushed a commit to branch master
in repository libpod-constants-perl.

commit e5b28ec3243f1658f6c7798622b4ffc17b073451
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Wed Aug 5 15:09:56 2015 -0300

    Remove no longer necessary patches
    
    Fixed in last upstream version.
---
 debian/changelog                 |  1 +
 debian/patches/EUMM_AUTHOR.patch | 22 ----------------------
 debian/patches/series            |  2 --
 debian/patches/spelling.patch    | 36 ------------------------------------
 4 files changed, 1 insertion(+), 60 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1b9708f..7c1133d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,7 @@ libpod-constants-perl (0.18-1) UNRELEASED; urgency=low
   [ Lucas Kanashiro ]
   * Add debian/upstream/metadata
   * Import upstream version 0.18
+  * Remove no longer necessary patches
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Wed, 05 Aug 2015 15:05:48 -0300
 
diff --git a/debian/patches/EUMM_AUTHOR.patch b/debian/patches/EUMM_AUTHOR.patch
deleted file mode 100644
index 067d030..0000000
--- a/debian/patches/EUMM_AUTHOR.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Description: ExtUtils::MakeMaker expects an arrayref for AUTHOR since 6.57_02
- which was first included in perl 5.13.5
-Origin: vendor
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=61780
-Bug-Debian: http://bugs.debian.org/629284
-Forwarded: no, this is a band-aid and not a proper fix (cf. the ticket at CPAN RT)
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2011-11-15
-
---- a/Makefile.PL
-+++ b/Makefile.PL
-@@ -26,7 +26,9 @@
- 			   },
-     ($] >= 5.005 ?    ## Add these new keywords supported since 5.005
-       (ABSTRACT_FROM => 'Constants.pm', # retrieve abstract from module
--       AUTHOR     => 'Sam Vilain <sam at vilain.net>') : ()),
-+       AUTHOR     =>
-+       ($] < 5.013005 ? 'Sam Vilain <sam at vilain.net>' :  [ 'Sam Vilain <sam at vilain.net>' ])
-+       ) : ()),
- });
- 
- if (open MAKEMAKERISAHORRIDHACK, ">t/perlpath") {
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 0a8f5cb..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-EUMM_AUTHOR.patch
-spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
deleted file mode 100644
index 0598e07..0000000
--- a/debian/patches/spelling.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-Description: spelling fixes
-Origin: vendor
-Bug: https://rt.cpan.org/Ticket/Display.html?id=72452
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=72452
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2011-11-15
-
---- a/Constants.pm
-+++ b/Constants.pm
-@@ -34,7 +34,7 @@
-  =head2 Some list
- 
-  Each line from this section of the file
-- will be placed into a seperate array element.
-+ will be placed into a separate array element.
-  For example, this is $myarray[2].
- 
-  =head2 Some hash
-@@ -434,7 +434,7 @@
-      (
-       'MyTestModule.pm',
-       'MODULE RELEASE' => sub { ($VERSION) = m/(\d+\.\d+)/ },
--      'DEPENDANCIES' => ($PREREQ_PM = { }),
-+      'DEPENDENCIES' => ($PREREQ_PM = { }),
-        -trim => 1,
-       'NAME' => sub { $ABSTRACT=$_; ($NAME) = m/(\S+)/ },
-       'AUTHOR' => \$AUTHOR,
-@@ -460,7 +460,7 @@
- 
-  This is release 1.05 of this module.
- 
-- =head2 DEPENDANCIES
-+ =head2 DEPENDENCIES
- 
-  The following modules are required to make this module:
- 

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



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