From c8e7080e56f50870e1e7e7d69b27c3babe4f377b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 20 Jul 2021 16:28:50 +0200 Subject: -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 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) -- cgit v1.2.3