[libnet-dns-perl] 05/12: Drop reenable-workaround-too-late-to-run-init-block.patch.
gregor herrmann
gregoa at debian.org
Sat Sep 27 16:06:16 UTC 2014
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libnet-dns-perl.
commit c18aaad352c9bf780c6044fbae9ac90c0ff2fd03
Author: gregor herrmann <gregoa at debian.org>
Date: Sat Sep 27 17:48:07 2014 +0200
Drop reenable-workaround-too-late-to-run-init-block.patch.
Fixed upstream.
---
...reenable-workaround-too-late-to-run-init-block.patch | 17 -----------------
debian/patches/series | 1 -
2 files changed, 18 deletions(-)
diff --git a/debian/patches/reenable-workaround-too-late-to-run-init-block.patch b/debian/patches/reenable-workaround-too-late-to-run-init-block.patch
deleted file mode 100644
index 8b8aa91..0000000
--- a/debian/patches/reenable-workaround-too-late-to-run-init-block.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: Re-enable workaround against "Too late to run INIT block ..." warning
- Upstream disabled the workaround in 0.79.
-Bug-Debian: https://bugs.debian.org/759329
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=96119
-Author: Axel Beckert <abe at debian.org>
-
---- a/lib/Net/DNS.pm
-+++ b/lib/Net/DNS.pm
-@@ -197,7 +197,7 @@
- }
-
- eval {
-- #no warnings 'void'; ## DIY patch to suppress "Too late to run INIT block ..."
-+ no warnings 'void'; ## DIY patch to suppress "Too late to run INIT block ..."
-
- sub INIT { ## only needed to satisfy DNSSEC t/00-load.t
- return unless OLDDNSSEC;
diff --git a/debian/patches/series b/debian/patches/series
index ab50f1c..b2e1872 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
dnswalk-readme-note.patch
perl-path-examples.patch
-reenable-workaround-too-late-to-run-init-block.patch
--
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