File: control

package info (click to toggle)
libtorrent 0.13.7-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,956 kB
  • sloc: cpp: 32,196; makefile: 520; xml: 163; ansic: 153; sh: 45
file content (48 lines) | stat: -rw-r--r-- 1,375 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 (>= 10),
 dh-autoreconf,
 libcppunit-dev,
 libcurl4-openssl-dev,
 libsigc++-2.0-dev,
 libssl-dev,
 pkg-config,
 zlib1g-dev
Standards-Version: 4.1.4
Vcs-git: https://salsa.debian.org/debian/libtorrent.git
Vcs-browser: https://salsa.debian.org/debian/libtorrent
Homepage: https://rakshasa.github.io/rtorrent/

Package: libtorrent-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libsigc++-2.0-dev,
 libtorrent20 (= ${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: libtorrent20
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.