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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
|
Source: deluge
Section: net
Priority: optional
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
Build-Depends:
debhelper-compat (= 13),
Build-Depends-Indep:
dh-python,
intltool,
pybuild-plugin-pyproject,
python3,
python3-setuptools,
python3-wheel,
unzip,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://deluge-torrent.org
Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/deluge
Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/deluge
Package: deluge
Architecture: all
Depends:
deluge-gtk (= ${source:Version}),
python3-libtorrent,
${misc:Depends},
${python3:Depends},
Description: multi-interface BitTorrent client (metapackage)
Deluge is a BitTorrent client written in Python. It uses a client-server
model supporting multiple user-interfaces that can connect to a
(headless) deluge-daemon running on a server:
.
* deluge-gtk: graphical UI using GTK
* deluge-console: text UI using ncurses
* deluge-web: web frontend
.
This package is a metapackage depending on the graphical UI and the
daemon for running deluge on a single machine.
Package: deluge-common
Architecture: all
Depends:
python3-chardet,
python3-openssl,
python3-pkg-resources,
python3-rencode,
python3-twisted,
python3-xdg,
${misc:Depends},
${python3:Depends},
Recommends:
geoip-database,
python3-dbus,
python3-geoip,
python3-pil,
python3-setproctitle,
Description: multi-interface BitTorrent client (common)
Deluge is a BitTorrent client written in Python. It uses a client-server
model supporting multiple user-interfaces that can connect to a
(headless) deluged running on a server.
.
This package contains the shared files between the clients and the server.
Package: deluge-console
Architecture: all
Depends:
deluge-common (= ${source:Version}),
python3-libtorrent,
${misc:Depends},
${python3:Depends},
Description: multi-interface BitTorrent client (text UI)
Deluge is a BitTorrent client written in Python. It uses a client-server
model supporting multiple user-interfaces that can connect to a
(headless) deluged running on a server.
.
This package contains the text user-interface (ncurses).
Package: deluge-gtk
Architecture: all
Depends:
deluge-common (= ${source:Version}),
gir1.2-gtk-3.0,
libnotify4,
librsvg2-common,
python3-gi,
python3-gi-cairo,
xdg-utils,
${misc:Depends},
${python3:Depends},
Recommends:
python3-pygame,
${dist:Recommends},
Description: multi-interface BitTorrent client (graphical UI)
Deluge is a BitTorrent client written in Python. It uses a client-server
model supporting multiple user-interfaces that can connect to a
(headless) deluged running on a server.
.
This package contains the graphical user-interface (GTK).
Package: deluge-web
Architecture: all
Depends:
deluge-common (= ${source:Version}),
python3-mako,
${misc:Depends},
${python3:Depends},
Description: multi-interface BitTorrent client (web frontend)
Deluge is a BitTorrent client written in Python. It uses a client-server
model supporting multiple user-interfaces that can connect to a
(headless) deluged running on a server.
.
This package contains the web frontend.
Package: deluged
Architecture: all
Pre-Depends:
${misc:Pre-Depends},
Depends:
deluge-common (= ${source:Version}),
passwd,
python3-libtorrent,
${misc:Depends},
${python3:Depends},
Description: multi-interface BitTorrent client (server)
Deluge is a BitTorrent client written in Python. It uses a client-server
model supporting multiple user-interfaces that can connect to a
(headless) deluged running on a server.
.
This package contains the server.
|