Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-Disable-version-checks-on-startup.patch | Disable version checks on startup Rapid-photo-downloader performs a check for new versions on startup upstream. In Debian, users cannot perform this update themselves through the mechanisms offered upstream: they must perform updates through the Debian packaging system. This check will, when the package trickle down in Debian, trigger needless warnings when upstream performs new releases that are not backported to stable or LTS releases. |
Antoine Beaupre <anarcat@debian.org> | not-needed | upstream, https://discuss.pixls.us/t/rapid-photo-downloader-0-9-9-is-released/6912 | 2018-03-14 | |
0002-Fix-invalid-escape-characters.patch | Fix invalid escape characters This fixes warnings during installation after changes in Python 3.12 /usr/lib/python3/dist-packages/raphodo/generatename.py:382: SyntaxWarning: invalid escape sequence '\-' v = self.rpd_file.metadata.short_camera_model(include_characters="\-") /usr/lib/python3/dist-packages/raphodo/metadata/metadataexiftool.py:54: SyntaxWarning: invalid escape sequence '\-' """ /usr/lib/python3/dist-packages/raphodo/metadata/metadataphoto.py:555: SyntaxWarning: invalid escape sequence '\-' print(m.short_camera_model(include_characters="\-")) |
Damon Lynch <damonlynch@gmail.com> | not-needed | https://github.com/damonlynch/rapid-photo-downloader/commit/3a3c520c94e62203463f223da17a753f3994455d | 2024-02-27 | |
0003-Fix-2-remaining-invalid-escape-character-warnings.patch | Fix 2 remaining invalid escape character warnings This fixes 2 further python warnings during installation. |
Tino Mettler <tino+debian@tikei.de> | no | 2024-03-01 |