aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-02-15 23:14:43 +0100
committerChristian Grothoff <christian@grothoff.org>2021-02-15 23:14:43 +0100
commite0d77e2d9c77c5b10c6f7ce601cd7fa6eda7ff3c (patch)
treec90dd81b14aae8e15f02cff22e29eccd913d9f63
parent7175efc432d5ef6553e43bf80dd1c94ee4377d9a (diff)
downloadgnunet-e0d77e2d9c77c5b10c6f7ce601cd7fa6eda7ff3c.tar.gz
gnunet-e0d77e2d9c77c5b10c6f7ce601cd7fa6eda7ff3c.zip
try to fix deps
-rw-r--r--contrib/Makefile.inc3
-rw-r--r--debian/control8
2 files changed, 9 insertions, 2 deletions
diff --git a/contrib/Makefile.inc b/contrib/Makefile.inc
index c737a07f8..a563ef4a1 100644
--- a/contrib/Makefile.inc
+++ b/contrib/Makefile.inc
@@ -8,7 +8,8 @@ BUILDCOMMON_SHLIB_FILES = \
8 build-common/sh/lib.sh/existence_python.sh \ 8 build-common/sh/lib.sh/existence_python.sh \
9 build-common/sh/lib.sh/msg.sh \ 9 build-common/sh/lib.sh/msg.sh \
10 build-common/sh/lib.sh/progname.sh \ 10 build-common/sh/lib.sh/progname.sh \
11 build-common/sh/lib.sh/version_gnunet.sh 11 build-common/sh/lib.sh/version_gnunet.sh \
12 build-common/LICENSE
12 13
13BUILDCOMMON_CONF_FILES = \ 14BUILDCOMMON_CONF_FILES = \
14 build-common/conf/.dir-locals.el \ 15 build-common/conf/.dir-locals.el \
diff --git a/debian/control b/debian/control
index 01b549286..d5dda42eb 100644
--- a/debian/control
+++ b/debian/control
@@ -48,7 +48,13 @@ Depends:
48 lsb-base, 48 lsb-base,
49 netbase, 49 netbase,
50 ${misc:Depends}, 50 ${misc:Depends},
51 ${shlibs:Depends} 51 libc6 (>= 2.29),
52 libcurl3-gnutls (>= 7.35.0),
53 libjansson4 (>= 2.1),
54 libmicrohttpd12 (>= 0.9.50),
55 libpq5,
56 libsqlite3-0 (>= 3.8.7),
57 zlib1g (>= 1:1.1.4)
52Description: libraries of GNU's framework for secure peer-to-peer networking. 58Description: libraries of GNU's framework for secure peer-to-peer networking.
53 GNUnet is a framework for secure peer-to-peer networking that does not use any 59 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 60 centralized or otherwise trusted services. Its high-level goal is to provide a