summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/patches/debian/0001-release-check.patch16
-rw-r--r--debian/patches/new_release_check.patch19
-rw-r--r--debian/patches/series2
3 files changed, 17 insertions, 20 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': '',
diff --git a/debian/patches/new_release_check.patch b/debian/patches/new_release_check.patch
deleted file mode 100644
index 7b4b539..0000000
--- a/debian/patches/new_release_check.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: Disable checking for new upstream releases enabled by default
- Users can still enable it through the preferences menus.
-Forwarded: not-needed
-Origin: vendor
-Author: Adam Cécile (Le_Vert) <gandalf@le-vert.net>
-
-Index: deluge/deluge/core/preferencesmanager.py
-===================================================================
---- deluge.orig/deluge/core/preferencesmanager.py 2019-08-25 12:15:43.673234687 -0400
-+++ deluge/deluge/core/preferencesmanager.py 2019-08-25 12:16:35.742629247 -0400
-@@ -106,7 +106,7 @@
- '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': '',
diff --git a/debian/patches/series b/debian/patches/series
index 7af5bdb..d8b37d9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,4 @@
-new_release_check.patch
+debian/0001-release-check.patch
0001-Fix-warning-related-to-gettext.patch
setuptools-60.patch
systemd-debian.patch