Your message dated Tue, 17 Feb 2009 14:47:09 +0000
with message-id <[email protected]>
and subject line Bug#515549: fixed in deluge 1.1.3+dfsg-1
has caused the Debian Bug report #515549,
regarding Breaks when byte-compiled using Python2.4
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.)
--
515549: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=515549
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: deluge
Version: 1.1.2.dfsg-1
Severity: normal
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Deluge seems to break when byte-compiled using Python2.4:
Processing triggers for python-support ...
Compiling /var/lib/python-support/python2.4/deluge/core/core.py ...
File "/var/lib/python-support/python2.4/deluge/core/core.py", line 323
vs = ver.split("_") if "_" in ver else ver.split("-")
^
SyntaxError: invalid syntax
Compiling /var/lib/python-support/python2.4/deluge/ui/gtkui/files_tab.py ...
File "/var/lib/python-support/python2.4/deluge/ui/gtkui/files_tab.py", line
215
"sort_order": int(sort_order) if sort_order else None
^
SyntaxError: invalid syntax
Compiling /var/lib/python-support/python2.4/deluge/ui/gtkui/peers_tab.py ...
File "/var/lib/python-support/python2.4/deluge/ui/gtkui/peers_tab.py", line
169
"sort_order": int(sort_order) if sort_order else None
^
SyntaxError: invalid syntax
- -- System Information:
Debian Release: 5.0
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages deluge depends on:
ii dbus-x11 1.2.8-1 simple interprocess messaging syst
ii deluge-common 1.1.2.dfsg-1 bittorrent client written in Pytho
ii librsvg2-common 2.22.3-1 SAX-based renderer library for SVG
ii notification-daemon 0.3.7-1+b1 a daemon that displays passive pop
ii python-dbus 0.83.0-1 simple interprocess messaging syst
ii python-glade2 2.12.1-6 GTK+ bindings: Glade support
ii python-notify 0.1.1-2+b1 Python bindings for libnotify
ii python-support 0.8.7 automated rebuilding support for P
deluge recommends no packages.
deluge suggests no packages.
- -- no debconf information
--- End Message ---
--- Begin Message ---
Source: deluge
Source-Version: 1.1.3+dfsg-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.1.3+dfsg-1_all.deb
to pool/main/d/deluge/deluge-common_1.1.3+dfsg-1_all.deb
deluge-console_1.1.3+dfsg-1_all.deb
to pool/main/d/deluge/deluge-console_1.1.3+dfsg-1_all.deb
deluge-core_1.1.3+dfsg-1_all.deb
to pool/main/d/deluge/deluge-core_1.1.3+dfsg-1_all.deb
deluge-torrent_1.1.3+dfsg-1_all.deb
to pool/main/d/deluge/deluge-torrent_1.1.3+dfsg-1_all.deb
deluge-webui_1.1.3+dfsg-1_all.deb
to pool/main/d/deluge/deluge-webui_1.1.3+dfsg-1_all.deb
deluge_1.1.3+dfsg-1.diff.gz
to pool/main/d/deluge/deluge_1.1.3+dfsg-1.diff.gz
deluge_1.1.3+dfsg-1.dsc
to pool/main/d/deluge/deluge_1.1.3+dfsg-1.dsc
deluge_1.1.3+dfsg-1_all.deb
to pool/main/d/deluge/deluge_1.1.3+dfsg-1_all.deb
deluge_1.1.3+dfsg.orig.tar.gz
to pool/main/d/deluge/deluge_1.1.3+dfsg.orig.tar.gz
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: SHA1
Format: 1.8
Date: Tue, 17 Feb 2009 01:48:27 +0100
Source: deluge
Binary: deluge-core deluge-common deluge-console deluge-webui deluge
deluge-torrent
Architecture: source all
Version: 1.1.3+dfsg-1
Distribution: experimental
Urgency: low
Maintainer: Cristian Greco <[email protected]>
Changed-By: Cristian Greco <[email protected]>
Description:
deluge - bittorrent client written in Python/PyGTK (GTK+ UI)
deluge-common - bittorrent client written in Python/PyGTK (UIs common data
files)
deluge-console - bittorrent client written in Python/PyGTK (console UI)
deluge-core - bittorrent client written in Python/PyGTK (daemon)
deluge-torrent - bittorrent client written in Python/PyGTK (transitional
package)
deluge-webui - bittorrent client written in Python/PyGTK (web UI)
Closes: 515549
Changes:
deluge (1.1.3+dfsg-1) experimental; urgency=low
.
* New upstream version.
- the source code licensing issue with the file deluge/metafile.py has
been solved by upstream, so the tarball repackaging is actually only
due to the GeoIP database; the torrent creation feature has been
reenabled while the related patch has been dropped away.
- debian/patches:
+ 20-torrent_creation.dpatch: deleted (no more needed);
+ 30-manpages.dpatch: deleted (merged upstream).
- debian/NEWS, debian/README.source: updated info about repackaging and
the new torrent creation feature.
* debian/control:
- build only against python >=2.5 (Closes: #515549, LP: #329836);
- depends and build-depends on python-libtorrent >= 0.14.1;
- updated description for the package deluge-console using 'console ui'
instead of 'null ui'.
* debian/README.Debian: install a different README file for deluge-core,
deluge-console and deluge-webui.
* debian/changelog: switch to a new naming scheme to make lintian happy
(dfsg-version-with-period).
* debian/copyright: updated.
Checksums-Sha1:
108919712f7e5f2b0351f5f0c59f62a21f174bbd 1248 deluge_1.1.3+dfsg-1.dsc
93a570611ca65941f07c714771de78541b222644 3044294 deluge_1.1.3+dfsg.orig.tar.gz
906336f261e3f519958c47b7317330f3249e578a 18495 deluge_1.1.3+dfsg-1.diff.gz
0b0a684a1fe4fe94812af2c8e395d5d54b3569ef 1278902
deluge-core_1.1.3+dfsg-1_all.deb
b1d8c9e889f22eafa766cfbb2e75bbe42c795890 185424
deluge-common_1.1.3+dfsg-1_all.deb
9a5b3ec9f1bfa1226f20c90fec6e47ce4d0021e7 31672
deluge-console_1.1.3+dfsg-1_all.deb
47b6f81617cc3dc6cca663b366d91527f3ada6b1 303876
deluge-webui_1.1.3+dfsg-1_all.deb
e3145fb5381347570dd37a080639a71ea6d55fb6 253494 deluge_1.1.3+dfsg-1_all.deb
beda15d2e7315e281b7642e2f4ff197815967988 22776
deluge-torrent_1.1.3+dfsg-1_all.deb
Checksums-Sha256:
eb7b736640cf5908ef4d4d6fba7a50226b5edde180b0370ff88607f076ec9b81 1248
deluge_1.1.3+dfsg-1.dsc
7445af571fe6e283f63cf3fbaeaf094b18358d8625b2bb24cd8f51415f5ecbe7 3044294
deluge_1.1.3+dfsg.orig.tar.gz
84e82a4cbe6194af80ebbc446516ac57e48731528b1d6a1524164be741cb9dff 18495
deluge_1.1.3+dfsg-1.diff.gz
f8003ebb83c01052d2e205a6205322b24130026c3e17fedcd1dadd148969dbd8 1278902
deluge-core_1.1.3+dfsg-1_all.deb
d8ad70672cfaf502a51fa2b63f71ce890fb9d76a4db7c21344f5b2c4b6259535 185424
deluge-common_1.1.3+dfsg-1_all.deb
9940b7cb4eda8b9617fc160dc123c6a5727e0ec4d0c7854d139196b7add21ece 31672
deluge-console_1.1.3+dfsg-1_all.deb
f64869143f6fe97eedb555fc8a8de526405f052841b0f27917f74a52a10a8d6b 303876
deluge-webui_1.1.3+dfsg-1_all.deb
f67ba86b51fafc6c3c783f2fce1714966ceb769897e4504c75da4e1b06e28d45 253494
deluge_1.1.3+dfsg-1_all.deb
a3d9194bacfc9c83947785418d578322659fb35533d3d40e7a2b263b2b5ffbf3 22776
deluge-torrent_1.1.3+dfsg-1_all.deb
Files:
5470794385da5ff0bd2098d13b003e76 1248 net optional deluge_1.1.3+dfsg-1.dsc
28b83a5296c7872e2a8a273b8603562e 3044294 net optional
deluge_1.1.3+dfsg.orig.tar.gz
efa7afe85b579e36cf48dbfa076b4a60 18495 net optional deluge_1.1.3+dfsg-1.diff.gz
d779ad6bd7b115d5507790d1ac216f11 1278902 net optional
deluge-core_1.1.3+dfsg-1_all.deb
ba54b5ae6653d1bc324c4652a3a9138e 185424 net optional
deluge-common_1.1.3+dfsg-1_all.deb
7b72326f3ba63fcd794c37910dc434b5 31672 net optional
deluge-console_1.1.3+dfsg-1_all.deb
fd544550026df3c2482fcb7cf486221c 303876 net optional
deluge-webui_1.1.3+dfsg-1_all.deb
3fa96a24dbca0584678016792afaf89f 253494 net optional
deluge_1.1.3+dfsg-1_all.deb
c0c5f05149c59ef7432569703cfa0c6d 22776 net optional
deluge-torrent_1.1.3+dfsg-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkmaxvYACgkQ3DVS6DbnVgRP/wCgpR9JIU2s6GDbGv+/BrRtWZSC
qdYAnilF9gdAnfVEB2oaFYv1TcgexVhU
=9WGA
-----END PGP SIGNATURE-----
--- End Message ---