Your message dated Sat, 09 Feb 2008 19:25:10 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#459241: fixed in ktorrent 3.0~rc1.dfsg.1-1 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: ktorrent Version: 2.2.4.dfsg.1-1 Severity: minor Tags: l10n --- Please enter the report below this line. --- There is wrong russian translate of the statusbar items. The items "Отдано" and "Принято" are swapped each other. --- System information. --- Architecture: i386 Kernel: Linux 2.6.22-3-k7 Debian Release: lenny/sid 500 unstable viewizard.com 500 unstable havtknut.tihlde.org 500 unstable ftp.linux.kiev.ua 500 unstable debian.org.ua 500 unstable deb.opera.com 500 testing gq.net.ru 500 testing debian.org.ua 500 stable wine.budgetdedicated.com 500 stable security.debian.org 500 stable debian.org.ua 1 experimental debian.org.ua --- Package information. --- Depends (Version) | Installed ===================================-+-=============== kdelibs4c2a (>= 4:3.5.8-1) | 4:3.5.8.dfsg.1-4 libavahi-client3 (>= 0.6.13) | 0.6.21-4 libavahi-common3 (>= 0.6.10) | 0.6.21-4 libc6 (>= 2.6.1-1) | 2.7-5 libgcc1 (>= 1:4.2.1) | 1:4.2.2-4 libgeoip1 (>= 1.3.17) | 1.4.3.dfsg-1 libgmp3c2 | 2:4.2.2+dfsg-1 libqt3-mt (>= 3:3.3.7) | 3:3.3.7-9 libstdc++6 (>= 4.2.1) | 4.2.2-4 -- With best regards, Alex.
--- End Message ---
--- Begin Message ---Source: ktorrent Source-Version: 3.0~rc1.dfsg.1-1 We believe that the bug you reported is fixed in the latest version of ktorrent, which is due to be installed in the Debian FTP archive: ktorrent-dbg_3.0~rc1.dfsg.1-1_i386.deb to pool/main/k/ktorrent/ktorrent-dbg_3.0~rc1.dfsg.1-1_i386.deb ktorrent_3.0~rc1.dfsg.1-1.diff.gz to pool/main/k/ktorrent/ktorrent_3.0~rc1.dfsg.1-1.diff.gz ktorrent_3.0~rc1.dfsg.1-1.dsc to pool/main/k/ktorrent/ktorrent_3.0~rc1.dfsg.1-1.dsc ktorrent_3.0~rc1.dfsg.1-1_i386.deb to pool/main/k/ktorrent/ktorrent_3.0~rc1.dfsg.1-1_i386.deb ktorrent_3.0~rc1.dfsg.1.orig.tar.gz to pool/main/k/ktorrent/ktorrent_3.0~rc1.dfsg.1.orig.tar.gz libbtcore-dev_3.0~rc1.dfsg.1-1_all.deb to pool/main/k/ktorrent/libbtcore-dev_3.0~rc1.dfsg.1-1_all.deb libbtcore2_3.0~rc1.dfsg.1-1_i386.deb to pool/main/k/ktorrent/libbtcore2_3.0~rc1.dfsg.1-1_i386.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. Debian KDE Extras Team <[EMAIL PROTECTED]> (supplier of updated ktorrent 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.7 Date: Thu, 07 Feb 2008 12:45:31 +0200 Source: ktorrent Binary: libbtcore2 libbtcore-dev ktorrent ktorrent-dbg Architecture: source all i386 Version: 3.0~rc1.dfsg.1-1 Distribution: experimental Urgency: low Maintainer: Debian KDE Extras Team <[EMAIL PROTECTED]> Changed-By: Debian KDE Extras Team <[EMAIL PROTECTED]> Description: ktorrent - BitTorrent client for KDE ktorrent-dbg - KTorrent debugging symbols libbtcore-dev - BitTorrent Client Core Library for C++/Qt4/KDE4 -development file libbtcore2 - BitTorrent Client Core Library for C++/Qt4/KDE4 Closes: 372162 459241 460470 Changes: ktorrent (3.0~rc1.dfsg.1-1) experimental; urgency=low . [ Modestas Vainius ] * New upstream development release for KDE4 (3.0 rc1) * Major part of packaging was done from scratch in comparision with 2.2.4.dfsg.1-1 therefore some changes might have been left undocumented in this changelog. * Remove all GeoIP stuff from ktorrent tarball including LGPL library source code. Debian uses libgeoip1 anyway. * Switching to CDBS and debhelper v6. Build-Depend on cdbs (>= 0.4.51) to get non-empty -dbg package with compat=6. * Update Standards-Version to 3.7.3.0 * Now ktorrent-dbg recommends kdelibs5-dbg due to obvious reasons. Also add ktorrent-dbg to ktorrent Recommends because this is upstream development release. * Drop Homepage stanza from ktorrent description, add Homepage field to debian/control source section instead. * New binary packages (libbtcore2 and libbtcore-dev) for btcore public library. * Add symbols file for libbtcore2 on amd64. Unfortunately, different internal type of __SIZE_TYPE__ on at least amd64 and i386 (which as a result affect C++ mangling of one symbol) and differing vtable offsets (C++ specific) prevent me from making this symbols file arch any. * Add kdebase-runtime-data-common as an alternative for kdebase-data in ktorrent Recommends. They both ship flags used by ktorrent infowidget plugin. * Remove all patches from ktorrent 2.2.x. Add new patches: - 01_system_geoip_and_flags.diff - add support for "system GeoIP" and ability to skip installation of builtin country flags to the build system. - 02_kclosestnodessearch_cleanup.dif - cleanup unused variable. Endless loop is fixed in 3.0rc1. - 03_trunk_pull_r769910.diff - pull trunk up to revision 769910. Version bump related changes skipped. This patch should fix socket leak which made ktorrent almost unusable for more than 20 minutes. - 04_pastedialog_support_remote_urls.diff - add back support for remote urls in "Paste Torrent URL" dialog. The patch fixes incorrect KUrl API usage. - 05_infowidget_localizednumber.diff - show localized number instead of "1e+02 %" in infowidget "Files" view "% Complete" column. * Add "DM-Upload-Allowed: yes" to debian/control source section. * Tweak overrides.lintian by adding "libktcore2 libktupnp1" to package-name-doesnt-match-sonames. These libraries are supposed to be used only by KTorrent and its utilities. * A few corrections to ktorrent.1 manual page, also remove ktshell.1 man page, because ktshell has not been ported yet. * Add a man page for the new 'ktupnptest' binary. * Bug fixes: - "Refuses to add downloads to existing group" - seems to work in this release (Closes: #460470). - "wrong translate" - the string in question is translated differently in this release. If I'm not wrong, the translation is correct (Closes: #459241). - "chunks window download speed column is misleading" - ktorrent 3.0 groups all chunks from the same peer into single listitem for which only single total speed associated with that peer is shown. Therefore, there is no confusion anymore (Closes: #372162). * Update debian/copyright. Files: cb6308c3fbc3590a0c7961544c653f05 937 kde optional ktorrent_3.0~rc1.dfsg.1-1.dsc a7705cec32149c44ed0c697b58b2a3e4 1831138 kde optional ktorrent_3.0~rc1.dfsg.1.orig.tar.gz e91eb59cf403659b68366601605dfcfd 39673 kde optional ktorrent_3.0~rc1.dfsg.1-1.diff.gz 036f3fb9fef1c8c742fdf70e20070f42 64076 libdevel optional libbtcore-dev_3.0~rc1.dfsg.1-1_all.deb 31829d878f323e2d3b871ac05ec44752 426052 libs optional libbtcore2_3.0~rc1.dfsg.1-1_i386.deb 950c3de831098cb87688690b2dd82495 1854808 kde optional ktorrent_3.0~rc1.dfsg.1-1_i386.deb 7d2299d6a2acf2a9472b00500613425c 9536696 kde extra ktorrent-dbg_3.0~rc1.dfsg.1-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Signed by Ana Guerrero iD8DBQFHqucdn3j4POjENGERAtDkAJwLmPZ0jBM+YRcn5mklWDOkO7S6+wCffq+A QlJDMKW2r+aaeMkQfzvteZ0= =5klQ -----END PGP SIGNATURE-----
--- End Message ---

