[SCM] Debian packaging of get-flash-videos branch, master, updated. debian/1.25.git2011.09.26-2-6-g71ef5f0

Julián Moreno Patiñ?==?UTF-8?Q?o darkjunix at gmail.com
Fri Mar 2 05:23:05 UTC 2012


The following commit has been merged in the master branch:
commit e76ef28be70669f99dbd9ef812f1d636e6fff508
Author: Julián Moreno Patiño <darkjunix at gmail.com>
Date:   Fri Mar 2 00:19:26 2012 -0500

    Refresh patch offset

diff --git a/debian/patches/fix_redirect.diff b/debian/patches/fix_redirect.diff
index 186935d..38bb6b4 100644
--- a/debian/patches/fix_redirect.diff
+++ b/debian/patches/fix_redirect.diff
@@ -1,37 +1,15 @@
-Description: Upstream changes introduced in version 1.24-1
- This patch has been created by dpkg-source during the package build.
- Here's the last changelog entry, hopefully it gives details on why
- those changes were made:
- .
- get-flash-videos (1.24-1) unstable; urgency=low
- .
-   * Initial release (Closes: #608975)
- .
- The person named in the Author field signed this changelog entry.
+Description: Allow URL redirects
+Forwarded: http://code.google.com/p/get-flash-videos/issues/detail?id=229
 Author: TANIGUCHI Takaki <takaki at debian.org>
-Bug-Debian: http://bugs.debian.org/608975
-
----
-The information above should follow the Patch Tagging Guidelines, please
-checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
-are templates for supplementary fields that you might want to add:
-
-Origin: <vendor|upstream|other>, <url of original patch>
-Bug: <url in upstream bugtracker>
-Bug-Debian: http://bugs.debian.org/<bugnumber>
-Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
-Forwarded: <no|not-needed|url proving that it has been forwarded>
-Reviewed-By: <name and email of someone who approved the patch>
-Last-Update: <YYYY-MM-DD>
-
---- get-flash-videos-1.24.orig/lib/FlashVideo/Site/Googlevideosearch.pm
-+++ get-flash-videos-1.24/lib/FlashVideo/Site/Googlevideosearch.pm
-@@ -10,6 +10,8 @@ sub search {
+Last-Update: 2012-02-01
+--- a/lib/FlashVideo/Site/Googlevideosearch.pm
++++ b/lib/FlashVideo/Site/Googlevideosearch.pm
+@@ -10,6 +10,8 @@
+   my($self, $search, $type) = @_;
  
    my $browser = FlashVideo::Mechanize->new;
-   
-+  $browser->allow_redirects;
 +
-   $browser->get('http://video.google.com/');
++  $browser->allow_redirects;
+   
+   $browser->get('http://video.google.com/videoadvancedsearch');
  
-   $browser->submit_form(

-- 
Debian packaging of get-flash-videos



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