[libdevel-cover-perl] 03/08: Refresh reproducible-build.patch.

gregor herrmann gregoa at debian.org
Sat May 20 21:11:13 UTC 2017


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

gregoa pushed a commit to branch master
in repository libdevel-cover-perl.

commit 51b606c4ec4c45477d4f064d7ecd8feeaf3f278a
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat May 20 23:00:26 2017 +0200

    Refresh reproducible-build.patch.
---
 debian/patches/reproducible-build.patch | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/debian/patches/reproducible-build.patch b/debian/patches/reproducible-build.patch
index c2f54a2..adfac3f 100644
--- a/debian/patches/reproducible-build.patch
+++ b/debian/patches/reproducible-build.patch
@@ -1,19 +1,19 @@
 Description: Make the build reproducible
 Author: Chris Lamb <lamby at debian.org>
 Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2016-08-31
+Last-Update: 2017-05-20
 Bug-Debian: https://bugs.debian.org/835871
 Forwarded: https://github.com/pjcj/Devel--Cover/issues/170
 Bug: https://github.com/pjcj/Devel--Cover/issues/170
 
---- libdevel-cover-perl-1.23.orig/Makefile.PL
-+++ libdevel-cover-perl-1.23/Makefile.PL
-@@ -23,7 +23,7 @@ my $Author  = 'paul at pjcj.net';
- my @perlbug = ("perlbug", "-a", $Author,
-                           "-s", "Installation of Devel::Cover $Version");
- my $Perlbug = join " ", map { / / ? "'$_'" : $_ } @perlbug;
--my $base    = getcwd;
-+my $base    = "./";
- my %inc     = map { -d $_ ? (($_ eq "." ? $_ : Cwd::abs_path($_)) => 1) : () }
-                   @INC;
- my @inc     = sort keys %inc;
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -24,7 +24,7 @@
+ my @perlbug  = ("perlbug", "-a", $Author,
+                            "-s", "Installation of Devel::Cover $Version");
+ my $Perlbug  = join " ", map { / / ? "'$_'" : $_ } @perlbug;
+-my $base     = getcwd;
++my $base     = "./";
+ my %inc      = map { -d $_ ? (($_ eq "." ? $_ : Cwd::abs_path($_)) => 1) : () }
+                    @INC;
+ my @inc      = sort keys %inc;

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



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