[SCM] Video extraction utility for YouTube, Google Video and other video sites (Debian packaging) branch, master, updated. debian/2.1.14-1-27-gccc47e5

Ryan Niebur ryanryan52 at gmail.com
Mon Jul 6 11:15:23 UTC 2009


The following commit has been merged in the master branch:
commit ccc47e5fe4d592c57d09ba618d9174c583458666
Author: Ryan Niebur <ryanryan52 at gmail.com>
Date:   Mon Jul 6 04:15:17 2009 -0700

    Err, move that to the patch

diff --git a/debian/patches/disable-internet-tests.patch b/debian/patches/disable-internet-tests.patch
index cbb6dab..d05842b 100644
--- a/debian/patches/disable-internet-tests.patch
+++ b/debian/patches/disable-internet-tests.patch
@@ -160,3 +160,19 @@ disable tests that require internet access
  use Test::clive;
  
  Test::clive::host(qq|http://www.redtube.com/11573|);
+--- a/t/12vimeo.t
++++ b/t/12vimeo.t
+@@ -3,7 +3,12 @@
+ use warnings;
+ use strict;
+ 
+-use Test::More tests => 2;
++use Test::More;
++if($ENV{NO_INTERNET}) {
++    plan skip_all => "No internet during package build";
++} else {
++    plan tests => 2;
++}
+ use Test::clive;
+ 
+ Test::clive::host( qq|http://vimeo.com/1485507|, "-f $_" )
diff --git a/t/12vimeo.t b/t/12vimeo.t
index 016fa28..7e742f9 100644
--- a/t/12vimeo.t
+++ b/t/12vimeo.t
@@ -3,12 +3,7 @@
 use warnings;
 use strict;
 
-use Test::More;
-if($ENV{NO_INTERNET}) {
-    plan skip_all => "No internet during package build";
-} else {
-    plan tests => 2;
-}
+use Test::More tests => 2;
 use Test::clive;
 
 Test::clive::host( qq|http://vimeo.com/1485507|, "-f $_" )

-- 
Video extraction utility for YouTube, Google Video and other video sites (Debian packaging)



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