File: control

package info (click to toggle)
libqtshadowsocks 2.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 412 kB
  • sloc: cpp: 3,315; makefile: 8
file content (56 lines) | stat: -rw-r--r-- 1,691 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
Source: libqtshadowsocks
Section: libs
Priority: optional
Maintainer: Boyuan Yang <byang@debian.org>
Uploaders:
 Debian Bridges Team <team+bridges@tracker.debian.org>,
 Roger Shimizu <rosh@debian.org>,
Build-Depends:
 cmake (>= 3.1.0),
 debhelper (>= 11),
 dh-exec,
 libbotan-2-dev,
 pkg-config,
 qt5-qmake,
 qtbase5-dev,
Standards-Version: 4.2.1
Homepage: https://github.com/shadowsocks/libQtShadowsocks
Vcs-Git: https://salsa.debian.org/bridges-team/libqtshadowsocks.git
Vcs-Browser: https://salsa.debian.org/bridges-team/libqtshadowsocks

Package: libqtshadowsocks-dev
Section: libdevel
Architecture: any
Depends:
 libqtshadowsocks2 (= ${binary:Version}),
 ${misc:Depends},
Description: Development files of libQtShadowsocks
 libQtShadowsocks provides a lightweight and fast implementation of
 shadowsocks protocol. This library is written in C++ using Qt.
 .
 This package provides the development files.

Package: libqtshadowsocks2
Multi-Arch: same
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: Lightweight and ultra-fast shadowsocks library written in C++/Qt
 libQtShadowsocks provides a lightweight and fast implementation of
 shadowsocks protocol. This library is written in C++ using Qt.
 .
 This package provides the library files.

Package: shadowsocks-libqtshadowsocks
Section: net
Architecture: any
Depends:
 libqtshadowsocks2 (= ${binary:Version}),
 ${misc:Depends},
 ${shlibs:Depends},
Description: Another CLI shadowsocks client using libQtShadowsocks
 libQtShadowsocks provides a lightweight and fast implementation of
 shadowsocks protocol. This library is written in C++ using Qt.
 .
 This package provides a simple cli shadowsocks client.