aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control65
1 files changed, 65 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 00000000..72719eff
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,65 @@
1Source: gnunet-gtk
2Section: net
3Priority: optional
4Maintainer: Bertrand Marc <bmarc@debian.org>
5Build-Depends:
6 autopoint,
7 debhelper-compat (= 13),
8 gnunet-dev (>= 0.14.1~),
9 libgladeui-dev (>=3.10.0),
10 libgtk-3-dev (>=3.22.0),
11 libqrencode-dev
12Standards-Version: 4.5.0
13Vcs-Git: https://salsa.debian.org/debian/gnunet-gtk.git
14Vcs-browser: https://salsa.debian.org/debian/gnunet-gtk
15Homepage: https://gnunet.org/
16
17Package: gnunet-gtk
18Architecture: any
19Depends:
20 policykit-1,
21 ${misc:Depends},
22 ${shlibs:Depends}
23Recommends:
24 gnunet
25Description: GNU's framework for secure peer-to-peer networking (GTK+ client)
26 GNUnet is a framework for secure peer-to-peer networking that does not use any
27 centralized or otherwise trusted services. Its high-level goal is to provide a
28 strong free software foundation for a global network that provides security
29 and in particular respects privacy.
30 .
31 GNUnet started with an idea for anonymous censorship-resistant file-sharing,
32 but has grown to incorporate other applications as well as many generic
33 building blocks for secure networking applications. In particular, GNUnet now
34 includes the GNU Name System, a privacy-preserving, decentralized public key
35 infrastructure.
36 .
37 This package contains the graphical client, using the GTK+ toolkit. In order
38 use GNUnet, you also need gnunet either on your server or on your local
39 machine.
40
41Package: gnunet-gtk-dev
42Section: devel
43Architecture: any
44Depends:
45 gnunet-dev (>= 0.13.1~),
46 gnunet-gtk (= ${binary:Version}),
47 libextractor-dev,
48 libgladeui-dev (>=3.10.0),
49 libgtk-3-dev,
50 ${misc:Depends},
51 ${shlibs:Depends}
52Description: GNU's framework for secure peer-to-peer networking (GTK+ client development)
53 GNUnet is a framework for secure peer-to-peer networking that does not use any
54 centralized or otherwise trusted services. Its high-level goal is to provide a
55 strong free software foundation for a global network that provides security
56 and in particular respects privacy.
57 .
58 GNUnet started with an idea for anonymous censorship-resistant file-sharing,
59 but has grown to incorporate other applications as well as many generic
60 building blocks for secure networking applications. In particular, GNUnet now
61 includes the GNU Name System, a privacy-preserving, decentralized public key
62 infrastructure.
63 .
64 This package contains the development files for the graphical client, using the
65 GTK+ toolkit.