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
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.
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.