Source: libnet-interface-perl
Version: 1.012-2
Severity: wishlist
Tags: patch
User: reproducible-builds@lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Hi!

While working on the "reproducible builds" effort [1], we have noticed
that libnet-interface-perl could not be built reproducibly.
It embeds the current year into a manpage.

The attached patch amends the existing reproducible-build.patch and uses
the copyright years from the head of the file instead of the current year.

Regards,
 Reiner

[1]: https://wiki.debian.org/ReproducibleBuilds

diff --git a/debian/patches/reproducible-build.patch b/debian/patches/reproducible-build.patch
index d74f7e1..582c286 100644
--- a/debian/patches/reproducible-build.patch
+++ b/debian/patches/reproducible-build.patch
@@ -27,3 +27,12 @@ Bug: https://rt.cpan.org/Ticket/Display.html?id=105762
  # iffs are not unique so we can safely purge unwanted symbols here
  my @iffs = sort grep {/^IFF_/ && $_ !~ /IFF_DRV/} keys %ifs;
  my @iffIN6 = sort grep {/^IN6_IFF/} keys %ifs;
+@@ -716,7 +716,7 @@ character strings as defined for this ar
+ 
+ =head1 AUTHOR	Michael Robinton <mich...@bizsystems.com>
+ 
+-=head1 COPYRIGHT	|. ((localtime())[5] +1900) .q|
++=head1 COPYRIGHT	2008-2009
+ 
+ Michael Robinton, all rights reserved.
+ 

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

Reply via email to