summaryrefslogtreecommitdiffstats
path: root/debian/patches/debian/0001-release-check.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 21:38:38 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 21:38:38 +0000
commit74be7d468396cc599219f8297ce64743c307a34a (patch)
tree6355a9ba7f5d8d666bae8c0968b8e1caa3571c38 /debian/patches/debian/0001-release-check.patch
parentAdding upstream version 2.1.2~dev0+20240219. (diff)
downloaddeluge-74be7d468396cc599219f8297ce64743c307a34a.tar.xz
deluge-74be7d468396cc599219f8297ce64743c307a34a.zip
Adding debian version 2.1.2~dev0+20240219-1.debian/2.1.2_dev0+20240219-1debian
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': '',