[SCM] Video extraction utility for YouTube, Google Video and other video sites (Debian packaging) branch, master, updated. debian/2.2.27-1

Ansgar Burchardt ansgar at debian.org
Sun Oct 23 08:01:30 UTC 2011


The following commit has been merged in the master branch:
commit 2118ea3ad0fb71e9c5aec8080a88940995290bf5
Author: Ansgar Burchardt <ansgar at debian.org>
Date:   Sun Oct 23 09:46:45 2011 +0200

    Fix capitalisation of modules.
    
    * Fix capitalisation of modules.
      + new patch: capitalisation.diff

diff --git a/debian/changelog b/debian/changelog
index dc8716a..3f01771 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 clive (2.2.27-1) unstable; urgency=low
 
   * New upstream release.
+  * Fix capitalisation of modules.
+    + new patch: capitalisation.diff
   * Use XZ compression for source and binary packages.
 
  -- Ansgar Burchardt <ansgar at debian.org>  Sun, 23 Oct 2011 09:37:08 +0200
diff --git a/debian/patches/capitalisation.diff b/debian/patches/capitalisation.diff
new file mode 100644
index 0000000..3aaa0eb
--- /dev/null
+++ b/debian/patches/capitalisation.diff
@@ -0,0 +1,41 @@
+From: Ansgar Burchardt <ansgar at debian.org>
+Date: Sun, 23 Oct 2011 09:44:43 +0200
+Origin: vendor
+Subject: Fix capitalisation of host modules
+
+The same capitalisation as for the *.pm files needs to be used here or perl
+will be unable to find the modules.
+--- clive.orig/lib/clive/HostFactory.pm
++++ clive/lib/clive/HostFactory.pm
+@@ -27,24 +27,24 @@
+ use clive::Error qw(CLIVE_OK);
+ 
+ my @_hosts = (
+-[ "YouTube", qr|youtube.com|i,
++[ "Youtube", qr|youtube.com|i,
+ # Sat Dec 11 2010: webm_*, 3gp_144p support found in Youtube.pm, website
+ # no longer seems to list them, however. Listing here only those formats
+ # that seem to still work.
+ "default|flv_240p|flv_360p|flv_480p|mp4_360p|mp4_720p|mp4_1080p|mp4_3072p"],
+-["LastFM",      qr|last.fm|i,         "See YouTube formats"],
++["Lastfm",      qr|last.fm|i,         "See YouTube formats"],
+ ["Google",      qr|video.google.|i,   "default|mp4"],
+ ["Sevenload",   qr|sevenload.com|i,   "default"],
+ ["Break",       qr|break.com|i,       "default"],
+-["LiveLeak",    qr|liveleak.com|i,    "default"],
++["Liveleak",    qr|liveleak.com|i,    "default"],
+ ["Gaskrank",    qr|gaskrank.tv|i,       "default"],
+-["DailyMotion", qr|dailymotion.com|i, "default|hq|hd"],
++["Dailymotion", qr|dailymotion.com|i, "default|hq|hd"],
+ ["Vimeo",       qr|vimeo.com|i,       "default|hd"],
+ ["Spiegel",     qr|spiegel.de|i, "default|vp6_928|vp6_576|vp6_64|h264_1400"],
+ ["Golem",       qr|golem.de|i,      "default|ipod|high"],
+-["ClipFish",    qr|clipfish.de|i,   "default"],
+-[ "FunnyHub",   qr|funnyhub.com|i,  "default"],
+-[ "BuzzHumor",  qr|buzzhumor.com|i, "default"]
++["Clipfish",    qr|clipfish.de|i,   "default"],
++[ "Funnyhub",   qr|funnyhub.com|i,  "default"],
++[ "Buzzhumor",  qr|buzzhumor.com|i, "default"]
+ );
+ 
+ sub new {
diff --git a/debian/patches/series b/debian/patches/series
index c2e78c2..87ec01f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 645025-youtube.diff
+capitalisation.diff

-- 
Video extraction utility for YouTube, Google Video and other video sites (Debian packaging)



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