bittornado (0.3.11-4) unstable; urgency=high * Added patch to fix the btlaunchmanycurses number of arguments bug (Closes: #304094), urgency set to high because this needs to be fixed in sarge -- Micah Anderson Sun, 17 Apr 2005 17:41:52 -0500 bittornado (0.3.11-3) unstable; urgency=medium * Added missing patch to bitfield.py, should fix the problems with btdownloadheadles.py (Closes: #300091) -- Micah Anderson Sun, 17 Apr 2005 13:48:55 -0500 bittornado (0.3.11-2) unstable; urgency=high * Added patches from upstream CVS to fix several problems including problems with btlaunchmanycurses not running on any torrent at all (Closes: #304094), some IPV6 fixes (Closes: #272287), and some state saving problems (Closes: #278681), urgency set to high as btlaunchmanycurses is completely broken and this needs to get into Sarge. -- Micah Anderson Fri, 15 Apr 2005 16:33:14 -0500 bittornado (0.3.11-1) unstable; urgency=medium * New upstream release, should also fix problems on 64-bit machines (Closes: #303813) -- Micah Anderson Thu, 7 Apr 2005 09:24:53 -0500 bittornado (0.3.10-5) unstable; urgency=medium * Disabled psyco support from being enabled automatically, in some situations it increases memory usage and can cause reliability problems. -- Micah Anderson Wed, 6 Apr 2005 22:14:56 -0500 bittornado (0.3.10-4) unstable; urgency=medium * Updated Build-Depends-Indep to be specific for python 2.4 * Updated btdownloadcurses.bittornado.1, bttrack.bittornado.1, bittorrent-downloader.bittornado.1, btcompletedir.bittornado.1 btcompletedirgui.bittornado.1, btdownloadgui.bittornado.1, btdownloadheadless.bittornado.1, btlaunchmany.bittornado.1, btlaunchmanycurses.bittornado.1, btmakemetafile.bittornado.1 patched README.txt to list the correct ports (Closes: #301456) * Added patch to enable PSYCO support if package is installed updated debian/control to Suggest on python-psyco, not Depending because psyco is i386 only (Closes: #303360) * Actually enable bttrack connection AttributeError fix patch -- Micah Anderson Wed, 9 Mar 2005 18:04:11 -0600 bittornado (0.3.10-3) unstable; urgency=low * Changed bittornado.desktop to cause the client to no longer show up in the Other menu in GNOME (Closes: #298635) * Updated bttrack manpage to have proper arguments and remove duplicates * Changed maintainer address in debian/control -- Micah Anderson Sun, 13 Feb 2005 21:39:34 -0600 bittornado (0.3.10-2) unstable; urgency=low * Changed debian/control back for bittornado-gui so it is building against libwxgtk2.4-python instead of libwxgtk2.5.3-python as this will not enter testing * Added patch from http://forums.degreez.net/viewtopic.php?t=3848 to fix bttrack connection AttributeError (Closes: #294803) * Updated btlaunchmanycurses manpage to indicate that --saveas can use a directory (Closes: #293286) -- Micah Anderson Fri, 21 Jan 2005 12:09:54 -0600 bittornado (0.3.10-1) unstable; urgency=low * New upstream release (Closes: #290765, #281841, #288345) * Created debian/watch file * Updated debian/control for bittornado-gui to build against libwxgtk2.5.3-python * Updated debian/bittornado.desktop to have the right categories and installed into the proper directory, added dh_desktop to debian/rules * Changed debian/control to fit new lintian requirements -- Micah Anderson Fri, 21 Jan 2005 10:05:47 -0600 bittornado (0.3.9b-1) unstable; urgency=low * Upgraded to latest upstream version (Closes: #286554) * Fixed setup.py executable FTBS problem (Closes: #286060) * Removed predictable port and TOS port patches (Closes: #285804) -- Micah Anderson Fri, 31 Dec 2004 16:38:42 -0600 bittornado (0.3.8-1) unstable; urgency=low * Upgraded to latest upstream version * Added two patches to enhance the ability to filter/traffic, one patch from Greg Smith which sets the port for outbound connections so they come from a predictable port. same port is used for outgoing as is used for incoming. From http://krypto.org/bt/bittornado-SocketHandler-sourceport.diff The other copies code from bittorrent which sets IP_TOS - but fix the bitfield because bittorrent accidentially uses 0x20 which is the reverse of the correct 0x8 (IPTOS_THROUGHPUT). Thanks to dean gaudet for these. (Closes: #284413) * Added bittornado icon, created by Stefani Banerian, added menu entry referencing this icon and modified desktop entry to use icon -- Micah Anderson Thu, 9 Dec 2004 22:42:03 -0600 bittornado (0.3.7-5) unstable; urgency=low * Changed Recommends on bittornado-gui to Suggests because, as Mr. Thaddeus H. Black points out, a Recommends means that if someone tries to dselect bittornado, then dselect will automatically pull in bittornado-gui and several other packages a non-X system does not want. * Fixed typos in control (Closes: #283277) * Added patch to increase significant digit in btdownloadcurses, thanks , (Closes: #250904) * Re-introduced patch to transpose up and down rates as they are broken had to make an additional patch to btlaunchmany (Closes: #272690) * Updated man pages for btlaunchmany, btlaunchmanycurses, btdownloadheadless, btdownloadcurses and btdownloadgui and btmakemetafile (Closes: #280241) -- Micah Anderson Thu, 21 Oct 2004 15:44:04 -0500 bittornado (0.3.7-4) unstable; urgency=low * Created new man page for bttrack and btmakemetafile * Added patch to fix bttrack --allowed_dir bug. (Closes: #271489) * Removed improper alternatives connections for btcompletedirgui and btdownloadgui in the bittornado package as these are handled in bittornado-gui (Closes: #272445) * Removed erroneous %s in Exec line of bittornado.desktop. (Closes: #271847) -- micah Sun, 26 Sep 2004 23:27:48 -0500 bittornado (0.3.7-3) unstable; urgency=low * Fixed postrm to work with dash (Closes: #267700) * Removed patch to transpose transfer total order as this was causing totals to be misrepresented in btlaunchmany and btlaunchmanycurses and possibly others. Forwarding that request to upstream. (Closes: #262862) * Removed patch to fix icon location and stopped installing icons and gifs in the icon directory, this version of bittornado generates the icons in users .BitTornado directory so that they can be user customizable. * Removed bt_MakeCreateIcons.py from source distro at the recommendation of upstream. * Removed bt-t-make.py as upstream indicates that it is unfinished and not very usable. * Changed package to use the alternatives system so that it can be installed alongside bittorrent (Closes: #254489, #255409) * Made btcompletedirgui, btdownloadgui, and btmaketorrentgui man pages (Closes: #250313, #269764) -- Micah Anderson Fri, 3 Sep 2004 16:50:19 -0500 bittornado (0.3.7-2) unstable; urgency=low * Upgraded depends for bittornado-gui (Closes: #264935) * Created new man pages for btdownloadcurses, btdownloadheadless, btlaunchmany, btlaunchmanycurses (Closes: #264425) -- Micah Anderson Wed, 11 Aug 2004 10:49:32 -0500 bittornado (0.3.7-1) unstable; urgency=low * Upgraded to the latest upstream release (Closes: #259673) * Added versioned depends on bittornado (>= 0.2.0-7) for bittornado-gui as people with older versions installed would get errors (Closes: #258644) * Removed the patches which displayed an error if you did not have the proper libwxgtk package installed, no longer necessary. * Removed patches which fixed a number of upstream bugs, as these have been fixed in the upstream version now. * Transposed the order in which transfer totals are presented in btlaunchmanycurses so that they correspond with the ordering used for data rates, making it easier to scan as the column headings are no longer misleading (Closes: #259672), thanks Euan MacGregor -- Micah Anderson Wed, 21 Jul 2004 20:25:48 -0500 bittornado (0.2.0-7) unstable; urgency=low * Created NEWS file to note the package split * Removed debconf note (Closes: #257402, #257666, #257369), thanks Tollef * Changed Suggests: bittornado-gui to Recommends: * Fixed invalid syntax in wxPython error message which kept btdownloadgui from starting * Removed duplicate manpage from bittornado-gui (Closes: #257334, #257959, #257960) -- Micah Anderson Tue, 6 Jul 2004 17:12:37 -0500 bittornado (0.2.0-6) unstable; urgency=low * Split package into GUI/non-GUI componants, all GUI componants will be in the bittornado-gui package (Closes: #251977, #254657) * Added debconf warning for those who already have the package installed that they need to install the bittornado-gui package to get those componants, only appears for those upgrading from prior version -- Micah Anderson Wed, 16 Jun 2004 17:34:15 -0500 bittornado (0.2.0-5) unstable; urgency=low * Fixed importing of module in btmaketorrentgui (Closes: #254266) -- Micah Anderson Tue, 15 Jun 2004 19:51:23 -0500 bittornado (0.2.0-4) unstable; urgency=low * Updated the copyright file to have a link to the upstream source and to properly credit the upstream author * Fixed location of bittornado.desktop menu file so it appears in the proper place now (Closes: #253752) * Removed unneeded build-stamp target from the rules file * Added patches to GUI componants to warn if libwxgtk2.4-python is not installed until package split into X and -noX componants is completed -- Micah Anderson Mon, 14 Jun 2004 11:50:03 -0500 bittornado (0.2.0-3) unstable; urgency=low * Changed rules to be more python version independent * Changed nowxmsg so that it was up to date * Fixed library location of btcompletedir for btcompletedirgui (Closes: #251337) * Fixed library location of btcompletedir for btmaketorrentgui (Closes: #251338) -- Micah Anderson Mon, 7 Jun 2004 20:14:32 -0300 bittornado (0.2.0-2) unstable; urgency=low * Fixed dependencies on specific versions of python and cleaned up install to not duplicate debhelper work (Closes: #249517) -- Micah Anderson Fri, 21 May 2004 22:06:20 -0500 bittornado (0.2.0-1) unstable; urgency=low * Initial Release. * Changed btdownloadgui.py to use icons in FHS standard directory (/usr/share/icons/bittornado) * Removed bttest.py and btdownloadlibrary.py from distribution because they are broken and according to upstream, "btdownloadlibrary.py and bttest.py are old and will probably stay broken" * Modified btmaketorrentgui.py and btcompletedir.py so that they pulled btmakemetafile from BitTornado.btmakemetafile instead of relying on it in /usr/bin, bug filed with upstream, to be fixed in next version * Fixed btcompletedir.py to exit properly, upstream notified * Created man page for btcompletedir and btcopyannounce -- Micah Anderson Sat, 8 May 2004 18:03:58 -0500