gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: fix silly packaging bug


From: gnunet
Subject: [gnunet] branch master updated: fix silly packaging bug
Date: Tue, 16 Feb 2021 09:52:14 +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 a98ea577c fix silly packaging bug
a98ea577c is described below

commit a98ea577c7942babf998099bd548a8668b425168
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Feb 16 09:50:59 2021 +0100

    fix silly packaging bug
---
 debian/changelog         | 6 ++++++
 debian/control           | 8 +-------
 debian/libgnunet.install | 1 +
 3 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 49f744aa4..0e1ace7da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gnunet (0.14.0-5) unstable; urgency=high
+
+  * Fix inclusion of libgnunetutil.so in libgnunetutil.
+
+ -- Christian Grothoff <grothoff@gnu.org>  Mon, 16 Feb 2021 13:02:10 +0100
+
 gnunet (0.14.0-4) unstable; urgency=medium
 
   * Remove dependency of libgnunetutil on gnunet.
diff --git a/debian/control b/debian/control
index d5dda42eb..01b549286 100644
--- a/debian/control
+++ b/debian/control
@@ -48,13 +48,7 @@ Depends:
  lsb-base,
  netbase,
  ${misc: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)
+ ${shlibs:Depends}
 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
diff --git a/debian/libgnunet.install b/debian/libgnunet.install
index 9e7624b8a..5ec1676cc 100644
--- a/debian/libgnunet.install
+++ b/debian/libgnunet.install
@@ -2,6 +2,7 @@ usr/lib/*/libgnunetcurl.so.*
 usr/lib/*/libgnunetjson.so.*
 usr/lib/*/libgnunetpq.so.*
 usr/lib/*/libgnunetsq.so.*
+usr/lib/*/libgnunetutil.so.*
 usr/share/locale/
 usr/share/gnunet/config.d/util.conf
 usr/bin/gnunet-bugreport

-- 
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]