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

Ryan Niebur ryanryan52 at gmail.com
Mon Jul 6 11:12:41 UTC 2009


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

    refresh patches

diff --git a/debian/changelog b/debian/changelog
index 46a1c25..af3d44c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ clive (2.2.1-1) UNRELEASED; urgency=low
 
   * New Upstream Version
     - adds support for vimeo (Closes: #497394)
+  * refresh patches
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Mon, 06 Jul 2009 04:08:03 -0700
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Mon, 06 Jul 2009 04:12:33 -0700
 
 clive (2.2.0-1) unstable; urgency=low
 
diff --git a/debian/patches/disable-internet-tests.patch b/debian/patches/disable-internet-tests.patch
index 2ac394f..cbb6dab 100644
--- a/debian/patches/disable-internet-tests.patch
+++ b/debian/patches/disable-internet-tests.patch
@@ -1,7 +1,5 @@
 disable tests that require internet access
 
-diff --git a/t/02youtube.t b/t/02youtube.t
-index eb84055..a1cf31f 100644
 --- a/t/02youtube.t
 +++ b/t/02youtube.t
 @@ -3,7 +3,12 @@
@@ -18,8 +16,6 @@ index eb84055..a1cf31f 100644
  use Test::clive;
  
  Test::clive::host( qq|http://www.youtube.com/watch?v=gb2fUOW1ne4|, "-f $_" )
-diff --git a/t/03break.t b/t/03break.t
-index d127775..8f8cccd 100644
 --- a/t/03break.t
 +++ b/t/03break.t
 @@ -3,7 +3,12 @@
@@ -36,8 +32,6 @@ index d127775..8f8cccd 100644
  use Test::clive;
  
  Test::clive::host(qq|http://break.com/index/beach-tackle-whip-lash.html|);
-diff --git a/t/04liveleak.t b/t/04liveleak.t
-index 29a4595..8e84266 100644
 --- a/t/04liveleak.t
 +++ b/t/04liveleak.t
 @@ -3,7 +3,12 @@
@@ -54,8 +48,6 @@ index 29a4595..8e84266 100644
  use Test::clive;
  
  Test::clive::host(qq|http://www.liveleak.com/view?i=704_1228511265|);
-diff --git a/t/05dailymotion.t b/t/05dailymotion.t
-index 7785314..7ed7e83 100644
 --- a/t/05dailymotion.t
 +++ b/t/05dailymotion.t
 @@ -3,7 +3,12 @@
@@ -72,8 +64,6 @@ index 7785314..7ed7e83 100644
  use Test::clive;
  
  foreach (qw(flv spak-mini vp6-hq vp6-hd vp6 h264)) {
-diff --git a/t/06lastfm.t b/t/06lastfm.t
-index ff68da8..16c90da 100644
 --- a/t/06lastfm.t
 +++ b/t/06lastfm.t
 @@ -3,7 +3,12 @@
@@ -90,8 +80,6 @@ index ff68da8..16c90da 100644
  use Test::clive;
  
  Test::clive::host(
-diff --git a/t/07cctv.t b/t/07cctv.t
-index b345eac..d986e82 100644
 --- a/t/07cctv.t
 +++ b/t/07cctv.t
 @@ -3,7 +3,12 @@
@@ -108,8 +96,6 @@ index b345eac..d986e82 100644
  use Test::clive;
  
  Test::clive::host(qq|http://space.tv.cctv.com/video/VIDE1212909276513233|);
-diff --git a/t/08evisor.t b/t/08evisor.t
-index 4e2d03a..306766e 100644
 --- a/t/08evisor.t
 +++ b/t/08evisor.t
 @@ -3,7 +3,12 @@
@@ -126,8 +112,6 @@ index 4e2d03a..306766e 100644
  use Test::clive;
  
  Test::clive::host(
-diff --git a/t/09google.t b/t/09google.t
-index 68d0818..2357947 100644
 --- a/t/09google.t
 +++ b/t/09google.t
 @@ -3,7 +3,12 @@
@@ -144,8 +128,6 @@ index 68d0818..2357947 100644
  use Test::clive;
  
  Test::clive::host(
-diff --git a/t/10sevenload.t b/t/10sevenload.t
-index 1872e80..b049d7b 100644
 --- a/t/10sevenload.t
 +++ b/t/10sevenload.t
 @@ -3,7 +3,12 @@
@@ -162,8 +144,6 @@ index 1872e80..b049d7b 100644
  use Test::clive;
  
  Test::clive::host(
-diff --git a/t/11redtube.t b/t/11redtube.t
-index 5087f85..7acc9af 100644
 --- a/t/11redtube.t
 +++ b/t/11redtube.t
 @@ -3,7 +3,12 @@
diff --git a/t/12vimeo.t b/t/12vimeo.t
index 7e742f9..016fa28 100644
--- 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 $_" )

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



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