X-Git-Url: https://git.rapsys.eu/youtubedl/blobdiff_plain/a4343ecc2bb1c6e5920a4ab619bc1d6f47bf3d41..432fd38466ba4fc2f31597488104ed0e729149a6:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 41de16e..d531261 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,141 @@ -youtube-dl (2013.12.23-1~1.gbp63a692) UNRELEASED; urgency=medium +youtube-dl (2015.07.21-1~2.gbp3477c6) UNRELEASED; urgency=medium - ** SNAPSHOT build @63a6927374492ef47c8fd6de67d0760ace4dd0ed ** + ** SNAPSHOT build @3477c644417600d9ec8f8d2a44f82da0a4b15eb5 ** + * Imported Upstream version 2015.07.21 (Closes: #735012, #736151) + * Imported Upstream version 2015.11.10 (Closes: #796035, #804724). + * debian/control: + + Drop really ancient Recommends to have ffprobe. + + Prefer ffmpeg to libav-tools in Recommends. + + Prefer mplayer to mplayer2 in Recommends. (Closes: #796227). + Note: I'm still leaving mplayer2 to ease the life of backporters. + + Prefer mpv to mplayer in Recommends. + + -- Rogério Brito Wed, 22 Jul 2015 01:05:38 -0300 + +youtube-dl (2015.06.04.1-1) unstable; urgency=medium + + * Imported Upstream version 2015.05.15 (Closes: #784322, #783093, #785335) + * Imported Upstream version 2015.06.04.1 + * debian/README.source: Adapt according to changes in git-builpackage. + * debian/copyright: + + Update my copyright years. + + Fix lintian's dep5-copyright-license-name-not-unique. + * debian/gbp.conf: Change to new git-buildpackage syntax. + * debian/NEWS: + + Document that the --max-quality option is gone. + + Update with version to be uploaded. + * debian/control: + + Add build-dependency on dh-python as per warning from dh_python2. + + -- Rogério Brito Sat, 13 Jun 2015 17:41:32 -0300 + +youtube-dl (2015.02.28-1) unstable; urgency=medium + + * Imported Upstream version 2015.02.28. Closes: #778765. + + -- Rogério Brito Sun, 01 Mar 2015 02:12:13 -0300 + +youtube-dl (2015.02.06-1) unstable; urgency=medium + + * Imported Upstream version 2015.02.06 + * debian/control: + + Update list of supported sites. + + Add recommends on "aria2 | wget | curl" to use the new external + downloaders feature. + + -- Rogério Brito Mon, 09 Feb 2015 01:37:50 -0200 + +youtube-dl (2015.01.16-1) unstable; urgency=medium + + * Imported Upstream version 2015.01.16. Highlight: + + Fix changes with Youtube changing the signature algorithm. + + -- Rogério Brito Fri, 16 Jan 2015 16:08:59 -0200 + +youtube-dl (2014.12.01-1) unstable; urgency=medium + + * Imported Upstream version 2014.11.21 + * Imported Upstream version 2014.11.23 + * Imported Upstream version 2014.12.01. + Closes: #771316, #769602. + * debian/copyright: + + Record the explicit provenance of public domain status. + Thanks Ben Finney for the patch. Closes: #770249. + + Fix missing-license-paragraph-in-dep5-copyright. + + -- Rogério Brito Tue, 02 Dec 2014 21:25:47 -0200 + +youtube-dl (2014.10.30-1) unstable; urgency=medium + + * Imported Upstream version 2014.10.30. + Closes: #765997, #762046. + * debian/control: Confirm that the package conforms to policy 3.9.6. + + -- Rogério Brito Fri, 31 Oct 2014 18:57:02 -0200 + +youtube-dl (2014.08.05-1) unstable; urgency=medium + + * Imported Upstream version 2014.08.05. + Closes: #756246, #756371, #756493. + + -- Rogério Brito Wed, 06 Aug 2014 15:43:31 -0300 + +youtube-dl (2014.07.15-1) unstable; urgency=medium + + * Imported Upstream version 2014.07.15. Closes: #754919. + + -- Rogério Brito Tue, 15 Jul 2014 22:32:37 -0300 + +youtube-dl (2014.07.11-1) unstable; urgency=medium + + * Imported Upstream version 2014.07.11. + Closes: #754569, #740616, #752740, #754628, #754585. + + -- Rogério Brito Sun, 13 Jul 2014 12:31:12 -0300 + +youtube-dl (2014.06.19-1) unstable; urgency=medium + + * debian/upstream-signing-key.asc: Add keys from upstream. + * Rename: debian/upstream-signing-key.asc -> debian/upstream/signing-key.asc + * debian/watch: Make use of the signing key from upstream. + * Imported Upstream version 2014.06.19. Closes: #752139. + * debian/changelog: Annotate with bugs being closed. + + -- Rogério Brito Sun, 22 Jun 2014 11:53:20 -0300 + +youtube-dl (2014.06.07-1) unstable; urgency=medium + + * Imported Upstream version 2014.06.07. Closes: #743005, #749828, + #746345. + * debian/control: Annotate with bug numbers closed by this release. + + -- Rogério Brito Sun, 08 Jun 2014 12:39:54 -0300 + +youtube-dl (2014.02.17-1) unstable; urgency=medium + + * The "Way too many changes release". * Imported Upstream version 2013.12.23 + * Imported Upstream version 2014.01.17.2 + * Imported Upstream version 2014.02.17. + + There are too many goodies that this new release brings us, + including that it is possible to combine/merge/multiplex audio and + video formats that Youtube now offers separately (See the previous + notes about Youtube using DASH for video and audio). + . + Now, if you want a 480p video in H.264 format, High profile, with + 128kbps AAC audio (this used to be Youtube's format 35), you can + specify format `-f 135+140` on the command-line, and so on. Only your + imagination is the limit. + + Fixes "using --list-subs triggers downloading video from vimeo". + Closes: #734647. + * debian/NEWS: + + Write news about new muxing feature of youtube-dl. + * debian/control: + + Massive update of supported sites in long description. + + Package complies with policy 3.9.5. - -- Rogério Brito Fri, 27 Dec 2013 00:57:28 -0200 + -- Rogério Brito Mon, 17 Feb 2014 19:41:53 -0300 youtube-dl (2013.12.04-1) unstable; urgency=low