[libnet-interface-perl] 02/02: remove unused Upstream-Bug-83994.patch from git

gregor herrmann gregoa at debian.org
Sat May 2 21:01:29 UTC 2015


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

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

commit c54851ae904b3b85a7ba56d2260312638dc60a73
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat May 2 22:47:12 2015 +0200

    remove unused Upstream-Bug-83994.patch from git
    
    Git-Dch: Ignore
---
 debian/patches/Upstream-Bug-83994.patch | 31 -------------------------------
 1 file changed, 31 deletions(-)

diff --git a/debian/patches/Upstream-Bug-83994.patch b/debian/patches/Upstream-Bug-83994.patch
deleted file mode 100644
index 72b148c..0000000
--- a/debian/patches/Upstream-Bug-83994.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-Description: Patch to fix rt.cpan.org bug #83994
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=83994
-Origin: other,https://rt.cpan.org/Public/Bug/Display.html?id=83994
-From: <ALUCK at cpan.org> 
-Last-Update: 2015-02-21
-
---- a/inst/netsymbols.pl
-+++ b/inst/netsymbols.pl
-@@ -189,14 +189,20 @@
-   }
- }
- 
-+sub guess {
-+  my $path = shift;
-+  return $path if (-e $Config{usrinc} .'/'. $path);
-+}
- 
- 
- cleanslurp();
--slurp('sys/socket.h');			# parse sys/socket.h and its #includes
-+
-+my $socket_h = guess('sys/socket.h') || guess('x86_64-linux-gnu/bits/socket.h') || guess('i386-linux-gnu/bits/socket.h');
-+slurp($socket_h);			# parse sys/socket.h and its #includes
- fill(\%fam,\%unique,'^#\s*define\s+((?:A|P)F_[^\s]+)\s+([^\s]+)');
- # repeat in case symbol dependencies are out of order
- cleanslurp();
--slurp('sys/socket.h');
-+slurp($socket_h);
- fill(\%fam,'','^#\s*define\s+((?:A|P)F_[^\s]+)\s+([^\s]+)');
- 
- 

-- 
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