File: control

package info (click to toggle)
libtorrent 0.15.7-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 5,152 kB
  • sloc: cpp: 35,007; sh: 4,488; ansic: 4,397; makefile: 575; xml: 163
file content (48 lines) | stat: -rw-r--r-- 1,426 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Source: libtorrent
Priority: optional
Section: libs
Maintainer: Jose Luis Rivas <ghostbar@debian.org>
Uploaders:
 Dmitry E. Oboukhov <unera@debian.org>,
 Jonathan McDowell <noodles@earth.li>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Arch: dpkg-dev (>= 1.22.5),
 libcppunit-dev,
 libcurl4-openssl-dev,
 libsigc++-2.0-dev,
 libssl-dev,
 pkgconf,
 zlib1g-dev
Standards-Version: 4.6.0
Homepage: https://rakshasa.github.io/rtorrent/
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/debian/libtorrent.git
Vcs-Browser: https://salsa.debian.org/debian/libtorrent

Package: libtorrent-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libsigc++-2.0-dev,
 libtorrent27 (= ${binary:Version}),
 ${misc:Depends}
Description: C++ BitTorrent library by Rakshasa (development files)
 LibTorrent is a BitTorrent library written in C++ for *nix. It is
 designed to avoid redundant copying and storing of data that other
 clients and libraries suffer from.
 .
 This package contains the files needed to compile and link programs
 which use LibTorrent.

Package: libtorrent27
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Description: C++ BitTorrent library by Rakshasa
 LibTorrent is a BitTorrent library written in C++ for *nix. It is
 designed to avoid redundant copying and storing of data that other
 clients and libraries suffer from.