summaryrefslogtreecommitdiffstats
path: root/debian/patches/debian/0001-release-check.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-02-19 16:22:47 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-02-19 16:44:38 +0000
commita47b320d42013c7e1185860afeb31537021d2b45 (patch)
treee266c51d69cb3f93a099cfb10a846f1f779f9a68 /debian/patches/debian/0001-release-check.patch
parentReworking rules file. (diff)
downloaddeluge-a47b320d42013c7e1185860afeb31537021d2b45.tar.xz
deluge-a47b320d42013c7e1185860afeb31537021d2b45.zip
Refreshing release-check.patch.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/debian/0001-release-check.patch')
-rw-r--r--debian/patches/debian/0001-release-check.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/debian/0001-release-check.patch b/debian/patches/debian/0001-release-check.patch
new file mode 100644
index 0000000..6386035
--- /dev/null
+++ b/debian/patches/debian/0001-release-check.patch
@@ -0,0 +1,16 @@
+Author: Adam Cécile <gandalf@le-vert.net>
+Description: Disable checking for new upstream releases enabled by default.
+ Users can still enable it through the preferences menus.
+
+diff -Naurp deluge.orig/deluge/core/preferencesmanager.py deluge/deluge/core/preferencesmanager.py
+--- deluge.orig/deluge/core/preferencesmanager.py
++++ deluge/deluge/core/preferencesmanager.py
+@@ -102,7 +102,7 @@ DEFAULT_PREFS = {
+ 'path_chooser_accelerator_string': 'Tab',
+ 'path_chooser_max_popup_rows': 20,
+ 'path_chooser_show_hidden_files': False,
+- 'new_release_check': True,
++ 'new_release_check': False,
+ 'proxy': {
+ 'type': 0,
+ 'hostname': '',