r49026 - in /trunk/libemail-valid-perl/debian: changelog patches/test_net.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Dec 20 13:29:21 UTC 2009


Author: gregoa
Date: Sun Dec 20 13:29:15 2009
New Revision: 49026

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49026
Log:
Refresh test_net.patch and add header.

Modified:
    trunk/libemail-valid-perl/debian/changelog
    trunk/libemail-valid-perl/debian/patches/test_net.patch

Modified: trunk/libemail-valid-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-valid-perl/debian/changelog?rev=49026&op=diff
==============================================================================
--- trunk/libemail-valid-perl/debian/changelog (original)
+++ trunk/libemail-valid-perl/debian/changelog Sun Dec 20 13:29:15 2009
@@ -29,6 +29,7 @@
   * Set Standards-Version to 3.8.3 (no changes).
   * Switch to debhelper 7.
   * New upstream release 0.182.
+  * Refresh test_net.patch and add header.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 20 Dec 2009 14:20:08 +0100
 

Modified: trunk/libemail-valid-perl/debian/patches/test_net.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-valid-perl/debian/patches/test_net.patch?rev=49026&op=diff
==============================================================================
--- trunk/libemail-valid-perl/debian/patches/test_net.patch (original)
+++ trunk/libemail-valid-perl/debian/patches/test_net.patch Sun Dec 20 13:29:15 2009
@@ -1,6 +1,16 @@
+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!
+
 --- a/t/valid.t
 +++ b/t/valid.t
-@@ -85,8 +85,11 @@ ok(
+@@ -85,8 +85,11 @@
  );
  
  SKIP: {
@@ -12,5 +22,5 @@
 +#  skip "your dns appears missing or failing to resolve", 2
 +#    unless $v->address(-address=> 'devnull at pobox.com', -mxcheck => 1);
  
-   ok(
-     $v->address(-address => 'blort at aol.com', -mxcheck => 1),
+   if (
+     $v->address(-address => 'blort at will-never-exist.pobox.com', -mxcheck => 1)




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