summaryrefslogtreecommitdiff
path: root/debian/patches/11-no-version-check.patch
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2018-09-05 17:33:14 +0200
committerJörg Frings-Fürst <debian@jff.email>2018-09-05 17:33:14 +0200
commit1ffc3b70cebfb6bcc900517eb00b9471cb1532ce (patch)
tree6d555d44687d0f4605a3d6ea34f8b546eae2ec0e /debian/patches/11-no-version-check.patch
parent8b136df8c340d1e1ee1874ef60850aa9bd153d49 (diff)
New upstream version 0.9.11upstream/0.9.11upstream
Diffstat (limited to 'debian/patches/11-no-version-check.patch')
-rw-r--r--debian/patches/11-no-version-check.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/debian/patches/11-no-version-check.patch b/debian/patches/11-no-version-check.patch
deleted file mode 100644
index 095a026..0000000
--- a/debian/patches/11-no-version-check.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Description: 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.
-Origin: upstream, https://discuss.pixls.us/t/rapid-photo-downloader-0-9-9-is-released/6912
-Forwarded: not-needed
-Last-update: 2018-03-14
-Author: Antoine Beaupre <anarcat@debian.org>
-
-diff --git a/raphodo/constants.py b/raphodo/constants.py
-index 8406456..21701cc 100644
---- a/raphodo/constants.py
-+++ b/raphodo/constants.py
-@@ -31,7 +31,7 @@
-
- # If set to True, the ability to check for a new version will be removed
- # from the user interface and disabled in program logic.
--disable_version_check = False
-+disable_version_check = True
-
-
- class CheckNewVersionDialogResult(IntEnum):