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 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132
|
Source: gnunet
Section: net
Priority: optional
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
Build-Depends:
autoconf,
automake,
autopoint,
debhelper-compat (= 13),
gettext,
iptables,
libbluetooth-dev,
libcurl4-gnutls-dev,
libextractor-dev,
libgcrypt20-dev,
libgnutls28-dev,
libidn2-dev,
libjansson-dev,
libltdl-dev,
libmicrohttpd-dev,
libogg-dev,
libopus-dev,
libpq-dev,
libpulse-dev,
libsodium-dev,
libsqlite3-dev,
libunistring-dev,
libzbar-dev,
miniupnpc,
net-tools,
po-debconf,
python3-dev,
python3-sphinx,
python3-sphinx-rtd-theme,
texinfo,
zlib1g-dev,
Build-Conflicts:
autoconf2.13,
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: https://gnunet.org
Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/gnunet
Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/gnunet
Package: gnunet
Section: net
Architecture: any
Depends:
libgnunet0.19 (= ${binary:Version}),
lsb-base,
netbase,
${misc:Depends},
${shlibs:Depends},
Recommends:
libnss3-tools,
openssl,
Suggests:
miniupnpc,
texlive,
Description: GNU's framework for secure peer-to-peer networking
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.
Package: gnunet-dev
Architecture: all
Depends:
libgnunet-dev (>= ${source:Version}),
${misc:Depends},
Description: GNU's framework for secure peer-to-peer networking (transitional package)
Package to ease upgrading from older gnunet-dev package to the new libgnunet-dev
package.
.
This package can be purged at anytime once the libgnunet-dev package has been
installed.
Package: libgnunet-dev
Section: libdevel
Architecture: any
Depends:
gnunet (= ${binary:Version}),
libextractor-dev,
libgcrypt20-dev,
libgnunet0.19 (= ${binary:Version}),
libmicrohttpd-dev,
${misc:Depends},
${shlibs:Depends},
Breaks:
gnunet-dev (<< 0.19.0),
Replaces:
gnunet-dev,
Description: GNU's framework for secure peer-to-peer networking (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.
Package: libgnunet0.19
Section: libs
Architecture: any
Pre-Depends:
${misc:Pre-Depends},
Depends:
${misc:Depends},
${shlibs:Depends},
Breaks:
gnunet (<< 0.19.0),
libgnunet0.14,
libgnunet0.15,
libgnunet0.17,
Conflicts:
libgnunet0.14,
libgnunet0.15,
libgnunet0.17,
Replaces:
gnunet,
Description: GNU's framework for secure peer-to-peer networking (libraries)
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 libraries.
|