1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267
|
subdownloader (2.1.0-3) unstable; urgency=medium
[ Debian Janitor ]
* Set upstream metadata fields: Repository.
[ Mattia Rizzolo ]
* Add patch from upstream to fix input of text fields at startup. LP: #1869376
* Install the program icon. LP: #1869377
* d/control: Bump Standards-Version to 4.5.0, no changes needed.
-- Mattia Rizzolo <mattia@debian.org> Sat, 28 Mar 2020 21:39:19 +0100
subdownloader (2.1.0-2) unstable; urgency=medium
* Add missing Test-Depends on pythont3-pytest and python3-pymediainfo.
-- Mattia Rizzolo <mattia@debian.org> Thu, 31 Oct 2019 11:42:32 +0100
subdownloader (2.1.0-1) unstable; urgency=medium
* New upstream version 2.1.0.
+ Unbreak the CLI, adding/changing a few flags and operation modes.
Closes: #933909
+ Allow specifying video files on the CLI in a way that is compatible with
Freedesktop (also drop local patch workarounding this). LP: #1001689
* d/copyright: Update.
* d/control:
+ Bump debhelper compat level.
+ Bump Standards-Version, no changes needed.
+ Use the new dh-sequence-python3 virtual package.
* d/rules:
+ Now we are able to run the testsuite with pytest.
+ Tweak the dependency generation, the new version is not installing
requires.txt anymore.
* d/t/control: Also run autopkgtest using pytest.
-- Mattia Rizzolo <mattia@debian.org> Fri, 18 Oct 2019 14:20:47 +0200
subdownloader (2.1.0~rc4-2) unstable; urgency=medium
* Team upload.
* Upload to unstable.
* debian/control
- bump Standards-Version to 4.4.0 (no changes needed).
-- Sandro Tosi <morph@debian.org> Wed, 21 Aug 2019 16:42:22 -0400
subdownloader (2.1.0~rc4-1) experimental; urgency=medium
* New upstream version 2.1.0~rc4. Closes: #892751
+ This version doesn't ship language data models anymore. Closes: #703944
+ Fix crash when searching for Chinese characters. Closes: #912855
+ Fix crash when the directory contains non-ASCII characters.
Closes: #766316; LP: #1289949
* d/watch: Update to catch also the rc releases.
* d/rules:
+ Drop PyQt5 from requires.txt since it doesn't ship an egg-info.
+ Document why we can't run the testsuite at build time.
+ Build the manpage using sphinx.
* d/patches:
+ Drop resize-icon.patch, not relevant anymore without the menu system.
+ Drop desktop-file-remove-path.patch, applied upstream.
+ Drop load-translations.patch, not needed anymore.
+ Drop encoding-issue.diff, the bug is fixed some other way upstream now.
+ Refresh no-mime-type-in-desktop-file.patch
* d/control:
+ Update all the package relationships for the Python2→Python3 move, and
several other library changes.
+ Remove Emilien Klein from Uploaders, as they are not users of this
anymore, and so I assume no longer interested in its maintenance.
* Add an autopkgtest.
* d/copyright: Update.
-- Mattia Rizzolo <mattia@debian.org> Thu, 08 Nov 2018 21:49:35 +0100
subdownloader (2.0.19-1) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Remove trailing whitespaces
[ SVN → Git migration ]
* Move the repository from SVN to Git.
* Change the hosting from alioth.d.o to salsa.d.o.
* Configure gbp to use DEP-14 branch names.
[ Mattia Rizzolo ]
* New upstream version 2.0.19.
* Run wrap-and-sort -ast.
* d/control:
+ Add myself to Uploaders.
+ Bump debhlper compat level to 11.
Also use the new debhelper-compat(=11) notation and drop d/compat.
+ Set Rules-Requires-Root:no.
+ Drop versioned dependency on python >= 2.6, the implied >= 2.7 is enough.
+ Bump Standards-Version to 4.2.1.
+ Update Homepage to the new location on GitHub.
* d/control: Update dependencies:
+ Build-Depends: pyqt4-dev-tools → pyqt5-dev-tools.
+ Depends:
- python-kaa-metadata → python-pymediainfo. Closes: #907663
- drop now unneeded dependency on python-crypto.
- new dependency on python-progressbar.
+ Recommends:
- python-qt4 → python-pyqt5.
- New recommended packages: python-argcomplete, python-langdetect.
* d/rules:
+ Rewrite using the dh sequencer.
+ Don't install a basically empty upstream changelog file.
* d/subdownloader.menu: drop menu file, deprecated as of Policy v3.9.8.
* d/copyright:
+ Rewrite using copyright-format 1.0.
+ Add myself for debian/*
+ Update.
* d/watch: Rewrite pointing to GitHub.
* d/patches:
+ follow-opensubtitles-download-link: remove, included upstream.
+ encoding-issue.diff: temporary disable.
-- Mattia Rizzolo <mattia@debian.org> Thu, 20 Sep 2018 18:13:26 +0200
subdownloader (2.0.18-2.1) unstable; urgency=medium
* NMU upload
* Fix the locale issues when downloading (Closes: #766316) (LP: #1289949)
Thanks to Beniamin Jalinowski for the patch
Patch updated by Sylvestre Ledru
-- Sylvestre Ledru <sylvestre@debian.org> Fri, 11 Nov 2016 20:47:58 +0100
subdownloader (2.0.18-2) unstable; urgency=medium
* Team upload
[ Emilien Klein ]
* d/patches/load-translations.patch: Corrects Debian's program folder to
load the translations correctly (Closes: #767036).
[ Mattia Rizzolo ]
* Make subdownloader download subtitles again after opensubtitles.org
API change. Closes: #810530 LP: #1528605
-- Mattia Rizzolo <mattia@debian.org> Fri, 15 Jan 2016 23:55:47 +0000
subdownloader (2.0.18-1) unstable; urgency=low
* New upstream release (Closes: #687126, #751920).
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
* Fix watch file.
[ Emilien Klein ]
* Transition from python_support to dh_python2. Affects files:
- d/control
- d/rules
- d/subdownloader.install
- d/subdownloader.links
* d/control:
- Bump Standards-Version from 3.9.1 to 3.9.6 (one change performed to
d/rules recommended target)
- Replace Marco Rodrigues by myself in Uploaders
* d/rules: Fix debian-rules-missing-recommended-target Lintian warning
* d/patches/fix-non-ascii-download-path.patch: deleted as applied upstream
* d/patches/desktop-file-remove-path.patch: make the desktop file usable
* d/patches/no-mime-type-in-desktop-file.patch: Mime Type is unused, as
the .desktop file doesn't provide an Exec code.
* d/patches/resize-icon.patch: Resize icon from 64x64 to 32x32
-- Emilien Klein <emilien+debian@klein.st> Wed, 22 Oct 2014 00:09:01 +0200
subdownloader (2.0.14-1.1) unstable; urgency=low
* Non-maintainer upload.
* debian/patches/fix-non-ascii-download-path.patch:
+ Fix downloading subtitles in folders containing non-ASCII characters
(Closes: #606993), (LP: #913453, #306589)
* debian/source/format:
Update to "3.0 (quilt)" to apply the previous patch in a proper way
-- Emilien Klein <emilien+debian@klein.st> Sat, 10 Nov 2012 12:43:07 +0100
subdownloader (2.0.14-1) unstable; urgency=low
* New upstream version.
-- Marco Rodrigues <gothicx@gmail.com> Sun, 10 Oct 2010 23:24:46 +0100
subdownloader (2.0.13-1) unstable; urgency=low
* New upstream version (Closes: #595333).
* debian/control:
+ Move python-qt4 to Recommends. Thanks Jakub Wilk for the tip.
+ Change my e-mail address.
* debian/copyright:
+ Change my e-mail address.
* debian/control:
- Bump Standards-Version to 3.9.1, no changes required.
-- Marco Rodrigues <gothicx@gmail.com> Fri, 03 Sep 2010 23:40:19 +0100
subdownloader (2.0.10-1) unstable; urgency=low
* New upstream version (Closes: #515664, #515665),
(LP: #452036, #359294).
* debian/subdownloader.install:
+ Use upstream xpm icon.
* debian/control:
+ Bump Standards-Version to 3.8.4 (no changes).
+ Add pyqt4-dev-tools to rebuild qt ui files.
+ Change XS-Python-Version to >= 2.5 and bump python dependency
to 2.5.2 as upstream needs python 2.5 to work correctly.
+ Replace python-central by python-support.
* debian/rules:
+ Replace python-central by python-support.
+ Rebuild QT ui files.
+ Don't remove mmpython. Not at tarball anymore.
* debian/copyright:
+ Add myself as upstream developer.
+ Bump copyright year to 2010.
+ Change from GPL-2 to GPL-3 as upstream.
-- Marco Rodrigues <gothicx@sapo.pt> Wed, 24 Feb 2010 23:04:12 +0000
subdownloader (2.0.9.3-2) unstable; urgency=low
* debian/rules:
+ Move generate-mo-files to build and add to PHONY.
+ Force use of dh_pycentral instead of dh_pysupport.
* debian/copyright:
+ Update to current year in translations and authors.
-- Marco Rodrigues <gothicx@sapo.pt> Mon, 09 Feb 2009 21:46:09 +0000
subdownloader (2.0.9.3-1) unstable; urgency=low
* New upstream version.
* debian/control:
+ Short and long description improved (Closes: #512186).
* debian/watch:
+ Fix name of tarball to lowercase (changed upstream).
-- Marco Rodrigues <gothicx@sapo.pt> Thu, 29 Jan 2009 09:40:21 +0000
subdownloader (2.0.9.2-1) unstable; urgency=low
* New upstream version.
-- Marco Rodrigues <gothicx@sapo.pt> Wed, 14 Jan 2009 20:16:17 +0000
subdownloader (2.0.9.1-1) unstable; urgency=low
* New upstream version.
* debian/rules:
+ Generate mo files from po files on build.
* debian/control:
+ Add Conflicts/Replaces to avoid problems with the
non-official -cli package (Closes: #510049).
* debian/copyright:
+ Add copyright notice for locale (po files).
-- Marco Rodrigues <gothicx@sapo.pt> Mon, 29 Dec 2008 12:22:05 +0000
subdownloader (2.0.8.1-1) unstable; urgency=low
* Initial Release (Closes: #490364).
-- Marco Rodrigues <gothicx@sapo.pt> Sun, 07 Dec 2008 19:26:05 +0000
|