aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control115
1 files changed, 115 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 000000000..32cb1c24c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,115 @@
1Source: gnunet
2Section: net
3Priority: optional
4Maintainer: Thomas Liang <rt1omas@protonmail.com>
5Build-Depends:
6 autoconf (>=2.59),
7 automake (>=1.11.1),
8 autopoint,
9 debhelper-compat (= 13),
10 default-libmysqlclient-dev,
11 gettext,
12 iptables,
13 libbluetooth-dev,
14 libcurl4-gnutls-dev (>=7.35.0),
15 libextractor-dev (>=1:0.6.3),
16 libgcrypt20-dev (>=1.6),
17 libgnutls28-dev (>=3.2.12),
18 libidn2-dev,
19 libjansson-dev,
20 libltdl-dev (>=2.2),
21 libmicrohttpd-dev (>=0.9.63),
22 libogg-dev (>=1.3.0),
23 libopus-dev (>=1.0.1),
24 libpq-dev (>=9.5),
25 libpulse-dev (>=2.0),
26 libsodium-dev (>=1.0.11),
27 libsqlite3-dev (>=3.8),
28 libunistring-dev (>=0.9.2),
29 libzbar-dev (>=0.10),
30 miniupnpc,
31 net-tools,
32 po-debconf,
33 python3-dev,
34 texinfo (>=5.2),
35 zlib1g-dev
36Build-Conflicts:
37 autoconf2.13,
38 automake1.4
39Standards-Version: 4.5.0
40Vcs-Git: https://salsa.debian.org/debian/gnunet.git
41Vcs-browser: https://salsa.debian.org/debian/gnunet
42Homepage: https://gnunet.org/
43
44Package: libgnunet
45Architecture: any
46Pre-Depends:
47 ${misc:Pre-Depends}
48Depends:
49 lsb-base,
50 netbase,
51 ${misc:Depends},
52 ${shlibs:Depends}
53Description: libraries of GNU's framework for secure peer-to-peer networking.
54 GNUnet is a framework for secure peer-to-peer networking that does not use any
55 centralized or otherwise trusted services. Its high-level goal is to provide a
56 strong free software foundation for a global network that provides security
57 and in particular respects privacy.
58 .
59 GNUnet started with an idea for anonymous censorship-resistant file-sharing,
60 but has grown to incorporate other applications as well as many generic
61 building blocks for secure networking applications. In particular, GNUnet now
62 includes the GNU Name System, a privacy-preserving, decentralized public key
63 infrastructure.
64
65Package: gnunet
66Architecture: any
67Pre-Depends:
68 ${misc:Pre-Depends}
69Depends:
70 libgnunet (= ${binary:Version}),
71 adduser,
72 lsb-base,
73 netbase,
74 ${misc:Depends},
75 ${shlibs:Depends}
76Recommends:
77 libnss3-tools,
78 openssl
79Suggests:
80 miniupnpc,
81 texlive (>=2012)
82Description: GNU's framework for secure peer-to-peer networking (meta)
83 GNUnet is a framework for secure peer-to-peer networking that does not use any
84 centralized or otherwise trusted services. Its high-level goal is to provide a
85 strong free software foundation for a global network that provides security
86 and in particular respects privacy.
87 .
88 GNUnet started with an idea for anonymous censorship-resistant file-sharing,
89 but has grown to incorporate other applications as well as many generic
90 building blocks for secure networking applications. In particular, GNUnet now
91 includes the GNU Name System, a privacy-preserving, decentralized public key
92 infrastructure.
93
94Package: gnunet-dev
95Section: libdevel
96Architecture: any
97Depends:
98 libgnunet (= ${binary:Version}),
99 libextractor-dev (>=1:0.6.3),
100 libgcrypt20-dev (>=1.6),
101 libmicrohttpd-dev (>=0.9.33),
102 ${misc:Depends}
103Description: GNU's framework for secure peer-to-peer networking (development)
104 GNUnet is a framework for secure peer-to-peer networking that does not use any
105 centralized or otherwise trusted services. Its high-level goal is to provide a
106 strong free software foundation for a global network that provides security
107 and in particular respects privacy.
108 .
109 GNUnet started with an idea for anonymous censorship-resistant file-sharing,
110 but has grown to incorporate other applications as well as many generic
111 building blocks for secure networking applications. In particular, GNUnet now
112 includes the GNU Name System, a privacy-preserving, decentralized public key
113 infrastructure.
114 .
115 This package contains the development files.