]> Raphaël G. Git Repositories - youtubedl/commitdiff
Imported Debian patch 2009.09.13-1
authorRogério Brito <rbrito@ime.usp.br>
Sat, 10 Oct 2009 15:17:53 +0000 (12:17 -0300)
committerRogério Brito <rbrito@ime.usp.br>
Sat, 18 Jun 2011 05:16:50 +0000 (02:16 -0300)
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/install [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/watch [new file with mode: 0644]
debian/youtube-dl.1 [new file with mode: 0644]

diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..6495b02
--- /dev/null
@@ -0,0 +1,132 @@
+youtube-dl (2009.09.13-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/watch:
+    + adjust for the new upstream layout.
+  * debian/control:
+    + Standards-Version updated to 3.8.3. No changes needed.
+
+ -- Rogério Brito <rbrito@ime.usp.br>  Sat, 10 Oct 2009 12:17:53 -0300
+
+youtube-dl (2009.08.08-1~try01) unstable; urgency=low
+
+  * The current maintainer seems busy (Closes: #491616):
+    + ability to recognize more qualities of a video.
+    + ability to automatically find the best quality video.
+    + ability to download entire playlists.
+    + ability to specify various urls. (Closes: #452071)
+    + ability to resume interrupted downloads.
+    + many other things.
+  * debian/copyright:
+    + rework the file.
+    + mention that the package is in the public domain.
+    + include my information.
+    + update the URL of the package.
+  * debian/control:
+    + add a Homepage: field.
+    + keeping the current manpage for now.
+    + give more details in the long description.
+    + list me as the maintainer.
+    + Standards-Version updated to 3.8.2.
+  * debian/watch:
+    + let's help with automatic updates.
+
+ -- Rogério Brito <rbrito@ime.usp.br>  Mon, 10 Aug 2009 08:14:08 -0300
+
+youtube-dl (2008.03.22-1) unstable; urgency=low
+
+  * New upstream release:
+    - adds -f / --format command line option.
+
+ -- Robert S. Edmonds <edmonds@debian.org>  Wed, 26 Mar 2008 13:19:23 -0400
+
+youtube-dl (2008.03.08-1) unstable; urgency=low
+
+  * New upstream release:
+    - adds -b / --best-quality command line option.
+
+ -- Robert S. Edmonds <edmonds@debian.org>  Wed, 12 Mar 2008 14:26:04 -0400
+
+youtube-dl (2008.01.24-1) unstable; urgency=low
+
+  * New upstream release; closes: #462427, #462428.
+    - fixes youtube download issues.
+
+ -- Robert S. Edmonds <edmonds@debian.org>  Thu, 24 Jan 2008 22:15:05 -0500
+
+youtube-dl (2007.10.09-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Robert S. Edmonds <edmonds@debian.org>  Mon, 08 Oct 2007 19:22:33 -0400
+
+youtube-dl (2007.08.24-1) unstable; urgency=low
+
+  * New upstream release; closes: #439363.
+
+ -- Robert S. Edmonds <edmonds@debian.org>  Fri, 24 Aug 2007 13:54:40 -0400
+
+youtube-dl (2007.06.22-1) unstable; urgency=low
+
+  * New upstream release:
+    - regex update.
+
+ -- Robert S. Edmonds <edmonds@debian.org>  Thu, 21 Jun 2007 20:42:57 -0400
+
+youtube-dl (2007.06.06-1) unstable; urgency=low
+
+  * New upstream release:
+    - "--title-too" command line option to print the video's title.
+
+ -- Robert S. Edmonds <edmonds@debian.org>  Thu, 07 Jun 2007 01:04:01 -0400
+
+youtube-dl (2007.03.27-1) unstable; urgency=low
+
+  * New upstream release:
+    - Progress meter.
+    - "--literal" command line option to use the video title in the filename.
+    - "--get-url" command line option to print the real video URL.
+
+ -- Robert S. Edmonds <edmonds@debian.org>  Mon,  2 Apr 2007 21:46:56 -0400
+
+youtube-dl (2007.02.18-1) unstable; urgency=low
+
+  * New upstream release:
+    - Diction.
+    - Catches socket errors.
+
+ -- Robert S. Edmonds <edmonds@debian.org>  Tue, 20 Feb 2007 13:57:32 -0500
+
+youtube-dl (2007.01.19-1) unstable; urgency=low
+
+  * New upstream release, closes: #406146.
+
+ -- Robert S. Edmonds <edmonds@debian.org>  Sun, 28 Jan 2007 17:41:44 -0500
+
+youtube-dl (2006.12.07-1) unstable; urgency=low
+
+  * New upstream release:
+    - Use -t to name the downloaded file after the title, closes: #395184.
+    - Parses URLs without a leading "http://", closes: #400321.
+
+ -- Robert S. Edmonds <edmonds@debian.org>  Sun, 10 Dec 2006 13:52:36 -0500
+
+youtube-dl (2006.11.12-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Robert S. Edmonds <edmonds@debian.org>  Sat, 25 Nov 2006 16:12:03 -0500
+
+youtube-dl (2006.09.25-1) unstable; urgency=low
+
+  * New upstream release.
+  * python >= 2.4 is now required.
+
+ -- Robert S. Edmonds <edmonds@debian.org>  Wed, 27 Sep 2006 17:43:07 -0400
+
+youtube-dl (2006.08.28-1) unstable; urgency=low
+
+  * Initial release, closes: #385748.
+
+ -- Robert S. Edmonds <edmonds@debian.org>  Sun,  3 Sep 2006 19:43:27 -0400
+
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..7ed6ff8
--- /dev/null
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..eef605c
--- /dev/null
@@ -0,0 +1,19 @@
+Source: youtube-dl
+Section: web
+Priority: extra
+Maintainer: Rogério Brito <rbrito@ime.usp.br>
+Build-Depends: debhelper (>= 5)
+Standards-Version: 3.8.3
+Homepage: http://bitbucket.org/rg3/youtube-dl/
+
+Package: youtube-dl
+Architecture: all
+Depends: python (>= 2.4)
+Description: download videos from youtube.com
+ youtube-dl is a small command-line program to download videos from
+ YouTube.com and other sites that don't provide direct links to the
+ videos served.
+ .
+ youtube-dl allows the user, among other things, to choose a specific
+ video quality to download (if available) or let the program
+ automatically determine the best quality video to grab.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644 (file)
index 0000000..528451a
--- /dev/null
@@ -0,0 +1,30 @@
+This package was debianized by Robert S. Edmonds <edmonds@debian.org> on
+Sun,  3 Sep 2006 19:43:27 -0400.
+
+The current maintainer is Rogério Brito <rbrito@ime.usp.br>.
+
+It was downloaded from:
+
+http://bitbucket.org/rg3/youtube-dl/raw/2009.08.08/youtube-dl
+
+Authors:
+
+    * Ricardo Garcia Gonzalez: program core, YouTube.com InfoExtractor,
+      metacafe.com InfoExtractor and YouTube playlist InfoExtractor.
+    * Danny Colligan: YouTube search InfoExtractor, ideas and patches.
+    * Many other people contributing patches, code, ideas and kind messages.
+      Too many to be listed here. You know who you are. Thank you very much. 
+
+Copyright © 2006-2009 Ricardo Garcia Gonzalez
+
+License:
+
+    The program is in the Public Domain.
+
+    The packaging is licensed under the GNU GPL License:
+
+        Copyright 2006, Robert S. Edmonds <edmonds@debian.org>.
+       Copyright 2009, Rogério Brito <rbrito@ime.usp.br>.
+
+For the text of the GPL License in a Debian system, please see
+`/usr/share/common-licenses/GPL-2'.
diff --git a/debian/install b/debian/install
new file mode 100644 (file)
index 0000000..4aff75b
--- /dev/null
@@ -0,0 +1 @@
+youtube-dl usr/bin
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..8271a23
--- /dev/null
@@ -0,0 +1,30 @@
+#!/usr/bin/make -f
+
+build:
+
+clean:
+       dh_testdir
+       dh_clean 
+
+install: build
+       dh_testdir
+       dh_testroot
+       dh_clean -k 
+       dh_install
+
+binary-arch:
+binary-indep: build install
+       dh_testdir
+       dh_testroot
+       dh_installchangelogs 
+       dh_installdocs
+       dh_installman debian/youtube-dl.1
+       dh_compress
+       dh_fixperms
+       dh_installdeb
+       dh_gencontrol
+       dh_md5sums
+       dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install
diff --git a/debian/watch b/debian/watch
new file mode 100644 (file)
index 0000000..68c1d1e
--- /dev/null
@@ -0,0 +1,6 @@
+version=3
+#
+#http://bitbucket.org/rg3/youtube-dl/wiki/Home http://bitbucket.org/rg3/youtube-dl/raw/(.*)/youtube-dl
+#http://bitbucket.org/rg3/youtube-dl/get/(.*).gz
+#
+http://bitbucket.org/rg3/youtube-dl/downloads/ (?:.*/)?(\d+\.\d+\.\d+)\.tar\.gz
diff --git a/debian/youtube-dl.1 b/debian/youtube-dl.1
new file mode 100644 (file)
index 0000000..8f11813
--- /dev/null
@@ -0,0 +1,48 @@
+.TH YOUTUBE-DL "1" "March 2008" "youtube-dl" "User Commands"
+.SH NAME
+youtube-dl \- download a video file from YouTube.com
+.SH DESCRIPTION
+usage: youtube\-dl [options] video_url
+.SS "options:"
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+print this help text and exit
+.TP
+\fB\-v\fR, \fB\-\-version\fR
+print program version and exit
+.TP
+\fB\-u\fR USERNAME, \fB\-\-username\fR=\fIUSERNAME\fR
+account username
+.TP
+\fB\-p\fR PASSWORD, \fB\-\-password\fR=\fIPASSWORD\fR
+account password
+.TP
+\fB\-o\fR FILE, \fB\-\-output\fR=\fIFILE\fR
+output video file name
+.TP
+\fB\-q\fR, \fB\-\-quiet\fR
+activates quiet mode
+.TP
+\fB\-s\fR, \fB\-\-simulate\fR
+do not download video
+.TP
+\fB\-t\fR, \fB\-\-title\fR
+use title in file name
+.TP
+\fB\-l\fR, \fB\-\-literal\fR
+use literal title in file name
+.TP
+\fB\-n\fR, \fB\-\-netrc\fR
+use .netrc authentication data
+.TP
+\fB\-g\fR, \fB\-\-get-url\fR
+print final video URL only
+.TP
+\fB\-2\fR, \fB\-\-title-too\fR
+used with \-g, print title too
+.TP
+\fB\-f\fR FORMAT, \fB\-\-format\fR=\fIFORMAT\fR
+append &fmt=FORMAT to the URL
+.TP
+\fB\-b\fR, \fB\-\-best-quality\fR
+try to download the best quality version