[libnet-tclink-perl] 01/05: Add patch from Reiner Herrmann to make build reproducible.

gregor herrmann gregoa at debian.org
Sun Jun 26 15:04:33 UTC 2016


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

gregoa pushed a commit to branch master
in repository libnet-tclink-perl.

commit 8f2b28a46fafc3d3556ee7137e4b632d04fc90c4
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jun 26 16:55:21 2016 +0200

    Add patch from Reiner Herrmann to make build reproducible.
    
    Closes: #828635
---
 debian/patches/reproducible_build.patch | 18 ++++++++++++++++++
 debian/patches/series                   |  1 +
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/reproducible_build.patch b/debian/patches/reproducible_build.patch
new file mode 100644
index 0000000..8594d97
--- /dev/null
+++ b/debian/patches/reproducible_build.patch
@@ -0,0 +1,18 @@
+Description: Don't include kernel/machine name to get reproducible build
+Bug-Debian: https://bugs.debian.org/828635
+Forwarded: not-needed
+Author: Reiner Herrmann <reiner at reiner-h.de>
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-06-26
+
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -26,7 +26,7 @@
+ # See lib/ExtUtils/MakeMaker.pm for details of how to influence
+ # the contents of the Makefile that is written.
+ 
+-my $platform = `uname -sm`;
++my $platform = "Debian";
+ chomp($platform);
+ $platform =~ s/ /-/g;
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 835d0a3..cd72032 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 add-shebang.patch
 disable-network-test.patch
 no-SSLv3.patch
+reproducible_build.patch

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



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