r68082 - in /trunk/get-flash-videos/debian: changelog control patches/01_fix_different_extension.diff patches/series

jump-guest at users.alioth.debian.org jump-guest at users.alioth.debian.org
Tue Feb 1 05:14:06 UTC 2011


Author: jump-guest
Date: Tue Feb  1 05:13:04 2011
New Revision: 68082

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=68082
Log:
- Chosen a more appropriate section
- Split Build-Depends into B-D and B-D-I
- Removed libcompress-zlib-perl and libdigest-sha-perl of Recommends
- Added patch to get working some BBC Videos with different extension
- Updated TODO list


Added:
    trunk/get-flash-videos/debian/patches/01_fix_different_extension.diff   (with props)
Modified:
    trunk/get-flash-videos/debian/changelog
    trunk/get-flash-videos/debian/control
    trunk/get-flash-videos/debian/patches/series

Modified: trunk/get-flash-videos/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/get-flash-videos/debian/changelog?rev=68082&op=diff
==============================================================================
--- trunk/get-flash-videos/debian/changelog (original)
+++ trunk/get-flash-videos/debian/changelog Tue Feb  1 05:13:04 2011
@@ -1,13 +1,6 @@
 get-flash-videos (1.24-1) UNRELEASED; urgency=low
 
   TODO:
-  - d/control: 
-    + split Build-Depends into Build-Depends (debhelper) and
-      Build-Depends-Indep (everything else)
-    + remove libcompress-zlib-perl and libdigest-sha-perl, in perl core 
-      since 5.10 (~ lenny)
-    + I'm not sure if "Section: utils" is really the best choice, please check
-      the policy (probably "video" would be better) and other similar packages
   - d/coypright:
     + various formatting problems with regard to the mentioned
       "Format" --> dh-make-perl refresh --only copyright
@@ -28,4 +21,4 @@
 
   * Initial release (Closes: #608975)
 
- -- Julián Moreno Patiño <darkjunix at gmail.com>  Tue, 04 Jan 2011 18:24:02 -0500
+ -- Julián Moreno Patiño <darkjunix at gmail.com>  Tue, 01 Feb 2011 00:08:58 -0500

Modified: trunk/get-flash-videos/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/get-flash-videos/debian/control?rev=68082&op=diff
==============================================================================
--- trunk/get-flash-videos/debian/control (original)
+++ trunk/get-flash-videos/debian/control Tue Feb  1 05:13:04 2011
@@ -1,9 +1,10 @@
 Source: get-flash-videos
-Section: utils
+Section: video
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Julián Moreno Patiño <darkjunix at gmail.com>
-Build-Depends: debhelper (>= 7.0.50~), perl, libwww-perl, liburi-perl,
+Build-Depends: debhelper (>= 7.0.50~)
+Build-Depends-Indep: perl, libwww-perl, liburi-perl,
  libtie-ixhash-perl, libwww-mechanize-perl
 Standards-Version: 3.9.1
 Homepage: http://code.google.com/p/get-flash-videos/
@@ -14,8 +15,7 @@
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libwww-perl, 
  liburi-perl, libwww-mechanize-perl, rtmpdump
-Recommends: libxml-simple-perl, libcompress-zlib-perl,
- libdigest-sha-perl, liblwp-protocol-socks-perl
+Recommends: libxml-simple-perl, liblwp-protocol-socks-perl
 Suggests: mplayer
 Description: Video downloader for various Flash-based video hosting sites
  Download videos from various Flash-based video hosting sites, without having

Added: trunk/get-flash-videos/debian/patches/01_fix_different_extension.diff
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/get-flash-videos/debian/patches/01_fix_different_extension.diff?rev=68082&op=file
==============================================================================
--- trunk/get-flash-videos/debian/patches/01_fix_different_extension.diff (added)
+++ trunk/get-flash-videos/debian/patches/01_fix_different_extension.diff Tue Feb  1 05:13:04 2011
@@ -1,0 +1,16 @@
+Description: Fix different playlist extension.
+Forwarded: yes
+Author: Paul Wise <pabs3 at bonedaddy.net>
+Origin: vendor
+Last-Update: 2011-01-11
+--- a/lib/FlashVideo/Site/Bbc.pm
++++ b/lib/FlashVideo/Site/Bbc.pm
+@@ -9,7 +9,7 @@ sub find_video {
+ 
+   # Get playlist XML
+   my $playlist_xml;
+-  if ($browser->content =~ /<param name="playlist" value="(http:.+?\.xml)"/) {
++  if ($browser->content =~ /<param name="playlist" value="(http:.+?\.s?xml)"/) {
+     $playlist_xml = $1;
+   }
+   elsif($browser->content =~ /empDivReady\s*\(([^)]+)/) {

Propchange: trunk/get-flash-videos/debian/patches/01_fix_different_extension.diff
------------------------------------------------------------------------------
    svn:executable = *

Modified: trunk/get-flash-videos/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/get-flash-videos/debian/patches/series?rev=68082&op=diff
==============================================================================
--- trunk/get-flash-videos/debian/patches/series (original)
+++ trunk/get-flash-videos/debian/patches/series Tue Feb  1 05:13:04 2011
@@ -1,1 +1,2 @@
 00_fix_manpage_warning.diff
+01_fix_different_extension.diff




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