[libpar-packer-perl] 04/06: Refresh patches.

gregor herrmann gregoa at debian.org
Thu Aug 3 03:30:12 UTC 2017


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

gregoa pushed a commit to branch master
in repository libpar-packer-perl.

commit a47f9627c779f35d2f8e5134fd63150338f5b138
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Aug 2 23:24:19 2017 -0400

    Refresh patches.
---
 debian/patches/01_manpage-ext.patch  | 41 ++++++++++++++----------------------
 debian/patches/fix-with-new-par-name |  4 ++--
 2 files changed, 18 insertions(+), 27 deletions(-)

diff --git a/debian/patches/01_manpage-ext.patch b/debian/patches/01_manpage-ext.patch
index 40da167..be94d8b 100644
--- a/debian/patches/01_manpage-ext.patch
+++ b/debian/patches/01_manpage-ext.patch
@@ -3,32 +3,23 @@ Origin: vendor
 Forwarded: no-needed
 Author: Damyan Ivanov <dmn at debian.org>
 Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2015-11-29
+Last-Update: 2017-08-02
 
 --- a/Makefile.PL
 +++ b/Makefile.PL
-@@ -78,7 +78,7 @@
-     $cc = can_cc unless $bork;
-     my $par;
-     $par = fetch_par('', '', !$cc) unless ($cc or $bork);
--    my $exe  = $Config::Config{_exe};
-+    my $exe  = '';
-     my $dynperl = $Config::Config{useshrplib} && ($Config::Config{useshrplib} ne 'false');
+@@ -56,11 +56,11 @@
+     },
  
-     if ($bork) {
-@@ -95,11 +95,11 @@
- 
-     makemaker_args(
-         MAN1PODS		=> {
--            'script/par.pl'	=> 'blib/man1/par.pl.1',
--            'script/pp'	        => 'blib/man1/pp.1',
--            'script/tkpp'       => 'blib/man1/tkpp.1',
-+            'script/par.pl'	=> 'blib/man1/par.pl.1p',
-+            'script/pp'	        => 'blib/man1/pp.1p',
-+            'script/tkpp'       => 'blib/man1/tkpp.1p',
-           ($par or $cc) ? (
--            'script/parl.pod'   => 'blib/man1/parl.1',
-+            'script/parl.pod'   => 'blib/man1/parl.1p',
-           ) : (),
-         },
-         EXE_FILES		=> [
+     MAN1PODS => {
+-      'script/par.pl'         => 'blib/man1/par.pl.1',
+-      'script/pp'             => 'blib/man1/pp.1',
+-      'script/tkpp'           => 'blib/man1/tkpp.1',
++      'script/par.pl'         => 'blib/man1/par.pl.1p',
++      'script/pp'             => 'blib/man1/pp.1p',
++      'script/tkpp'           => 'blib/man1/tkpp.1p',
+       $have_cc ? (
+-        'script/parl.pod'     => 'blib/man1/parl.1' ) : (),
++        'script/parl.pod'     => 'blib/man1/parl.1p' ) : (),
+     },
+     EXE_FILES		=> [
+         'script/par.pl',
diff --git a/debian/patches/fix-with-new-par-name b/debian/patches/fix-with-new-par-name
index 72790e2..117018f 100644
--- a/debian/patches/fix-with-new-par-name
+++ b/debian/patches/fix-with-new-par-name
@@ -4,11 +4,11 @@ Origin: vendor
 Forwarded: not-needed
 Author: Ryan Niebur <ryan at debian.org>
 Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2016-05-08
+Last-Update: 2017-08-02
 
 --- a/lib/PAR/Packer.pm
 +++ b/lib/PAR/Packer.pm
-@@ -1250,9 +1250,9 @@
+@@ -1278,9 +1278,9 @@
  
      if ($opt->{P}) {
          # write as script

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



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