[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#991205: marked as done (unblock: deluge/2.0.3-3.1)



Your message dated Sat, 17 Jul 2021 17:50:19 +0000
with message-id <E1m4oSB-0002Gm-10@respighi.debian.org>
and subject line unblock deluge
has caused the Debian Bug report #991205,
regarding unblock: deluge/2.0.3-3.1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
991205: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=991205
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package deluge

  * Backport upstream fix for ngettext KeyError during deluge-console
    startup. (Closes: #988345)
diff -Nru deluge-2.0.3/debian/changelog deluge-2.0.3/debian/changelog
--- deluge-2.0.3/debian/changelog	2020-07-28 01:33:26.000000000 +0300
+++ deluge-2.0.3/debian/changelog	2021-07-15 14:57:18.000000000 +0300
@@ -1,3 +1,11 @@
+deluge (2.0.3-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Backport upstream fix for ngettext KeyError during deluge-console
+    startup. (Closes: #988345)
+
+ -- Adrian Bunk <bunk@debian.org>  Thu, 15 Jul 2021 14:57:18 +0300
+
 deluge (2.0.3-3) unstable; urgency=low
 
   [ Federico Ceratto ]
diff -Nru deluge-2.0.3/debian/patches/0001-Fix-warning-related-to-gettext.patch deluge-2.0.3/debian/patches/0001-Fix-warning-related-to-gettext.patch
--- deluge-2.0.3/debian/patches/0001-Fix-warning-related-to-gettext.patch	1970-01-01 02:00:00.000000000 +0200
+++ deluge-2.0.3/debian/patches/0001-Fix-warning-related-to-gettext.patch	2021-07-15 14:45:27.000000000 +0300
@@ -0,0 +1,25 @@
+From d6c96d629183e8bab2167ef56457f994017e7c85 Mon Sep 17 00:00:00 2001
+From: neeshy <neeshy@tfwno.gf>
+Date: Sat, 18 Apr 2020 23:23:51 -0400
+Subject: Fix warning related to gettext
+
+---
+ deluge/i18n/util.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/deluge/i18n/util.py b/deluge/i18n/util.py
+index bd002f7a2..90568fc5b 100644
+--- a/deluge/i18n/util.py
++++ b/deluge/i18n/util.py
+@@ -114,7 +114,7 @@ def setup_translation():
+         # Workaround for Python 2 unicode gettext (keyword removed in Py3).
+         kwargs = {} if not deluge.common.PY2 else {'unicode': True}
+ 
+-        gettext.install(I18N_DOMAIN, translations_path, names='ngettext', **kwargs)
++        gettext.install(I18N_DOMAIN, translations_path, names=['ngettext'], **kwargs)
+         builtins.__dict__['_n'] = builtins.__dict__['ngettext']
+ 
+         libintl = None
+-- 
+2.20.1
+
diff -Nru deluge-2.0.3/debian/patches/series deluge-2.0.3/debian/patches/series
--- deluge-2.0.3/debian/patches/series	2019-08-25 19:13:11.000000000 +0300
+++ deluge-2.0.3/debian/patches/series	2021-07-15 14:45:42.000000000 +0300
@@ -1 +1,2 @@
 new_release_check.patch
+0001-Fix-warning-related-to-gettext.patch

--- End Message ---
--- Begin Message ---
Unblocked.

--- End Message ---

Reply to: