Your message dated Tue, 07 Jun 2011 23:02:30 +0000
with message-id <[email protected]>
and subject line Bug#619565: fixed in deluge 1.3.2-1
has caused the Debian Bug report #619565,
regarding deluge-console: ignores all but first argument
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 [email protected]
immediately.)
--
619565: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619565
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: deluge-console
Version: 1.3.1-1
Severity: normal
Tags: patch
Hi,
deluge-console ignores all its command line arguments but the first.
This means I have to write
$ deluge-console "add /some/torrent"
rather than the natural
$ deluge-console add /some/torrent
An obvoius patch is attached.
(One might argue about spaces and other weird stuff in file names, but
since deluge-console does its own string-parsing of the arguments, you
need double quoting with or without my patch. Changing that would
require major changes.)
regards,
Jan
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (990, 'testing'), (99, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages deluge-console depends on:
ii deluge-common 1.3.1-1 bittorrent client written in Pytho
ii python 2.6.6-3+squeeze6 interactive high-level object-orie
ii python-support 1.0.11 automated rebuilding support for P
deluge-console recommends no packages.
deluge-console suggests no packages.
-- no debconf information
-- debsums errors found:
debsums: changed file /usr/share/pyshared/deluge/ui/console/main.py (from
deluge-console package)
--
() ascii ribbon campaign - against html e-mail
/\ www.asciiribbon.org - against proprietary attachments
--- ui/console/main.py.orig 2011-03-25 08:16:53.000000000 +0100
+++ ui/console/main.py 2011-03-25 08:24:08.000000000 +0100
@@ -160,7 +160,7 @@
# Set the interactive flag to indicate where we should print the output
self.interactive = True
if args:
- args = args[0]
+ args = " ".join(args)
self.interactive = False
# Try to connect to the localhost daemon
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: deluge
Source-Version: 1.3.2-1
We believe that the bug you reported is fixed in the latest version of
deluge, which is due to be installed in the Debian FTP archive:
deluge-common_1.3.2-1_all.deb
to main/d/deluge/deluge-common_1.3.2-1_all.deb
deluge-console_1.3.2-1_all.deb
to main/d/deluge/deluge-console_1.3.2-1_all.deb
deluge-gtk_1.3.2-1_all.deb
to main/d/deluge/deluge-gtk_1.3.2-1_all.deb
deluge-torrent_1.3.2-1_all.deb
to main/d/deluge/deluge-torrent_1.3.2-1_all.deb
deluge-web_1.3.2-1_all.deb
to main/d/deluge/deluge-web_1.3.2-1_all.deb
deluge-webui_1.3.2-1_all.deb
to main/d/deluge/deluge-webui_1.3.2-1_all.deb
deluge_1.3.2-1.debian.tar.gz
to main/d/deluge/deluge_1.3.2-1.debian.tar.gz
deluge_1.3.2-1.dsc
to main/d/deluge/deluge_1.3.2-1.dsc
deluge_1.3.2-1_all.deb
to main/d/deluge/deluge_1.3.2-1_all.deb
deluge_1.3.2.orig.tar.gz
to main/d/deluge/deluge_1.3.2.orig.tar.gz
deluged_1.3.2-1_all.deb
to main/d/deluge/deluged_1.3.2-1_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Cristian Greco <[email protected]> (supplier of updated deluge package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 08 Jun 2011 00:10:27 +0200
Source: deluge
Binary: deluge-common deluged deluge-console deluge-web deluge-gtk deluge
deluge-webui deluge-torrent
Architecture: source all
Version: 1.3.2-1
Distribution: unstable
Urgency: low
Maintainer: Cristian Greco <[email protected]>
Changed-By: Cristian Greco <[email protected]>
Description:
deluge - bittorrent client written in Python/PyGTK
deluge-common - bittorrent client written in Python/PyGTK (common files)
deluge-console - bittorrent client written in Python/PyGTK (console ui)
deluge-gtk - bittorrent client written in Python/PyGTK (GTK+ ui)
deluge-torrent - bittorrent client (gtk ui transitional package)
deluge-web - bittorrent client written in Python/PyGTK (web ui)
deluge-webui - bittorrent client (web ui transitional package)
deluged - bittorrent client written in Python/PyGTK (daemon)
Closes: 619565
Changes:
deluge (1.3.2-1) unstable; urgency=low
.
* New upstream version.
- fix arguments handling in deluge-console (Closes: #619565).
- new_release_check.patch: refreshed.
* debian/{control,rules}: switch from python-support to dh_python2.
* debian/control: bump up Standards-Version to 3.9.2.
* debian/control: move the python-libtorrent dependency from package
deluge-common to packages deluged and deluge and clarify packages
description, in order to be able to run the GTK+ user-interface as
a thin client (LP: #672069).
Checksums-Sha1:
c2e9320c85dfd3e4e38e18898a0f9e31652b5f4b 1949 deluge_1.3.2-1.dsc
f38f6c1a6b1cacb8429f3ea07003d18aeadd7b86 4044253 deluge_1.3.2.orig.tar.gz
9de5739104a807ddfc08bf8cd41ec0776b8a82cf 18401 deluge_1.3.2-1.debian.tar.gz
30d669c63b679a45ec2514acdddf353cbb0fddfa 1356038 deluge-common_1.3.2-1_all.deb
4b24971e513e0ea1de6cc8617994d6373cf59c16 24262 deluged_1.3.2-1_all.deb
2e35bd3c3398de21c8ee912b9c43dad8500f8178 44262 deluge-console_1.3.2-1_all.deb
2aa94e45d5b46a022174b767ece058aecd51f2bf 1437758 deluge-web_1.3.2-1_all.deb
bae49dba263e8580d449c2c0e470b2e5a9a64e39 263386 deluge-gtk_1.3.2-1_all.deb
44f00b54dc0b0dccffa35b3c045ad4b187c597d2 31888 deluge_1.3.2-1_all.deb
94ae0257f76f3f140ed0912ecc14aa2dc604251c 22744 deluge-webui_1.3.2-1_all.deb
e76fb8157e405b9f005997d0d7864c41ea28ed0b 22736 deluge-torrent_1.3.2-1_all.deb
Checksums-Sha256:
5825c05223fa56c56b2103be0c26512ee32d7d28e23b99cacde9f801b41cd16b 1949
deluge_1.3.2-1.dsc
07094946cf4d17f2e87c5dcca6d7c9785f59afa41fd9a601233e08cecda06fee 4044253
deluge_1.3.2.orig.tar.gz
46a97d18d0dc5b1219f13380d0659243d7fe7eb054468fe56d1fa8e872fb4394 18401
deluge_1.3.2-1.debian.tar.gz
64a000cdaf4efe08f663b8723bb4a8e46ee6b72bbf3152be9383bc3022ab01bf 1356038
deluge-common_1.3.2-1_all.deb
82590245f0cd34520261d469f6888f1fa346b0ded6c1edb41375e575788590b6 24262
deluged_1.3.2-1_all.deb
b3738f7ae06749cc1803ad5ade2a9037d5b4b8ea67a662105b22f7e50b131faf 44262
deluge-console_1.3.2-1_all.deb
97439dfd6359bc5d85fa2a07dc4a01227fbdc220dd4bb60e4b5550ea4a7a278d 1437758
deluge-web_1.3.2-1_all.deb
45579515c2de0df6729c4023ed511a59025eda0ce9c28bdbc22c69a3e2165d0e 263386
deluge-gtk_1.3.2-1_all.deb
cfcb612d03506f84661f2ba017c8cb03ac387df5e58458df6f66cd6ff60d7d86 31888
deluge_1.3.2-1_all.deb
1aa4818f0999e2d6a4cc3750237d6897eee2d196c0878a39a27170c79a4bdf0a 22744
deluge-webui_1.3.2-1_all.deb
2b9cbb1570fad3b1da6a17668457ecea692bf8989d12ad00a32a1c41618f5bf2 22736
deluge-torrent_1.3.2-1_all.deb
Files:
97f162645b46db573f75ff6d66236b02 1949 net optional deluge_1.3.2-1.dsc
a32878fd5f555122373fb81ce23cb6c0 4044253 net optional deluge_1.3.2.orig.tar.gz
a1a520a471efe0e46bb0b952e03e5a6e 18401 net optional
deluge_1.3.2-1.debian.tar.gz
3c41a02d8ef6338d4507aacfbe8f5282 1356038 net optional
deluge-common_1.3.2-1_all.deb
1360b3b1f32643bdace868853ce6f797 24262 net optional deluged_1.3.2-1_all.deb
a4628ad6b91bfd12633812e08823ffc7 44262 net optional
deluge-console_1.3.2-1_all.deb
420552c1856c51c0c9ed7459041f02b9 1437758 net optional
deluge-web_1.3.2-1_all.deb
a58a572a6472dc4e55300963df298598 263386 net optional deluge-gtk_1.3.2-1_all.deb
9f17f085c7597312a9b7d2d5d4e699f7 31888 net optional deluge_1.3.2-1_all.deb
c627551e6426cfa5254d67d1aa940ecb 22744 net optional
deluge-webui_1.3.2-1_all.deb
98f967ace4f260a93860eaf64bc0d773 22736 net optional
deluge-torrent_1.3.2-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAEBCAAGBQJN7qjYAAoJEID329zPTTLkzHwQAI6AUVctX0xJbLQMSeZD5ESy
Ja7CviXnPyYhSQ+iRmC1KbmNuevOkD5N7eg++ZgmewFaekH6loWZjPcF4IF2bMTu
WYEWK9H8Hz5cgCpOUYdpeWWTFtST3WuK35nEqxg14ufxukxrcP14N1yGQ6mmMDAk
SA9Bld1H9NZD8BxVFRwcc/xQmMAMhvvikAS9LGNasRSuJLyOMOrYde+zCG/I7vCD
10qQJ3rEfkiVI3HC5Pa+wPKYjhmEZ+q4D6LYhfWFWSZDwn6W0BlZSLpHS6FQqFSw
ogGN/Samxj1DURwCsfVVBWTBG8/F1hSNdD+Vf5cpaMGI5Ikzx9wjGPmLu2iAF5bn
u1PB3nl3/dAElQ5Nz7tP1stZDT991ACgXzEwqSMNBz3LANH4kEZm9KAfpIDFdh2E
31IuypSxzVZikmmKkUBoQfu/AG2b5/6S5bc15d5EDeVuNqUkbvEGzzblH7812j/J
ZLtf/hOi+lkVyrkSAbR8ffVzBX88Lst+GUbUSwgtBVpjuydTrRBKGnNCqmhtZTC/
m4+lxgBcaR2eLX8M2yiF9i3bG2/5kQxs5gYqGRwYFfipjW/TsBF56KleJ7/dyQEz
R0En/lqY7so9flXO3Uxil5fDWDMgorBalgCxe/u1M9RA6p1zeD+eNV41Ev1D98+O
lkwbER8uRvp4QGPBAbvW
=lBCX
-----END PGP SIGNATURE-----
--- End Message ---