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 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423
|
rapid-photo-downloader (0.9.33-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Patch: Support setuptools 60. (Closes: #1022437)
-- Stefano Rivera <stefanor@debian.org> Wed, 09 Nov 2022 15:48:06 +0200
rapid-photo-downloader (0.9.33-1) unstable; urgency=medium
[ Tino Mettler ]
* New upstream version 0.9.33
* Add Depends: for python3-showinfilemanager
* Add Depends: for ifuse and libimobiledevice-utils, needed as of 0.9.29
* Remove Recommends: for libraw-bin, as it is not used anymore
* Remove 0002-Disable-optional-rawkit-usage.patch, applied upstream
* Don't generate analyze-pv-structure.1 as it was removed upstream
* Use CHANGES.md, CHANGES.rst was dropped by upstream
* Disable dh_auto_test, it causes a build failure
* Add myself to Uploaders:
* Update debian/copyright
[ Debian Janitor ]
* Re-export upstream signing key without extra signatures.
* Set upstream metadata fields: Repository, Repository-Browse.
[ Tino Mettler ]
* Set upstream metadata fields: Bug-Database, Bug-Submit
* Update Standards-Version to 4.6.0.1, no changes needed
* Add images from upstream git repository to regenerate qrc_resources.py
* Add pyqt5-dev-tools to build dependencies for pyrcc5
* Regenerate qrc_resources.py (Closes: #1010570)
* Replace override_dh_auto_clean actions with debian/clean
* Add details about source files with generated binary data in d/copyright
-- Tino Mettler <tino+debian@tikei.de> Tue, 17 May 2022 22:36:26 +0200
rapid-photo-downloader (0.9.26-2) unstable; urgency=medium
* New patch to disable optional rawkit usage
* Convert patches from quilt to git-buildpackage
-- Dr. Tobias Quathamer <toddy@debian.org> Tue, 26 Jan 2021 22:22:43 +0100
rapid-photo-downloader (0.9.26-1) unstable; urgency=medium
* New upstream version 0.9.26
* Switch to DEP-14 git branch layout
* Move libraw-bin from Depends to Recommends.
According to upstream, libraw-bin is only optional and will be
used by rapid-photo-downloader if it's available.
* Use Rules-Requires-Root: no
* Update Standards-Version to 4.5.1, no changes needed
-- Dr. Tobias Quathamer <toddy@debian.org> Mon, 25 Jan 2021 22:09:23 +0100
rapid-photo-downloader (0.9.23-1) unstable; urgency=medium
* New upstream version 0.9.23 (Closes: #956125)
- Remove patch, has been applied upstream
- Add python3-pyqt5 to Build-Depends
- Add libqt5svg5 and python3-babel to Depends
* Use debhelper v13
-- Dr. Tobias Quathamer <toddy@debian.org> Thu, 30 Apr 2020 12:10:11 +0200
rapid-photo-downloader (0.9.19-1) unstable; urgency=medium
* New upstream version 0.9.19 (Closes: #954172)
- New patch to fix syntax error and a FTBFS in setup.py
* Update Standards-Version to 4.5.0, no changes needed
* Update d/copyright
* Remove override for dh_auto_install, it's no longer needed.
Upstream has changed the installation path of the appdata.xml
file, so the move within d/rules is not necessary anymore.
-- Dr. Tobias Quathamer <toddy@debian.org> Fri, 20 Mar 2020 23:29:02 +0100
rapid-photo-downloader (0.9.17-1) unstable; urgency=medium
* New upstream version 0.9.17
-- Dr. Tobias Quathamer <toddy@debian.org> Mon, 26 Aug 2019 17:04:30 +0200
rapid-photo-downloader (0.9.16-1) unstable; urgency=medium
* New upstream version 0.9.16. (Closes: #934364)
- Remove now unneeded lintian override
* Switch to debhelper-compat and use v12
-- Dr. Tobias Quathamer <toddy@debian.org> Sun, 11 Aug 2019 21:37:23 +0200
rapid-photo-downloader (0.9.15-1) unstable; urgency=medium
* New upstream version 0.9.15 (Closes: #931742)
- Update dependencies of new upstream version
* Use wrap-and-sort
* Update Standards-Version to 4.4.0, no changes needed
* Update d/copyright
-- Dr. Tobias Quathamer <toddy@debian.org> Sat, 13 Jul 2019 15:28:27 +0200
rapid-photo-downloader (0.9.13-1) unstable; urgency=medium
* New upstream version 0.9.13
* Remove unneeded dependencies. (Closes: #910259)
* Remove patch for python3-sip module, applied upstream. (Closes: #911418)
* Run wrap-and-sort
* Add new manpage
* Update d/copyright. (Closes: #910259)
-- Dr. Tobias Quathamer <toddy@debian.org> Wed, 07 Nov 2018 23:09:04 +0100
rapid-photo-downloader (0.9.12-2) unstable; urgency=medium
* Use python3-sip module, not the bundled copy of PyQt5.
Thanks to Antoine Beaupré <anarcat@debian.org> (Closes: #911418)
-- Dr. Tobias Quathamer <toddy@debian.org> Sat, 20 Oct 2018 23:23:01 +0200
rapid-photo-downloader (0.9.12-1) unstable; urgency=medium
[ Jörg Frings-Fürst ]
* New upstream release.
- Refresh patches.
* debian/copyright:
- Use secure copyright format URI.
- Change source to new homepage.
- Add year 2018 to Antoine Beaupré.
* debian/watch:
- Use secure URI.
* Declare compliance with Debian Policy 4.2.1 (No changes needed).
[ Antoine Beaupré ]
* Remove patch factored into upstream (0700-appstream-metadata.patch).
* Remove cffi dependency, was noise from stretch.
[ Dr. Tobias Quathamer ]
* New upstream version 0.9.12
* Add gbp.conf
* Adopt package. Thanks to Jörg for the last years of maintaining the package!
(Closes: #909584)
-- Dr. Tobias Quathamer <toddy@debian.org> Sun, 14 Oct 2018 14:27:34 +0200
rapid-photo-downloader (0.9.9-2) unstable; urgency=medium
* remove python version dependency satisfied by oldstable
* update standards version, no change
* add missing runtime dependencies (Closes: #900709)
-- Antoine Beaupré <anarcat@debian.org> Tue, 24 Jul 2018 21:51:03 -0400
rapid-photo-downloader (0.9.9-1) unstable; urgency=medium
* add patch to disable version checks'
* update to newer 0.9.9 release
* add myself to uploaders
* move to salsa
* make backports easier by tolerating backported debhelper versions
-- Antoine Beaupré <anarcat@debian.org> Wed, 14 Mar 2018 12:31:55 -0400
rapid-photo-downloader (0.9.7-1) unstable; urgency=medium
* Team upload
[ Antoine Beaupré ]
* update to newer 0.9.7 release
* debian/watch:
- allow downloading older releases by looking at the download page
directly
- enable OpenPGP signature checks on tarballs
* debian/control
- depend on python3 explicitly otherwise build fails on stretch
- remove commented out dependencies
- remove dependencies redundant with requirements.txt
- depend on python 3.4 or above, as upstream
* debian/py3dist-overrides
- add new dependencies mappings
[ Jörg Frings-Fürst ]
* New upstream release (Closes: #867527, #790600, #866476):
- Remove obsolete patches:
+ 05_removed-empty-directory.diff
+ 10-keywords_desktop.patch
* debian/control:
- Add requested python 3 and remove unneeded python 2 to/from Build-Depends.
- Change Vcs-Browser and Homepage to secure URI.
- Add X-Python3-Version and remove X-Python-Version.
- Add missing python3-pymediainfo and python3-mediainfodll to Build-Depends.
* debian/rules:
- Use pkg-info.mk instead parsing the output of dpkg-parsechangelog.
* Declare compliance with Debian Policy 4.1.3 (No changes needed).
* Bump compat to 11:
- Change debian/compat to 11.
- Change debhelper version at debian/control to >= 11.
* Change to my new email address:
- debian/control
- debian/copyright
* debian/copyright:
- Add year 2018 to debian/*.
- Add Antoine Beaupré <anarcat@debian.org> to debian/*
- Update to the new upstream release.
* debian/watch:
- Bump version to 4.
- Allow only numerical versions.
* debian/changelog:
- Remove trailing whitespaces.
* New patches/0700-appstream-metadata.patch:
- Rewrite package metadata to the latest version.
* Copy appdata file from usr/share/appdata to usr/share/metainfo.
-- Jörg Frings-Fürst <debian@jff.email> Thu, 04 Jan 2018 10:34:46 +0100
rapid-photo-downloader (0.4.11-1) unstable; urgency=medium
* New upstream release (Closes: #806975, #806976).
* Remove debian/menu by reason of tech-ctte bug #741573.
* Rewrite debian/watch to track the last version.
-- Jörg Frings-Fürst <debian@jff-webhosting.net> Sun, 06 Dec 2015 02:58:59 +0100
rapid-photo-downloader (0.4.10-3) unstable; urgency=medium
* debian/control:
- Bump Standards-Version to 3.9.6 (no changes required).
- Add dh-python to Build-Depends to prevent warning at build.
- Remove X-Python-Version 2.6 during installation errors.
* New debian/lintian-overrides:
- Override the warning "desktop-mime-but-no-exec-code" because
the program don't use parameters for filenames.
* debian/copyright:
- Add year 2015.
* Remove debian/source/options because compression xz is standard now.
* Refresh patches.
-- Jörg Frings-Fürst <debian@jff-webhosting.net> Mon, 11 May 2015 23:43:30 +0200
rapid-photo-downloader (0.4.10-2) unstable; urgency=medium
* New maintainer (Closes: #753568).
* debian/control:
- Set myself as maintainer.
- Vcs:
+ Remove upstream Vcs.
+ Create a new git repository on alioth.
+ Add the Fields Vcs-Browser and Vcs-Git.
* Add debian/source/options:
- Set compression to xz & compression-level to 9 to save space.
* debian/copyright:
- Add myself to the list of authors for debian/*.
- Update copyright years for 2014.
- Change License for rapid/ValidatedEntry.py from other to Expat.
- Remove non-existing files.
* debian/rules:
- Install upstream changelog from rapid/ChangeLog.
* New debian/patches/10-keywords_desktop.patch
- Add missing Keywords entry to the .desktop file.
* Change debian/compat to 9 (no changes required).
-- Jörg Frings-Fürst <debian@jff-webhosting.net> Mon, 18 Aug 2014 14:35:55 +0200
rapid-photo-downloader (0.4.10-1) unstable; urgency=medium
* New upstream release
* Bump standard version to 3.9.5
-- Julien Valroff <julien@debian.org> Sat, 08 Mar 2014 09:07:25 +0100
rapid-photo-downloader (0.4.7-1) unstable; urgency=low
* New upstream release
* Bump standard version to 3.9.4 (no changes needed)
-- Julien Valroff <julien@debian.org> Wed, 23 Oct 2013 11:48:47 +0200
rapid-photo-downloader (0.4.6-1) unstable; urgency=low
* New upstream release
-- Julien Valroff <julien@debian.org> Fri, 15 Feb 2013 18:54:40 +0100
rapid-photo-downloader (0.4.5-3) unstable; urgency=low
* Add dependency on exiv2 (thanks to Damon Lynch for spotting this)
-- Julien Valroff <julien@debian.org> Sun, 25 Nov 2012 09:37:56 +0100
rapid-photo-downloader (0.4.5-2) unstable; urgency=low
* Depends on python-dbus (Closes: #693753)
-- Julien Valroff <julien@debian.org> Fri, 23 Nov 2012 06:36:06 +0100
rapid-photo-downloader (0.4.5-1) unstable; urgency=low
* New upstream release
-- Julien Valroff <julien@debian.org> Tue, 26 Jun 2012 20:47:29 +0200
rapid-photo-downloader (0.4.4-1) unstable; urgency=low
* New upstream release (Closes: #677539)
* Update DEP-5 URI to the final location
* Bump standard version to 3.9.3 (no changes needed)
-- Julien Valroff <julien@debian.org> Fri, 15 Jun 2012 07:44:06 +0200
rapid-photo-downloader (0.4.3-1) unstable; urgency=low
* New upstream release
* Adjust dependencies for the new release
-- Julien Valroff <julien@debian.org> Sun, 08 Jan 2012 07:58:48 +0100
rapid-photo-downloader (0.4.2-1) unstable; urgency=low
* New upstream release
* Update DEP-5 uri
-- Julien Valroff <julien@debian.org> Sun, 02 Oct 2011 07:08:46 +0200
rapid-photo-downloader (0.4.1-2) unstable; urgency=low
* Actually pass version to pod2man
* Fix X-Python-Version field to state python 2.6 and 2.7 are supported
-- Julien Valroff <julien@debian.org> Sun, 11 Sep 2011 17:47:34 +0200
rapid-photo-downloader (0.4.1-1) unstable; urgency=low
* New upstream release
* Fix duplicate entries in dependencies
* Point to GPL-2 license text in debian/copyright
-- Julien Valroff <julien@debian.org> Mon, 23 May 2011 21:17:07 +0200
rapid-photo-downloader (0.4.0-1) unstable; urgency=low
* New upstream release
* Upload to unstable
-- Julien Valroff <julien@debian.org> Fri, 29 Apr 2011 18:50:14 +0200
rapid-photo-downloader (0.4.0~rc1-1) experimental; urgency=low
* New upstream Release Candidate
* Add menu file
-- Julien Valroff <julien@debian.org> Sat, 23 Apr 2011 09:21:23 +0200
rapid-photo-downloader (0.4.0~beta1-1) experimental; urgency=low
* New upstream beta release
* Update to new policy 3.9.2 (no changes needed)
-- Julien Valroff <julien@debian.org> Sat, 16 Apr 2011 16:39:37 +0200
rapid-photo-downloader (0.4.0~alpha4-1) experimental; urgency=low
* New upstream alpha version
-- Julien Valroff <julien@debian.org> Fri, 08 Apr 2011 07:09:56 +0200
rapid-photo-downloader (0.4.0~alpha1-1) experimental; urgency=low
* New upstream alpha version:
+ New user interface
+ Improve speed
* Update dependencies for the new release
-- Julien Valroff <julien@debian.org> Fri, 25 Mar 2011 22:10:10 +0100
rapid-photo-downloader (0.3.6-1) unstable; urgency=low
* New upstream maintenance release
-- Julien Valroff <julien@debian.org> Fri, 08 Apr 2011 07:14:55 +0200
rapid-photo-downloader (0.3.5-1) unstable; urgency=low
* New Upstream Version:
+ Translation updates
+ Fix crash while downloading
-- Julien Valroff <julien@debian.org> Fri, 25 Mar 2011 21:53:10 +0100
rapid-photo-downloader (0.3.4-3) unstable; urgency=low
* Switch from pysupport to dh_python2
* Install files in a private directory to avoid file conflicts with
rapid-spring package (Closes: #618994)
-- Julien Valroff <julien@debian.org> Sun, 20 Mar 2011 15:48:38 +0100
rapid-photo-downloader (0.3.4-2) unstable; urgency=low
* Update copyright information
* Bump debhelper compat to 8
* Upload to unstable
-- Julien Valroff <julien@debian.org> Sat, 19 Mar 2011 14:37:44 +0100
rapid-photo-downloader (0.3.4-1) experimental; urgency=low
* New Upstream Version
* Remove DMUA field, now useless
* Add (X-)Python-Version: fields in control file, as per Python Policy
-- Julien Valroff <julien@debian.org> Mon, 22 Nov 2010 21:34:48 +0100
rapid-photo-downloader (0.3.3-2) experimental; urgency=low
* Update my email address
* Fix watch file
-- Julien Valroff <julien@debian.org> Mon, 08 Nov 2010 21:43:55 +0100
rapid-photo-downloader (0.3.3-1) experimental; urgency=low
* Initial release (Closes: #539183)
-- Julien Valroff <julien@kirya.net> Mon, 25 Oct 2010 18:42:48 +0200
|