[libnet-pcap-perl] 03/09: Drop fail-without-libpcap.patch patch

Salvatore Bonaccorso carnil at debian.org
Sun May 22 12:24:05 UTC 2016


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

carnil pushed a commit to branch master
in repository libnet-pcap-perl.

commit 1b90b369da9383ccb80436e5652f19c9ff6c550d
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sun May 22 14:04:44 2016 +0200

    Drop fail-without-libpcap.patch patch
---
 debian/patches/fail-without-libpcap.patch | 46 -------------------------------
 debian/patches/series                     |  1 -
 2 files changed, 47 deletions(-)

diff --git a/debian/patches/fail-without-libpcap.patch b/debian/patches/fail-without-libpcap.patch
deleted file mode 100644
index 4cf213a..0000000
--- a/debian/patches/fail-without-libpcap.patch
+++ /dev/null
@@ -1,46 +0,0 @@
-Description: die instead of warn when libpcap isn't found
- otherwise the build proceeds and ends with an empty package
-Origin: vendor
-Bug-Debian: https://bugs.debian.org/633414
-Forwarded: no
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2013-05-21
-
---- a/Makefile.PL
-+++ b/Makefile.PL
-@@ -39,7 +39,7 @@
- #      in recent version and is the only function that can be called 
- #      with no argument.
- if ($has_Win32) { # ActivePerl, Cygwin
--    warn <<"REASON" and exit unless have_library('wpcap', 'blank', 'pcap');
-+    die <<"REASON" and exit unless have_library('wpcap', 'blank', 'pcap');
-         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- The WinPcap driver is not installed on this machine. \a
- 
-@@ -48,7 +48,7 @@
-         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- REASON
- 
--    warn <<"REASON" unless have_library('wpcap', 'pcap_lib_version', 'pcap');
-+    die <<"REASON" unless have_library('wpcap', 'pcap_lib_version', 'pcap');
-         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- You appear to lack the WinPcap developer pack. \a
- 
-@@ -64,7 +64,7 @@
- REASON
- 
- } else { # other systems (Unix)
--    warn <<"REASON" and exit unless have_library('pcap');
-+    die <<"REASON" and exit unless have_library('pcap');
-         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- You appear to lack the pcap(3) library. \a
- 
-@@ -79,7 +79,7 @@
-         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- REASON
- 
--    warn <<"REASON" unless have_library('pcap', 'pcap_lib_version');
-+    die <<"REASON" unless have_library('pcap', 'pcap_lib_version');
-         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- You appear to have an old version of the pcap library. \a
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index f05db9f..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-fail-without-libpcap.patch

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



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