Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
clive needs a small patch to handle changed URLs on vimeo.com[1]. I prepared an upload based on the version currently in unstable (which is already unblocked). Should we go ahead with the upload? Regards, Ansgar PS: Please Cc debian-p...@lists.debian.org in replies. [1] <http://bugs.debian.org/595486>
diff --git a/debian/changelog b/debian/changelog index 5300b0d..9beef96 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +clive (2.2.13-3) unstable; urgency=low + + * Handle changed URLs on vimeo.com. (Closes: #595486) + + new patch: 595486-vimeo.patch + * debian/copyright: Refer to "Debian systems" instead of "Debian GNU/Linux + systems". + + -- Ansgar Burchardt <ans...@43-1.org> Sat, 04 Sep 2010 22:08:24 +0900 + clive (2.2.13-2) unstable; urgency=low * Add fix-path-encoding-60.patch to fix path encoding (Closes: #575048). diff --git a/debian/copyright b/debian/copyright index 793a84e..55af061 100644 --- a/debian/copyright +++ b/debian/copyright @@ -16,12 +16,14 @@ License: GPL-3+ the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - On Debian GNU/Linux systems, the complete text of version 3 of the GNU - General Public License can be found in `/usr/share/common-licenses/GPL-3' + . + On Debian systems, the complete text of version 3 of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-3'. License: GPL-3 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 3 dated June, 2007. - On Debian GNU/Linux systems, the complete text of version 3 of the GNU - General Public License can be found in `/usr/share/common-licenses/GPL-3' + . + On Debian systems, the complete text of version 3 of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-3'. diff --git a/debian/patches/595486-vimeo.patch b/debian/patches/595486-vimeo.patch new file mode 100644 index 0000000..fede0b7 --- /dev/null +++ b/debian/patches/595486-vimeo.patch @@ -0,0 +1,18 @@ +From: Jonas Smedegaard <d...@jones.dk> +Date: Sat, 04 Sep 2010 14:29:22 +0200 +Origin: vendor +Bug-Debian: http://bugs.debian.org/595486 +Subject: Update for changed URLs on vimeo.com + +Reviewed-by: Ansgar Burchardt <ans...@43-1.org> +--- clive.orig/lib/clive/Host/Vimeo.pm ++++ clive/lib/clive/Host/Vimeo.pm +@@ -32,7 +32,7 @@ + + $$props->video_host("vimeo"); + +- my %re = ( id => qr|clip_id=(.*?)"|, ); ++ my %re = ( id => qr|clip_id=(.*?)[&"]|, ); + + my $tmp; + if ( clive::Util::matchRegExps( \%re, \$tmp, $content ) == 0 ) { diff --git a/debian/patches/series b/debian/patches/series index d171768..84a461f 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ fix-path-encoding-60.patch +595486-vimeo.patch