aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-02-16 09:50:59 +0100
committerChristian Grothoff <christian@grothoff.org>2021-02-16 09:50:59 +0100
commita98ea577c7942babf998099bd548a8668b425168 (patch)
treee1ff38c1560a83640021eea50e02fa443bdca4be /debian
parente0d77e2d9c77c5b10c6f7ce601cd7fa6eda7ff3c (diff)
downloadgnunet-a98ea577c7942babf998099bd548a8668b425168.tar.gz
gnunet-a98ea577c7942babf998099bd548a8668b425168.zip
fix silly packaging bug
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/control8
-rw-r--r--debian/libgnunet.install1
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 @@
1gnunet (0.14.0-5) unstable; urgency=high
2
3 * Fix inclusion of libgnunetutil.so in libgnunetutil.
4
5 -- Christian Grothoff <grothoff@gnu.org> Mon, 16 Feb 2021 13:02:10 +0100
6
1gnunet (0.14.0-4) unstable; urgency=medium 7gnunet (0.14.0-4) unstable; urgency=medium
2 8
3 * Remove dependency of libgnunetutil on gnunet. 9 * 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:
48 lsb-base, 48 lsb-base,
49 netbase, 49 netbase,
50 ${misc:Depends}, 50 ${misc:Depends},
51 libc6 (>= 2.29), 51 ${shlibs:Depends}
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)
58Description: libraries of GNU's framework for secure peer-to-peer networking. 52Description: libraries of GNU's framework for secure peer-to-peer networking.
59 GNUnet is a framework for secure peer-to-peer networking that does not use any 53 GNUnet is a framework for secure peer-to-peer networking that does not use any
60 centralized or otherwise trusted services. Its high-level goal is to provide a 54 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.*
2usr/lib/*/libgnunetjson.so.* 2usr/lib/*/libgnunetjson.so.*
3usr/lib/*/libgnunetpq.so.* 3usr/lib/*/libgnunetpq.so.*
4usr/lib/*/libgnunetsq.so.* 4usr/lib/*/libgnunetsq.so.*
5usr/lib/*/libgnunetutil.so.*
5usr/share/locale/ 6usr/share/locale/
6usr/share/gnunet/config.d/util.conf 7usr/share/gnunet/config.d/util.conf
7usr/bin/gnunet-bugreport 8usr/bin/gnunet-bugreport