fix piece_picker piece-shuffle bug
[libtorrent.git] / debian / control
bloba821037e3cfb718774d7a252e1215b20f2023bf1
1 Source: libtorrent
2 Priority: optional
3 Section: libs
4 Maintainer: Michael Wojciechowski <wojci@wojci.dk>
5 Build-Depends: debhelper (>= 4.0.0), autotools-dev (>= 20050422.1), 
6                libboost-thread1.32.0 (>= 1.32.0), libboost-thread-dev (>=1.32.0),
7                libboost-date-time1.32.0 (>= 1.32.0), libboost-date-time-dev (>= 1.32.0),
8                libboost-filesystem1.32.0 (>= 1.32.0), libboost-filesystem-dev (>= 1.32.0)
9 Standards-Version: 3.6.2
11 Package: libtorrent0-dev
12 Section: libdevel
13 Architecture: any
14 Depends: libtorrent0 (= ${Source-Version})
15 Provides: libtorrent-dev
16 Conflicts: libtorrent-dev
17 Description: Torrent library, headers.
18  libtorrent is a C++ library that aims to be a good alternative to all
19  the other bittorrent implementations around. It is a library and not a
20  full featured client, although it comes with a working example client.
22 Package: libtorrent0
23 Section: libs
24 Architecture: any
25 Depends: ${shlibs:Depends} libboost-thread1.32.0 (>= 1.32.0), libboost-date-time1.32.0 (>= 1.32.0), libboost-filesystem1.32.0 (>= 1.32.0)
26 Description: Torrent library, libs.
27  libtorrent is a C++ library that aims to be a good alternative to all
28  the other bittorrent implementations around. It is a library and not a
29  full featured client, although it comes with a working example client.