File: control

package info (click to toggle)
libktorrent 1.3.1-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 8,984 kB
  • ctags: 5,870
  • sloc: cpp: 41,761; ruby: 135; makefile: 10; sh: 3
file content (60 lines) | stat: -rw-r--r-- 2,625 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
49
50
51
52
53
54
55
56
57
58
59
60
Source: libktorrent
Section: libs
Priority: optional
Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
Uploaders: Modestas Vainius <modax@debian.org>
Build-Depends: cmake, debhelper (>= 9~), pkg-kde-tools (>= 0.6~),
 kdelibs5-dev (>= 4:4.4), libgmp3-dev, libqca2-dev, libboost-dev, libgcrypt11-dev,
 pkg-config, doxygen,
Standards-Version: 3.9.6
Homepage: http://ktorrent.org/
Vcs-Git: git://anonscm.debian.org/pkg-kde/kde-extras/libktorrent.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-kde/kde-extras/libktorrent.git;a=summary

Package: libktorrent5
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: libktorrent-l10n (>= ${source:Version})
Description: KTorrent library for C++ / Qt 4 / KDE Platform
 The KTorrent library is a C++ / Qt 4 / KDE Platform based implementation of
 the BitTorrent protocol (mostly client side).
 .
 The library supports connectivity to HTTP and UDP trackers, mainline DHT and
 the new generation Micro Transport Protocol (uTP). In addition, it provides
 many powerful BitTorrent network features including but not limited to torrent
 downloading and seeding, torrent creation and downloaded data verification,
 magnet links, advanced peer management, IP blocking lists.

Package: libktorrent-dev
Architecture: any
Section: libdevel
Depends: libktorrent5 (= ${binary:Version}), ${misc:Depends},
 ${sameVersionDep:libqt4-dev}, ${sameVersionDep:kdelibs5-dev}
Description: development files for the KTorrent Library
 The KTorrent library is a C++ / Qt 4 / KDE Platform based implementation of
 the BitTorrent protocol (mostly client side).
 .
 This package contains header files, CMake modules and other files needed for
 developing and compiling/linking which use the KTorrent library.

Package: libktorrent-l10n
Architecture: all
Section: localization
Depends: libktorrent5 (>= ${source:Version}), ${misc:Depends}
Description: localization files for the KTorrent library
 The KTorrent library is a C++ / Qt 4 / KDE Platform based implementation of
 the BitTorrent protocol (mostly client side).
 .
 This package contains translations of the KTorrent library.

Package: libktorrent-dbg
Architecture: any
Section: debug
Priority: extra
Depends: libktorrent5 (= ${binary:Version}), ${misc:Depends}
Description: debugging symbols for the KTorrent library
 The KTorrent library is a C++ / Qt 4 / KDE Platform based implementation of
 the BitTorrent protocol (mostly client side).
 .
 This package contains debugging symbols for the KTorrent library. It is needed
 to get a useful backtrace when applications using the KTorrent library crash.