[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] branch master updated: try to fix deps
From: |
gnunet |
Subject: |
[gnunet] branch master updated: try to fix deps |
Date: |
Mon, 15 Feb 2021 23:15:55 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new e0d77e2d9 try to fix deps
e0d77e2d9 is described below
commit e0d77e2d9c77c5b10c6f7ce601cd7fa6eda7ff3c
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Feb 15 23:14:43 2021 +0100
try to fix deps
---
contrib/Makefile.inc | 3 ++-
debian/control | 8 +++++++-
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 = \
build-common/sh/lib.sh/existence_python.sh \
build-common/sh/lib.sh/msg.sh \
build-common/sh/lib.sh/progname.sh \
- build-common/sh/lib.sh/version_gnunet.sh
+ build-common/sh/lib.sh/version_gnunet.sh \
+ build-common/LICENSE
BUILDCOMMON_CONF_FILES = \
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:
lsb-base,
netbase,
${misc:Depends},
- ${shlibs:Depends}
+ libc6 (>= 2.29),
+ libcurl3-gnutls (>= 7.35.0),
+ libjansson4 (>= 2.1),
+ libmicrohttpd12 (>= 0.9.50),
+ libpq5,
+ libsqlite3-0 (>= 3.8.7),
+ zlib1g (>= 1:1.1.4)
Description: libraries of 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
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnunet] branch master updated: try to fix deps,
gnunet <=