X-Git-Url: https://git.rapsys.eu/youtubedl/blobdiff_plain/33527cbfa9b53fa7891ce8363cc8591c2ed4609f..5fa40fec7a5bb9f914e50a1b851cd9a863f18d62:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 5c6363a..2946db9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,256 @@ -youtube-dl (2017.02.07-1~1.gbpd2632e) UNRELEASED; urgency=medium +youtube-dl (2020.03.24-1~1.gbp70058c) UNRELEASED; urgency=medium - ** SNAPSHOT build @d2632ebbe0759622d4ab7aff134421194974b394 ** + ** SNAPSHOT build @70058ce8528073cc636f0b014032b9cde5807cb9 ** + + [ Unit 193 ] + * debian/patches: + + disable-autoupdate-mechanism.patch: Extend to clean up errant import + and README clobber on clean. + + disable_more_online_tests.patch: Disable remaining tests that require + internet. + * debian/control: + + Build-depend on flake8 and python3-nose. + * debian/rules: + + Drop makefile mangling + + Run offline tests. + + [ Rogério Brito ] + * debian/patches: + + Add patch to skip style checks from flake8 during test. + * debian/control: + + State compliancy with policy 4.5.0 (no further changes needed). + * New upstream version 2020.03.24 + + -- Rogério Brito Fri, 10 Apr 2020 10:30:01 -0300 + +youtube-dl (2020.01.24-0.1) unstable; urgency=medium + + * Non-maintainer upload. + * New upstream version 2020.01.24. Closes: #947208 + + -- Simon Spöhel Fri, 31 Jan 2020 16:29:34 +0100 + +youtube-dl (2019.09.28-1) unstable; urgency=medium + + * New upstream version 2019.09.28. Closes: #940053 + * debian/README.source: Document source-only uploads procedure. + * debian/control: + + Update list of extractors/supported sites. + + Mark my GitHub trees as the preferred repos. + + -- Rogério Brito Tue, 01 Oct 2019 17:06:33 -0300 + +youtube-dl (2019.09.01-1) unstable; urgency=medium + + * New upstream version 2019.09.01. + Highlight: + + Fix extraction of video titles from YouTube. + Closes: #933381, #939041 + * debian/{control,copyright,watch}: Change upstream location. + * debian/README.source: Change 'markup'. + * debian/copyright: Update my copyright years. + * debian/control: State compliancy with Debian Policy 4.4.0. + + -- Rogério Brito Mon, 02 Sep 2019 15:41:39 -0300 + +youtube-dl (2019.07.02-1) unstable; urgency=medium + + * New upstream version 2019.07.02. + Highlight: + + Fixes download of encrypted videos (e.g., almost everything with music) + from YouTube. + + -- Rogério Brito Wed, 03 Jul 2019 19:36:43 -0300 + +youtube-dl (2019.06.08-1) unstable; urgency=medium + + * ACK NMU. Thanks Antoine and Salvatore for the upload! + * New upstream version 2019.06.08. Closes: #930462. + * debian/README.source: Update steps used to create new release. + * debian/patches: + + Remove patch cherry-picked from upstream for the NMU. + + Refresh patches to apply cleanly. + + -- Rogério Brito Thu, 13 Jun 2019 21:24:55 -0300 + +youtube-dl (2019.01.17-1.1) unstable; urgency=medium + + [ Salvatore Bonaccorso ] + * Fix extraction from youtube. (Closes: #927862) + + -- Antoine Beaupré Sat, 27 Apr 2019 17:03:56 -0400 + +youtube-dl (2019.01.17-1) unstable; urgency=medium + + * New upstream version 2019.01.17. + Highlight: + + Fixes downloads from YouTube. Closes: #919867 + + Note: May still have some pending issues with YouTube, but a new + package will be uploaded as soon as upstream has it ready. OTOH, all + the videos with which I have verified with this version of the package + work. + + -- Rogério Brito Mon, 21 Jan 2019 12:13:04 -0200 + +youtube-dl (2019.01.16-1) unstable; urgency=medium + + * New upstream version 2019.01.16. Fixes downloads from YouTube. + * debian/patches: Remove patch to disambiguate between ffmpeg and avconv. + * debian/{compat,control}: Update to debhelper compatibility level 12. + * debian/control: Mark package compliant with Policy 4.3.0 (no changes). + + -- Rogério Brito Wed, 16 Jan 2019 20:20:25 -0200 + +youtube-dl (2018.11.07-1) unstable; urgency=medium + + * New upstream version 2018.11.07. + + Highlight: Fix problem extracting videos from YouTube. + + -- Rogério Brito Sun, 11 Nov 2018 00:06:15 -0200 + +youtube-dl (2018.09.10-1) unstable; urgency=medium + + * ACK NMU by Clint Adams. Thanks! + * New upstream version 2018.09.10. Closes: #908461, #907722, #904619. + * debian/patch: + + Refresh all patches to avoid FTBFS. + * debian/control: + + Set 'Rules-Requires-Root: no'. + + Mark compliance with Debian policy 4.2.1. No further changes needed. + + Update list of extractors in long description. + + -- Rogério Brito Fri, 14 Sep 2018 23:11:59 -0300 + +youtube-dl (2018.06.18-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Add missing python3-setuptools build dependency. closes: #902279. + + -- Clint Adams Sun, 24 Jun 2018 16:54:30 -0400 + +youtube-dl (2018.06.18-1) unstable; urgency=medium + + * New upstream version 2018.06.18 (Closes: #900642) + * debian/control: + + Canonicalize with `wrap-and-sort -s -a -b`. + + Remove X-Python3-Version indication with ancient versions. + + Remove trailing whitespace at EOF. + + -- Rogério Brito Tue, 19 Jun 2018 07:44:05 -0300 + +youtube-dl (2018.04.25-1) unstable; urgency=medium + + * New upstream version 2018.04.25 + * New buld to fix missing build dependencies due to changes in python3.6. + (Closes: #896789) + * debian/control: + + Verify compliance with Policy 4.1.4 (no changes needed). + + -- Rogério Brito Fri, 27 Apr 2018 17:20:44 -0300 + +youtube-dl (2018.03.14-1) unstable; urgency=medium + + [ Andreas Tille ] + * cme fix dpkg-control + * Moved packaging to salsa.debian.org + + [ Nicolas Braud-Santoni ] + * d/p/remove-autoupdate-mechanism.patch: Remove upstream's autoupdate + mechanism (Closes: #693534, #890119) + + [ Rogério Brito ] + * New upstream version 2018.01.27 + * New upstream version 2018.03.14 + * debian/copyright: + + Update my copyright years. + * debian/{compat,control}: + + Relutanctly update compat to 11. + * debian/control: + + Add Recommends: python3-pyxattr. Thanks to Mathieu Malaterre for the + report. (Closes: #891446) + + Update long description with list of supported sites/extractors. + * debian/patches: + + remove-autoupdate-mechanism.patch: Update patch with metadata at the top. + + fix_libav_compat_outdated.patch: Refresh. + + remove-autoupdate-mechanism.patch: Refresh. + + remove-autoupdate-mechanism.patch: Remove fewer things to avoid future + conflicts. + + remove-autoupdate-mechanism.patch: Update metadata and rename to + disable-autoupdate-mechanism.patch + + Refresh all patches with gbp pq. + + -- Rogério Brito Fri, 16 Mar 2018 15:55:33 -0300 + +youtube-dl (2017.12.31-1) unstable; urgency=medium + + * New upstream version 2017.12.31. (Closes: #886249) + * debian/control: Mark compliancy with policy 4.1.3 (no changes needed). + + -- Rogério Brito Thu, 04 Jan 2018 04:35:08 -0200 + +youtube-dl (2017.11.06-1) unstable; urgency=medium + + * New upstream version 2017.11.06 + * debian/control: Add recommends on phantomjs. Closes: #880739 + + -- Rogério Brito Wed, 08 Nov 2017 04:40:10 -0200 + +youtube-dl (2017.10.15.1-1) unstable; urgency=medium + + * New upstream version 2017.10.15.1 (Closes: #793054, #812547) + * debian/control: + + Update the source repository to github.com. + + Update S-V to 4.0.0, no more changes needed. + + Change priority from extra to optional. + + Mark compliance with policy 4.1.1. No further changes needed. + * debian/README.source: + + Update with instructions relative to my workflow. + * debian/copyright: + + Use HTTPS for Format: field. + + Use HTTPS for upstream's source. + * debian/{compat,control}: Update compat to 10. + + -- Rogério Brito Thu, 19 Oct 2017 19:40:59 -0200 + +youtube-dl (2017.09.24-0.1) unstable; urgency=medium + + * Non-maintainer upload. + * New upstream release 2017.09.24. + + Fixes downloads from Daily Motion. Closes: #876118, #873853. + + -- Francois Marier Sun, 24 Sep 2017 16:07:57 -0700 + +youtube-dl (2017.05.18.1-1) unstable; urgency=medium + + * New upstream version 2017.05.18.1. + + Fixes downloads from YouTube, among other sites. Closes: #861538. + + -- Rogério Brito Fri, 19 May 2017 03:29:30 -0300 + +youtube-dl (2017.03.26-1) unstable; urgency=medium + + * New upstream version 2017.03.26. + + More fixes for downloads from popular sites. + + -- Rogério Brito Thu, 30 Mar 2017 18:18:12 -0300 + +youtube-dl (2017.03.07-1) unstable; urgency=medium + + * New upstream version 2017.03.07. + + Fixes downloads from Facebook, among other things. + * debian/control: + + Update list of supported sites (and list one per line). + + -- Rogério Brito Thu, 09 Mar 2017 05:45:30 -0300 + +youtube-dl (2017.02.24.1-1) unstable; urgency=medium + + * New upstream version 2017.02.24.1. + (Closes: #855538) + + -- Rogério Brito Fri, 24 Feb 2017 21:12:46 -0300 + +youtube-dl (2017.02.07-1) unstable; urgency=medium * New upstream version 2017.02.07 (Closes: #850893, #851157, #854314, #853120) @@ -8,8 +258,11 @@ youtube-dl (2017.02.07-1~1.gbpd2632e) UNRELEASED; urgency=medium + Add keys for both upstream "releasers". (Addresses: #846495) * debian/watch: Simplify the watch file and make it work. Thanks to "user" for the warning. (Closes: #846495) + * debian/control: + + Update list of supported sites. People keep complaining that it is not + up-to-date. - -- Rogério Brito Thu, 09 Feb 2017 05:30:58 -0200 + -- Rogério Brito Thu, 09 Feb 2017 05:39:37 -0200 youtube-dl (2016.12.01-1) unstable; urgency=medium @@ -1100,4 +1353,3 @@ youtube-dl (2006.08.28-1) unstable; urgency=low * Initial release, closes: #385748. -- Robert S. Edmonds Sun, 3 Sep 2006 19:43:27 -0400 -