[libemail-valid-perl] 03/08: Refresh patch test_net.patch.

gregor herrmann gregoa at debian.org
Mon Sep 30 16:42:52 UTC 2013


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

gregoa pushed a commit to branch master
in repository libemail-valid-perl.

commit fc46fe2dc50683888f3b069ff714c96ee3174d04
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Sep 30 18:40:05 2013 +0200

    Refresh patch test_net.patch.
---
 debian/patches/test_net.patch |   21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/debian/patches/test_net.patch b/debian/patches/test_net.patch
index f0825d5..08aab4f 100644
--- a/debian/patches/test_net.patch
+++ b/debian/patches/test_net.patch
@@ -1,26 +1,27 @@
-Author: Ron Lee <ron at debian.org>
-Bugs-Debian: #336188, #363999
-Origin: vendor
-Forwarded: not-yet
 Description: Don't fail to build the package if the tests are not
  successful. Some of them require network access for MX checking, which is
  good to check, but should not prohibit people offline from building it (and
  ignoring tests that cannot succeed in that environment). Closes: #336188
  thanks!
+Origin: vendor
+Bugs-Debian: #336188, #363999
+Forwarded: not-yet
+Author: Ron Lee <ron at debian.org>
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-09-30
 
 --- a/t/valid.t
 +++ b/t/valid.t
-@@ -128,8 +128,11 @@
+@@ -128,8 +128,10 @@
  );
  
  SKIP: {
--  skip "your dns appears missing or failing to resolve", 2
+-  skip "your dns appears missing or failing to resolve", 3
 -    unless eval { $v->address(-address=> 'devnull at pobox.com', -mxcheck => 1) };
-+  skip "Net::DNS not available or network down", 2
-+    unless eval { require Net::DNS; 1; } && Net::DNS::mx('debian.org');
-+
-+#  skip "your dns appears missing or failing to resolve", 2
++#  skip "your dns appears missing or failing to resolve", 3
 +#    unless eval { $v->address(-address=> 'devnull at pobox.com', -mxcheck => 1) };
++  skip "Net::DNS not available or network down", 3
++    unless eval { require Net::DNS; 1; } && Net::DNS::mx('debian.org');
  
    if (
      $v->address(-address => 'blort at will-never-exist.pobox.com', -mxcheck => 1)

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



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