]> Raphaƫl G. Git Repositories - youtubedl/commitdiff
Imported Debian patch 2008.01.24-1
authorRobert S. Edmonds <edmonds@debian.org>
Fri, 25 Jan 2008 03:15:05 +0000 (22:15 -0500)
committerRobert S. Edmonds <edmonds@debian.org>
Sat, 18 Jun 2011 05:16:48 +0000 (02:16 -0300)
1  2 
debian/changelog
debian/control
youtube-dl

index ac9c6f6ed4e3b5593497f4429b64ee0416b2f2b4,0000000000000000000000000000000000000000..427163b2c72bc3c159b9fb5cd0f8d9c1d7b0c219
mode 100644,000000..100644
--- /dev/null
@@@ -1,76 -1,0 +1,83 @@@
++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 --cc debian/control
index 08480fae9584835ad1697e718211badc8e4d348e,0000000000000000000000000000000000000000..9442f88f6efbc34bbf851c621bcd5d502c4e237a
mode 100644,000000..100644
--- /dev/null
@@@ -1,13 -1,0 +1,13 @@@
- Standards-Version: 3.7.2
 +Source: youtube-dl
 +Section: web
 +Priority: extra
 +Maintainer: Robert S. Edmonds <edmonds@debian.org>
 +Build-Depends: debhelper (>= 5)
++Standards-Version: 3.7.3
 +
 +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.
diff --cc youtube-dl
Simple merge