aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: cb84a193e2b7364fe0d9bd52a5f6dca4d41fcca8 (plain) (blame)
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
Source: gnunet-gtk
Section: net
Priority: optional
Maintainer: Bertrand Marc <bmarc@debian.org>
Build-Depends:
 autopoint,
 debhelper-compat (= 13),
 libgnunet-dev (>= 0.14.1~),
 libgladeui-dev (>=3.10.0),
 libgtk-3-dev (>=3.22.0),
 libqrencode-dev
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/debian/gnunet-gtk.git
Vcs-browser: https://salsa.debian.org/debian/gnunet-gtk
Homepage: https://gnunet.org/

Package: gnunet-gtk
Architecture: any
Depends:
 policykit-1,
 ${misc:Depends},
 ${shlibs:Depends}
Description: GNU's framework for secure peer-to-peer networking (GTK+ client)
 GNUnet is a framework for secure peer-to-peer networking that does not use any
 centralized or otherwise trusted services. Its high-level goal is to provide a
 strong free software foundation for a global network that provides security
 and in particular respects privacy.
 .
 GNUnet started with an idea for anonymous censorship-resistant file-sharing,
 but has grown to incorporate other applications as well as many generic
 building blocks for secure networking applications. In particular, GNUnet now
 includes the GNU Name System, a privacy-preserving, decentralized public key
 infrastructure.
 .
 This package contains the graphical client, using the GTK+ toolkit. In order
 use GNUnet, you also need gnunet either on your server or on your local
 machine.

Package: libgnunetgtk
Architecture: any
Depends:
 policykit-1,
 ${misc:Depends},
 ${shlibs:Depends}
Recommends:
 gnunet-gtk
Description: library for Gtk+ interfaces on top of GNUnet.

Package: libgnunetgtk-dev
Section: devel
Architecture: any
Depends:
 libgnunet-dev (>= 0.14.1~),
 libgnunetgtk (= ${binary:Version}),
 libextractor-dev,
 libgladeui-dev (>=3.10.0),
 libgtk-3-dev,
 ${misc:Depends}
Description: GNU's framework for secure peer-to-peer networking (GTK+ client development)
 GNUnet is a framework for secure peer-to-peer networking that does not use any
 centralized or otherwise trusted services. Its high-level goal is to provide a
 strong free software foundation for a global network that provides security
 and in particular respects privacy.
 .
 GNUnet started with an idea for anonymous censorship-resistant file-sharing,
 but has grown to incorporate other applications as well as many generic
 building blocks for secure networking applications. In particular, GNUnet now
 includes the GNU Name System, a privacy-preserving, decentralized public key
 infrastructure.
 .
 This package contains the development files for the graphical client, using the
 GTK+ toolkit.