r53338 - in /trunk/libnet-twitter-perl/debian: changelog patches/no-network
franck at users.alioth.debian.org
franck at users.alioth.debian.org
Thu Feb 25 19:03:38 UTC 2010
Author: franck
Date: Thu Feb 25 19:01:46 2010
New Revision: 53338
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53338
Log:
* Updated patch to require NETWORK_TEST in order to run t/51_since.t.
Fix FTBFS. (Closes: #571426)
Modified:
trunk/libnet-twitter-perl/debian/changelog
trunk/libnet-twitter-perl/debian/patches/no-network
Modified: trunk/libnet-twitter-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-twitter-perl/debian/changelog?rev=53338&op=diff
==============================================================================
--- trunk/libnet-twitter-perl/debian/changelog (original)
+++ trunk/libnet-twitter-perl/debian/changelog Thu Feb 25 19:01:46 2010
@@ -1,3 +1,10 @@
+libnet-twitter-perl (3.11004-2) unstable; urgency=low
+
+ * Updated patch to require NETWORK_TEST in order to run t/51_since.t.
+ Fix FTBFS. (Closes: #571426)
+
+ -- Franck Joncourt <franck at debian.org> Thu, 25 Feb 2010 19:06:19 +0100
+
libnet-twitter-perl (3.11004-1) unstable; urgency=low
[ Jonathan Yu ]
Modified: trunk/libnet-twitter-perl/debian/patches/no-network
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-twitter-perl/debian/patches/no-network?rev=53338&op=diff
==============================================================================
--- trunk/libnet-twitter-perl/debian/patches/no-network (original)
+++ trunk/libnet-twitter-perl/debian/patches/no-network Thu Feb 25 19:01:46 2010
@@ -2,8 +2,8 @@
Description: run test that needs network access only if NETWORK_TEST is set
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=564369
Forwarded: no
---- a/t/51_rate_limit.t
-+++ b/t/51_rate_limit.t
+--- git_libnet-twitter-perl.orig/t/51_rate_limit.t
++++ git_libnet-twitter-perl/t/51_rate_limit.t
@@ -5,6 +5,9 @@
use lib qw(t/lib);
use Net::Twitter;
@@ -14,3 +14,15 @@
eval 'use TestUA';
plan skip_all => 'LWP::UserAgent 5.819 required' if $@;
+--- git_libnet-twitter-perl.orig/t/51_since.t
++++ git_libnet-twitter-perl/t/51_since.t
+@@ -6,6 +6,9 @@
+ use Test::Exception;
+ use lib qw(t/lib);
+
++plan skip_all => 'set NETWORK_TEST to enable this test'
++ unless ($ENV{NETWORK_TEST});
++
+ eval 'use TestUA';
+ plan skip_all => 'LWP::UserAgent 5.819 required' if $@;
+
More information about the Pkg-perl-cvs-commits
mailing list