Your message dated Sat, 16 Oct 2010 14:29:28 +0200
with message-id <20101016122928.gd3...@radis.liafa.jussieu.fr>
and subject line Re: Bug#595491: unblock: clive/2.2.13-3
has caused the Debian Bug report #595491,
regarding unblock: clive/2.2.13-3
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
595491: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=595491
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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

--- End Message ---
--- Begin Message ---
On Sun, Oct 10, 2010 at 10:02:52 +0200, Ansgar Burchardt wrote:

> retitle 595491 unblock: clive/2.2.13-3

Done.

Cheers,
Julien

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to