]> Raphaël G. Git Repositories - youtubedl/commitdiff
Imported Debian patch 2011.01.30-2
authorRogério Brito <rbrito@ime.usp.br>
Mon, 31 Jan 2011 22:30:36 +0000 (20:30 -0200)
committerRogério Brito <rbrito@ime.usp.br>
Sat, 18 Jun 2011 05:17:02 +0000 (02:17 -0300)
debian/changelog
debian/control
debian/rules
debian/youtube-dl.1
debian/youtube-dl.pod

index ff549e90a6b27571635f78d90155a873d88d7c7e..f1cfcaa2a475e28d30f083865f57280cbb655198 100644 (file)
@@ -1,3 +1,13 @@
+youtube-dl (2011.01.30-2) unstable; urgency=low
+
+  * debian/control:
+    + include build-depends-indep on perl, for pod2man (not used during clean).
+    + update the build-dependency on debhelper (we use the override feature).
+  * debian/rules:
+    + generate the actual manpage from the pod source at build time.
+
+ -- Rogério Brito <rbrito@ime.usp.br>  Mon, 31 Jan 2011 20:30:36 -0200
+
 youtube-dl (2011.01.30-1) unstable; urgency=low
 
   * New upstream release. Some highlights:
index 1f46f4c4499ebc6595c297a7b8995e3931aadd48..a2523c5f2aaa5d5a552cb6152c3ab99675ebaf16 100644 (file)
@@ -2,7 +2,8 @@ Source: youtube-dl
 Section: web
 Priority: extra
 Maintainer: Rogério Brito <rbrito@ime.usp.br>
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.50~)
+Build-Depends-Indep: perl
 Standards-Version: 3.9.1
 DM-Upload-Allowed: yes
 Homepage: http://rg3.github.com/youtube-dl/
index cbe925d7587131c8ec8761915930894c60c096fd..1e2fae8bf36942b6bb07c3b78f7ab3158cb87754 100755 (executable)
@@ -1,3 +1,7 @@
 #!/usr/bin/make -f
 %:
        dh $@
+
+override_dh_installman:
+       pod2man debian/youtube-dl.pod > debian/youtube-dl.1
+       dh_installman
index f708c3926f41169110f75f58d5ebf9e42c7d4b84..d6aa91baeb3d5e91aa1d685e32ec5eea5251096b 100644 (file)
 .\" ========================================================================
 .\"
 .IX Title "YOUTUBE-DL 1"
-.TH YOUTUBE-DL 1 "2010-12-10" "perl v5.10.1" "User Contributed Perl Documentation"
+.TH YOUTUBE-DL 1 "2011-01-31" "perl v5.10.1" "User Contributed Perl Documentation"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -183,6 +183,10 @@ The number \fBN\fR of the video in a playlist where we should start downlading
 .IX Item "--playlist-end=N"
 The number \fBN\fR of the video in a playlist where we should stop downloading
 (default is \-1, which stands for the last video in the playlist).
+.IP "\-\-dump\-user\-agent" 4
+.IX Item "--dump-user-agent"
+Display how youtube-dl will identify itself (the User-Agent string) to the
+remote server.
 .IP "\-u \fB\s-1UN\s0\fR, \-\-username=\fB\s-1UN\s0\fR" 4
 .IX Item "-u UN, --username=UN"
 Specify the youtube account username \fB\s-1UN\s0\fR. Some videos require an
@@ -224,16 +228,10 @@ For youtube.com, in particular, the meaning of the format codes is given as:
 .RS 4
 .PD
 .Sp
-Note that not all videos are available in all formats.
+Note that not all videos are available in all formats and that other
+sites supported by \fByoutube-dl\fR may have different conventions for
+their video formats.
 .RE
-.IP "\-b, \-\-best\-quality" 4
-.IX Item "-b, --best-quality"
-This option is deprecated, does nothing currently, and is expected to be
-removed in a next release, as it is the current behavior of youtube-dl.
-.IP "\-m, \-\-mobile\-version" 4
-.IX Item "-m, --mobile-version"
-Synonymous to the option \*(L"\-f 17\*(R", to download videos playable on some
-mobile phones.
 .IP "\-\-all\-formats" 4
 .IX Item "--all-formats"
 Downloads all formats for which a video may be available.
@@ -265,9 +263,16 @@ thumbnail.
 .IX Item "--get-description"
 Simulate the operation, like quiet mode, but print the description of the
 video.
+.IP "\-\-get\-filename" 4
+.IX Item "--get-filename"
+Simulate the operation, like quiet mode, but print the output filename.
 .IP "\-\-no\-progress" 4
 .IX Item "--no-progress"
 Do not print the progress bar during downloads.
+.IP "\-\-console\-title" 4
+.IX Item "--console-title"
+If possible, set the title of the console window with the progress of the
+download.
 .IP "\-t, \-\-title" 4
 .IX Item "-t, --title"
 Use the title of the video in the file name used to download the video.
@@ -297,6 +302,15 @@ Do no overwrite already existing files.
 .IP "\-c, \-\-continue" 4
 .IX Item "-c, --continue"
 Resume partially downloaded files.
+.IP "\-\-cookies=\fBF\fR" 4
+.IX Item "--cookies=F"
+Store the received cookies to file \fBF\fR (the \*(L"cookie jar\*(R").
+.IP "\-\-no\-part" 4
+.IX Item "--no-part"
+Do not append the \fI.part\fR suffix do files that have not yet been completed.
+.IP "\-\-no\-mtime" 4
+.IX Item "--no-mtime"
+Do not use the \fILast-modified\fR header to set the file modification time.
 .SH "OUTPUT TEMPLATE"
 .IX Header "OUTPUT TEMPLATE"
 The \-o option allows users to indicate a template for the output file
index 0f0fdaf6371e8d01fc80c77ff878da42cfaae742..9f25ab1893b8df337662794b498352eded005fb3 100644 (file)
@@ -112,7 +112,9 @@ For youtube.com, in particular, the meaning of the format codes is given as:
 
 =back
 
-Note that not all videos are available in all formats.
+Note that not all videos are available in all formats and that other
+sites supported by B<youtube-dl> may have different conventions for
+their video formats.
 
 =item --all-formats