[libnet-dns-perl] 02/04: Remove all patches as they are no longer relevant

Ondřej Surý ondrej at debian.org
Thu Apr 7 21:47:54 UTC 2016


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

ondrej pushed a commit to branch master
in repository libnet-dns-perl.

commit 53674ac6267d1068b97f8cce86826b54865856e6
Author: Ondřej Surý <ondrej at sury.org>
Date:   Thu Apr 7 04:25:10 2016 +0200

    Remove all patches as they are no longer relevant
---
 debian/patches/dnswalk-readme-note.patch              | 14 --------------
 debian/patches/ignore-link-local-IPv6-resolvers.patch | 11 -----------
 debian/patches/series                                 |  2 --
 debian/patches/spelling.patch                         | 18 ------------------
 4 files changed, 45 deletions(-)

diff --git a/debian/patches/dnswalk-readme-note.patch b/debian/patches/dnswalk-readme-note.patch
deleted file mode 100644
index 8cf087c..0000000
--- a/debian/patches/dnswalk-readme-note.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Description: Add note to dnswalk.readme about dnswalk being available as a Debian package.
-Forwarded: not-needed
-Author: Florian Hinzmann <fh at debian.org>
---- a/contrib/dnswalk.README
-+++ b/contrib/dnswalk.README
-@@ -4,3 +4,8 @@
- 
-   http://sourceforge.net/projects/dnswalk/
- 
-+
-+NOTE for Debian users:
-+  As dnswalk is packaged for Debian you may as well install the
-+  Debian package (aptitude install dnswalk).
-+    -- Florian Hinzmann <fh at debian.org>
diff --git a/debian/patches/ignore-link-local-IPv6-resolvers.patch b/debian/patches/ignore-link-local-IPv6-resolvers.patch
deleted file mode 100644
index 8e28d9b..0000000
--- a/debian/patches/ignore-link-local-IPv6-resolvers.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- libnet-dns-perl.orig/lib/Net/DNS/Resolver/Base.pm
-+++ libnet-dns-perl/lib/Net/DNS/Resolver/Base.pm
-@@ -249,7 +249,7 @@ sub read_config_file {
- 
- 		/^nameserver/ && do {
- 			my ( $keyword, @ip ) = grep defined, split;
--			push @ns, map $_ eq '0' ? '0.0.0.0' : $_, @ip;
-+			push @ns, map $_ eq '0' ? '0.0.0.0' : $_, grep !/%/, @ip;
- 			next;
- 		};
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 81c604a..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-dnswalk-readme-note.patch
-ignore-link-local-IPv6-resolvers.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
deleted file mode 100644
index d5420c2..0000000
--- a/debian/patches/spelling.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: fix a spelling mistake
-Origin: vendor
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2014-09-27
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=99176
-Bug: https://rt.cpan.org/Ticket/Display.html?id=99176
-
---- a/lib/Net/DNS/Packet.pm
-+++ b/lib/Net/DNS/Packet.pm
-@@ -237,7 +237,7 @@
-     $version = $edns->version;
-     $size    = $edns->size;
- 
--Auxilliary function edns() provides access to EDNS extensions.
-+Auxiliary function edns() provides access to EDNS extensions.
- 
- =cut
- 

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



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