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
|
Source: gnunet-gtk
Section: net
Priority: optional
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
Build-Depends:
autopoint,
debhelper-compat (= 13),
gnunet-dev (>= 0.13.1~),
libgladeui-dev (>=3.10.0),
libgtk-3-dev (>=3.22.0),
libqrencode-dev
Standards-Version: 4.5.0
Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/gnunet-gtk
Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/gnunet-gtk
Homepage: https://gnunet.org/
Package: gnunet-gtk
Architecture: any
Depends:
policykit-1,
${misc:Depends},
${shlibs:Depends}
Recommends:
gnunet
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: gnunet-gtk-dev
Section: devel
Architecture: any
Depends:
gnunet-dev (>= 0.13.1~),
gnunet-gtk (= ${binary:Version}),
libextractor-dev,
libgladeui-dev (>=3.10.0),
libgtk-3-dev,
${misc:Depends},
${shlibs: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.
|