[libnet-interface-perl] 03/07: Refresh reproducible-build.patch

Christopher Hoskin christopher.hoskin at gmail.com
Fri Sep 23 16:43:39 UTC 2016


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

grinorcole-guest pushed a commit to branch master
in repository libnet-interface-perl.

commit aea954e58369fd8db07b25fc895e6de4ba314a1f
Author: Christopher Hoskin <christopher.hoskin at gmail.com>
Date:   Fri Sep 23 06:46:10 2016 +0100

    Refresh reproducible-build.patch
---
 debian/changelog                        |  1 +
 debian/patches/reproducible-build.patch | 27 ++++++++++++++-------------
 2 files changed, 15 insertions(+), 13 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 49fb23f..82f4797 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ libnet-interface-perl (1.015-1) UNRELEASED; urgency=medium
 
   [ Christopher Hoskin ]
   * New upstream release (1.015)
+  * Refresh reproducible-build.patch
 
  -- Christopher Hoskin <christopher.hoskin at gmail.com>  Fri, 23 Sep 2016 06:02:50 +0100
 
diff --git a/debian/patches/reproducible-build.patch b/debian/patches/reproducible-build.patch
index 4dfb8b2..26a84e7 100644
--- a/debian/patches/reproducible-build.patch
+++ b/debian/patches/reproducible-build.patch
@@ -5,30 +5,31 @@ Origin: vendor
 Author: Chris Lamb <lamby at debian.org>
  Reiner Herrmann <reiner at reiner-h.de>
 Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2015-11-28
+Reviewed-by: Christopher Hoskin <christopher.hoskin at gmail.com>
+Last-Update: 2016-09-23
 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=105762
 Bug: https://rt.cpan.org/Ticket/Display.html?id=105762
 
 --- a/inst/netsymbols.pl
 +++ b/inst/netsymbols.pl
-@@ -319,13 +319,13 @@
+@@ -393,13 +393,13 @@
  
  ### populate C portion
  #
--my @tmp = grep {/^AF/} keys %fam;	# tmp store AFs
-+my @tmp = grep {/^AF/} sort keys %fam;	# tmp store AFs
- my @afs = sort { $fam{$a} <=> $fam{$b} } @tmp;
+-  my @tmp = grep {/^AF/} keys %fam;	# tmp store AFs
++  my @tmp = grep {/^AF/} sort keys %fam;	# tmp store AFs
+   my @afs = sort { $fam{$a} <=> $fam{$b} } @tmp;
  
-- at tmp = grep {/^PF/} keys %fam;
-+ at tmp = grep {/^PF/} sort keys %fam;
- my @pfs = sort { $fam{$a} <=> $fam{$b} } @tmp;
+-  @tmp = grep {/^PF/} keys %fam;
++  @tmp = grep {/^PF/} sort keys %fam;
+   my @pfs = sort { $fam{$a} <=> $fam{$b} } @tmp;
  
--my @ifs = keys %ifs;
-+my @ifs = sort keys %ifs;
+-  my @ifs = keys %ifs;
++  my @ifs = sort keys %ifs;
  # 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
+   my @iffs = sort grep {/^IFF_/ && $_ !~ /IFF_DRV/} keys %ifs;
+   my @iffIN6 = sort grep {/^IN6_IFF/} keys %ifs;
+@@ -793,7 +793,7 @@
  
  =head1 AUTHOR	Michael Robinton <michael at bizsystems.com>
  

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



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