bittorrent 3.4.2-11.3ubuntu1 source package in Ubuntu

Changelog

bittorrent (3.4.2-11.3ubuntu1) natty; urgency=low

  * Merge with Debian; remaining changes:
    - Set Ubuntu maintainer address.
    - Split out python-bittorrent.
    - btmakemetafile.py: Set piece_len_exp to 18 if no exp defined
      (needs-to-goto-debian)
    - bittorrent.postinst: Remove shutdown and reboot links; this init
      script does not need them. (needs-to-goto-debian)
    - python-bittorrent.install: Add install to usr/lib
    - Build using python-central to get support for all python version.
    - Check version of wxPython and catch failure. (needs-to-goto-debian)
    - Revert the change that used wxversion to select the python-wxgtk
      version to use. (LP: 66795) (needs-to-goto-debian)
    - patches/01_btshow-meta-info patch: (needs-to-goto-debian)
      + now bittorrent checks file type before trying to extract any
        information. (LP: 108101)
    - patches/02_fix-readme-file.dpatch: (needs-to-goto-debian)
      - Remove instructions which only concern Windows systems.
      - Remove references to files which aren't in the package, and
        adjust executable names (./whatever.py -> whatever).
      - Fix two example commands which had incorrect arguments, thanks
        to Paul Schulz (LP: 144061).
  * Use dh_python2.

bittorrent (3.4.2-11.3) unstable; urgency=low

  * Non-maintainer upload.
  * Build-Depend on python-all-dev (>= 2.5.4) for python.mk use.

bittorrent (3.4.2-11.2) unstable; urgency=low

  * Non-maintainer upload.
  * Fix "manipulates site-packages/ directly, failing with Python 2.6"
    Applied and uploaded Kumar's patch, thanks dude! (Closes: #547811)
 -- Matthias Klose <email address hidden>   Wed, 24 Nov 2010 17:36:23 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Natty
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
net
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Natty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
bittorrent_3.4.2.orig.tar.gz 193.4 KiB 5bc3fc2372b0765d626a01aa60575b297b7d90629db019e885cfd053bd949fc5
bittorrent_3.4.2-11.3ubuntu1.diff.gz 46.7 KiB b8d89ef4c4d5d69b8c532296fdc3f0ce2fab8a1e24eeaff85e750f2cbab1705e
bittorrent_3.4.2-11.3ubuntu1.dsc 1.3 KiB 4c1a377581456bce9b759a9825ead73c50ae18b225a9d241e742ab595a3bd299

View changes file

Binary packages built by this source

bittorrent: Original BitTorent client and tracker - console tools

 BitTorrent is a tool for distributing files. It's extremely
 easy to use - downloads are started by clicking on hyperlinks.
 Whenever more than one person is downloading at once
 they send pieces of the file(s) to each other, thus relieving
 the central server's bandwidth burden. Even with many
 simultaneous downloads, the upload burden on the central server
 remains quite small, since each new downloader introduces new
 upload capacity.
 .
 This package contains the console-only tools for downloading,
 creating torrent meta files, and a tracker. If you want the GUI
 interface, install the bittorrent-gui package.

bittorrent-gui: No summary available for bittorrent-gui in ubuntu oneiric.

No description available for bittorrent-gui in ubuntu oneiric.

python-bittorrent: Scatter-gather network file transfer

 BitTorrent is a tool for distributing files. It's extremely
 easy to use - downloads are started by clicking on hyperlinks.
 Whenever more than one person is downloading at once
 they send pieces of the file(s) to each other, thus relieving
 the central server's bandwidth burden. Even with many
 simultaneous downloads, the upload burden on the central server
 remains quite small, since each new downloader introduces new
 upload capacity.
 .
 This package contains the python modules.