tags 595487 + pending
thanks

Dear maintainer,

I've prepared an NMU for libquvi (versioned as 0.2.0-1.2) and
a dsc can be found here:
http://mentors.debian.net/debian/pool/main/l/libquvi/libquvi_0.2.0-1.2.dsc

Regards.
Martijn van Brummelen
diff -Nru libquvi-0.2.0/debian/changelog libquvi-0.2.0/debian/changelog
--- libquvi-0.2.0/debian/changelog	2010-08-05 17:50:48.000000000 +0200
+++ libquvi-0.2.0/debian/changelog	2010-09-17 11:08:36.000000000 +0200
@@ -1,3 +1,10 @@
+libquvi (0.2.0-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add 595487.patch thanks to Jonas Smedegaard (Closes: #595487).
+
+ -- Martijn van Brummelen <mart...@brumit.nl>  Fri, 17 Sep 2010 11:07:44 +0200
+
 libquvi (0.2.0-1.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru libquvi-0.2.0/debian/patches/595487.patch libquvi-0.2.0/debian/patches/595487.patch
--- libquvi-0.2.0/debian/patches/595487.patch	1970-01-01 01:00:00.000000000 +0100
+++ libquvi-0.2.0/debian/patches/595487.patch	2010-09-17 11:07:36.000000000 +0200
@@ -0,0 +1,14 @@
+Index: libquvi-0.2.0/share/lua/website/vimeo.lua
+===================================================================
+--- libquvi-0.2.0.orig/share/lua/website/vimeo.lua	2010-09-17 11:06:51.000000000 +0200
++++ libquvi-0.2.0/share/lua/website/vimeo.lua	2010-09-17 11:07:32.000000000 +0200
+@@ -53,7 +53,8 @@
+     local page = quvi.fetch(video.page_url)
+ 
+     -- This is my video ID.
+-    local _,_,s = page:find('clip_id=(.-)"')
++    local _,_,s = page:find('clip_id=(.-)["&]')
++
+     video.id    = s or error ("no match: video id")
+ 
+     -- Fetch config.
diff -Nru libquvi-0.2.0/debian/patches/debian-changes-0.2.0-1.1 libquvi-0.2.0/debian/patches/debian-changes-0.2.0-1.1
--- libquvi-0.2.0/debian/patches/debian-changes-0.2.0-1.1	2010-08-05 17:51:32.000000000 +0200
+++ libquvi-0.2.0/debian/patches/debian-changes-0.2.0-1.1	2010-09-17 11:06:11.000000000 +0200
@@ -25,8 +25,10 @@
 Reviewed-By: <name and email of someone who approved the patch>
 Last-Update: <YYYY-MM-DD>
 
---- libquvi-0.2.0.orig/share/lua/website/youtube.lua
-+++ libquvi-0.2.0/share/lua/website/youtube.lua
+Index: libquvi-0.2.0/share/lua/website/youtube.lua
+===================================================================
+--- libquvi-0.2.0.orig/share/lua/website/youtube.lua	2010-05-16 18:42:25.000000000 +0200
++++ libquvi-0.2.0/share/lua/website/youtube.lua	2010-09-17 11:05:08.000000000 +0200
 @@ -1,42 +1,22 @@
 ---[[
 -/* 
@@ -88,7 +90,7 @@
  local lookup = {
      mobile   = "17", --   3gp
      sd_270p  = "18", --   480x270
-@@ -46,60 +26,39 @@ local lookup = {
+@@ -46,60 +26,39 @@
      hd_1080p = "37"  -- 1920x1080
  }
  
@@ -157,7 +159,7 @@
      if (best == nil and video.requested_format == "best") then
          print ("  > Warning: Unable to find `best' format. Use `default'.")
      end
-@@ -121,79 +80,66 @@ function parse (video)
+@@ -121,79 +80,66 @@
          video_url = video_url .."&fmt=".. fmt_id
      end
  
diff -Nru libquvi-0.2.0/debian/patches/series libquvi-0.2.0/debian/patches/series
--- libquvi-0.2.0/debian/patches/series	2010-08-05 17:51:32.000000000 +0200
+++ libquvi-0.2.0/debian/patches/series	2010-09-17 11:06:35.000000000 +0200
@@ -1 +1,2 @@
 debian-changes-0.2.0-1.1
+595487.patch

Reply via email to