gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: -fix deb build issues


From: gnunet
Subject: [gnunet] branch master updated: -fix deb build issues
Date: Tue, 20 Jul 2021 16:32:04 +0200

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 c8e7080e5 -fix deb build issues
c8e7080e5 is described below

commit c8e7080e56f50870e1e7e7d69b27c3babe4f377b
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Jul 20 16:28:50 2021 +0200

    -fix deb build issues
---
 contrib/Makefile.inc    | 3 +--
 debian/changelog        | 6 ++++++
 src/testbed/Makefile.am | 3 ++-
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/contrib/Makefile.inc b/contrib/Makefile.inc
index a563ef4a1..c737a07f8 100644
--- a/contrib/Makefile.inc
+++ b/contrib/Makefile.inc
@@ -8,8 +8,7 @@ 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/LICENSE
+    build-common/sh/lib.sh/version_gnunet.sh
 
 BUILDCOMMON_CONF_FILES = \
     build-common/conf/.dir-locals.el \
diff --git a/debian/changelog b/debian/changelog
index 0f638f502..a078f81c5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gnunet (0.14.1-3) unstable; urgency=low
+
+  * Allow decoding larger JSON objects than 1 kb.
+
+ -- Christian Grothoff <grothoff@gnu.org>  Tue, 20 Jul 2021 14:02:10 +0100
+
 gnunet (0.14.1-2) unstable; urgency=low
 
   * Improved error reporting.
diff --git a/src/testbed/Makefile.am b/src/testbed/Makefile.am
index 6fec163e2..201b4c1ff 100644
--- a/src/testbed/Makefile.am
+++ b/src/testbed/Makefile.am
@@ -45,7 +45,8 @@ libgnunet_plugin_testcmd_la_SOURCES = \
 libgnunet_plugin_testcmd_la_LIBADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(top_builddir)/src/testing/libgnunettesting.la \
-  $(top_builddir)/src/testbed/libgnunettestbed.la \
+  $(top_builddir)/src/statistics/libgnunetstatistics.la \
+  libgnunettestbed.la \
   $(LTLIBINTL)
 libgnunet_plugin_testcmd_la_LDFLAGS = \
  $(GN_PLUGIN_LDFLAGS)

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]