File: reproducible.patch

package info (click to toggle)
libterm-size-perl-perl 0.029-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 148 kB
  • ctags: 53
  • sloc: perl: 150; makefile: 10
file content (20 lines) | stat: -rw-r--r-- 628 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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@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')]};