[libnet-whois-parser-perl] 06/10: Update noInternet.patch

Lucas Kanashiro kanashiro at moszumanska.debian.org
Wed Jul 27 14:33:34 UTC 2016


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

kanashiro pushed a commit to branch master
in repository libnet-whois-parser-perl.

commit db7172e0e23e4ea1973151a735153feff742cd18
Author: Lucas Kanashiro <kanashiro at debian.org>
Date:   Wed Jul 27 11:15:32 2016 -0300

    Update noInternet.patch
---
 debian/changelog                |  1 +
 debian/patches/noInternet.patch | 17 +++++++++--------
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f3be53f..f79addc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ libnet-whois-parser-perl (0.08-1) UNRELEASED; urgency=medium
   [ Lucas Kanashiro ]
   * Add debian/upstream/metadata
   * Import upstream version 0.08
+  * Update noInternet.patch
 
  -- Lucas Kanashiro <kanashiro at debian.org>  Wed, 27 Jul 2016 11:08:03 -0300
 
diff --git a/debian/patches/noInternet.patch b/debian/patches/noInternet.patch
index e8e9267..cf75d6f 100644
--- a/debian/patches/noInternet.patch
+++ b/debian/patches/noInternet.patch
@@ -5,23 +5,24 @@ Origin: vendor, http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=577350
 Forwarded: not-needed
 Bug-Debian: https://bugs.debian.org/577350
 Author: Jotam Jr. Trejo <jotamjr at debian.org.sv>
-Last-Update: 2011-06-18
+Last-Update: 2016-07-27
 
 --- a/t/000-base.t
 +++ b/t/000-base.t
-@@ -14,6 +14,9 @@ my $domain = 'reg.ru';
- my $info;
+@@ -15,6 +15,10 @@ my $info;
+ 
+ plan tests => 12;
  
- plan tests => 11;
 +SKIP: {
 +
-+skip "Build system don't have internet access", 11 if $ENV{NO_NETWORK};
- 
++skip "Build system don't have internet access", 12 if $ENV{NO_NETWORK};
++
  my ( $raw, $server ) = whois($domain);
  
-@@ -52,4 +55,5 @@ $info = parse_whois( raw => $raw );
+ 
+@@ -54,4 +58,4 @@ $info = parse_whois( raw => $raw, server
  
  is_deeply $info->{test}, [ 1, 2, 3], 'get_all_values is on';
  
+-
 +      }
- 

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



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