Support lzma/xz when using non-GNU tar
[zeroinstall/zeroinstall-afb.git] / tests / dpkg / apt-cache
blob45d0c63072fb55a3cad711c01aef2a457dd5eda8
1 #!/bin/sh
2 if [ "$4" = "python-bittorrent" ]; then
3 cat <<EOF
4 Package: python-bittorrent
5 Priority: optional
6 Section: net
7 Installed-Size: 336
8 Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
9 Original-Maintainer: Michael Janssen <jamuraa@debian.org>
10 Architecture: all
11 Source: bittorrent
12 Version: 3.4.2-11.1ubuntu3
13 Replaces: bittorrent (<< 3.4.2-10ubuntu2)
14 Provides: python2.5-bittorrent, python2.6-bittorrent
15 Depends: python (>= 2.3), python-central (>= 0.6.11)
16 Filename: pool/main/b/bittorrent/python-bittorrent_3.4.2-11.1ubuntu3_all.deb
17 Size: 53142
18 MD5sum: ba5781c15297a424fc9590d36c92851c
19 SHA1: f37f18302020d75354411f67a8d2d101ff056eb2
20 SHA256: b16e0afba58076bc683a2a4bced8f807a5102dbe41fcde63eab2d38b86ffa621
21 Description: Scatter-gather network file transfer
22 BitTorrent is a tool for distributing files. It's extremely
23 easy to use - downloads are started by clicking on hyperlinks.
24 Whenever more than one person is downloading at once
25 they send pieces of the file(s) to each other, thus relieving
26 the central server's bandwidth burden. Even with many
27 simultaneous downloads, the upload burden on the central server
28 remains quite small, since each new downloader introduces new
29 upload capacity.
31 This package contains the python modules.
32 Homepage: http://bitconjurer.org/BitTorrent/
33 Python-Version: >= 2.3
34 Bugs: https://bugs.launchpad.net/ubuntu/+filebug
35 Origin: Ubuntu
37 EOF