[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#690552: pu: package clive/2.2.13-5+squeeze5



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: pu

Hi,

I prepared an update for clive. It adapts clive to changes on youtube.com; the
problem and patch are basically the same as #688972 in libquvi-scripts.

Ansgar
diff -Nru clive-2.2.13/debian/changelog clive-2.2.13/debian/changelog
--- clive-2.2.13/debian/changelog	2012-01-28 10:42:30.000000000 +0000
+++ clive-2.2.13/debian/changelog	2012-10-15 13:15:48.000000000 +0000
@@ -1,3 +1,10 @@
+clive (2.2.13-5+squeeze5) squeeze; urgency=low
+
+  * Adapt for youtube.com changes.
+    + new patch: 688972-youtube.diff
+
+ -- Ansgar Burchardt <ansgar@debian.org>  Mon, 15 Oct 2012 13:15:16 +0000
+
 clive (2.2.13-5+squeeze4) stable; urgency=low
 
   * Adapt for youtube.com changes. (Closes: #645025)
diff -Nru clive-2.2.13/debian/patches/688972-youtube.diff clive-2.2.13/debian/patches/688972-youtube.diff
--- clive-2.2.13/debian/patches/688972-youtube.diff	1970-01-01 00:00:00.000000000 +0000
+++ clive-2.2.13/debian/patches/688972-youtube.diff	2012-10-15 13:14:49.000000000 +0000
@@ -0,0 +1,16 @@
+From: Ansgar Burchardt <ansgar@debian.org>
+Subject: backport patch for #688972 from libquvi-scripts to clive
+Bug-Debian: http://bugs.debian.org/688972
+
+--- clive-2.2.13.orig/lib/clive/Host/Youtube.pm
++++ clive-2.2.13/lib/clive/Host/Youtube.pm
+@@ -52,6 +52,9 @@ sub parsePage {
+ 	    }
+ 	    my $id = $map{itag};
+ 	    my $url = $map{url};
++	    if (exists $map{sig}) {
++		$url .= '&signature=' . $map{sig};
++	    }
+             $best   = $url unless $best;
+             $h{$id} = $url;
+         }
diff -Nru clive-2.2.13/debian/patches/series clive-2.2.13/debian/patches/series
--- clive-2.2.13/debian/patches/series	2012-01-28 10:33:11.000000000 +0000
+++ clive-2.2.13/debian/patches/series	2012-10-15 13:13:12.000000000 +0000
@@ -6,3 +6,4 @@
 liveleak-fix-from-2.2.25.patch
 636612-youtube.diff
 645025-youtube.diff
+688972-youtube.diff

Reply to: