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
|
Source: gnunet-gtk
Section: net
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
autopoint,
debhelper-compat (= 13),
gnunet (>= 0.20),
libgladeui-dev,
libgnunet-dev (>= 0.20) | gnunet-dev (>= 0.20),
libgtk-3-dev,
libqrencode-dev,
libsodium-dev,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://gnunet.org
Vcs-Browser: https://salsa.debian.org/debian/gnunet-gtk
Vcs-Git: https://salsa.debian.org/debian/gnunet-gtk.git
Package: gnunet-gtk
Architecture: any
Depends:
libgnunetgtk3 (= ${binary:Version}),
pkexec,
${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.
.
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: oldlibs
Architecture: all
Depends:
libgnunetgtk-dev (>= ${source:Version}),
${misc:Depends},
Description: GNU's framework for secure peer-to-peer networking (transitional package)
Package to ease upgrading from older gnunet-gtk-dev package to the new
libgnunetgtk-dev package.
.
This package can be purged at anytime once the libgnunetgtk-dev package has
been installed.
Package: libgnunetgtk-dev
Section: libdevel
Architecture: any
Depends:
libextractor-dev,
libgladeui-dev,
libgnunetgtk3 (= ${binary:Version}),
libgtk-3-dev,
${misc:Depends},
Breaks:
gnunet-gtk-dev (<< 0.16.0-4~),
Replaces:
gnunet-gtk-dev (<< 0.16.0-4~),
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.
.
This package contains the development files for the graphical client, using the
GTK+ toolkit.
Package: libgnunetgtk3
Section: libs
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Breaks:
gnunet-gtk (<< 0.16.0-4~),
Replaces:
gnunet-gtk (<< 0.16.0-4~),
Description: GNU's framework for secure peer-to-peer networking (GTK+ client library)
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.
.
This package contains the shared library for the graphical client, using the
GTK+ toolkit.
|