[libterm-size-perl-perl] 01/05: Add patch to make builds reproducible.

gregor herrmann gregoa at debian.org
Fri May 1 14:45:09 UTC 2015


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

gregoa pushed a commit to branch master
in repository libterm-size-perl-perl.

commit 032ed3af19106cdb94eda94d64ec9b3d1efd9501
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri May 1 16:38:25 2015 +0200

    Add patch to make builds reproducible.
    
    Remove the comment about the creation time from the template.
    
    Thanks: Chris Lamb for the bug report.
    Closes: #778270
---
 debian/patches/reproducible.patch | 20 ++++++++++++++++++++
 debian/patches/series             |  1 +
 2 files changed, 21 insertions(+)

diff --git a/debian/patches/reproducible.patch b/debian/patches/reproducible.patch
new file mode 100644
index 0000000..6e70454
--- /dev/null
+++ b/debian/patches/reproducible.patch
@@ -0,0 +1,20 @@
+Description: drop comment about creation time to make builds reproducible
+ cf. https://reproducible.debian.net/dbd/unstable/amd64/libterm-size-perl-perl_0.029-1.debbindiff.html
+Origin: vendor
+Bug-Debian: https://bugs.debian.org/778270
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2015-05-01
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=104147
+Bug: https://rt.cpan.org/Ticket/Display.html?id=104147
+
+--- a/inc/Probe.pm
++++ b/inc/Probe.pm
+@@ -105,8 +105,6 @@
+ 
+ package Term::Size::Perl::Params; 
+ 
+-# created @{[scalar localtime]}
+-
+ use vars qw(\$VERSION);
+ \$VERSION = @{[MM->parse_version('Perl.pm')]};
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 669835b..ec5596d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 fix_spelling.patch
 manpage_has_bad_whatis_entry.patch
+reproducible.patch

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



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