aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-02-17 19:53:59 +0100
committerChristian Grothoff <christian@grothoff.org>2021-02-17 19:53:59 +0100
commite4867f6ec0b9d0e57d8448f08d96a349dde0886c (patch)
treeeb77e0a3115e54f4bb5f4ba6310f8caac4231b03
parent839bed7fad7e4b050eb4e4de106c360871a044d5 (diff)
downloadgnunet-e4867f6ec0b9d0e57d8448f08d96a349dde0886c.tar.gz
gnunet-e4867f6ec0b9d0e57d8448f08d96a349dde0886c.zip
fix
-rw-r--r--debian/changelog13
-rw-r--r--debian/libgnunet.install9
2 files changed, 21 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index f9036e948..bfc6394c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
1gnunet (0.14.0-8) unstable; urgency=low
2
3 * Move libgnunetarm into libgnunet as well.
4
5 -- Christian Grothoff <grothoff@gnu.org> Wed, 18 Feb 2021 14:02:10 +0100
6
7gnunet (0.14.0-7) unstable; urgency=low
8
9 * Move gnunet-arm into libgnunet.
10 * Move man pages for binaries included in libgnunet into libgnunet.
11
12 -- Christian Grothoff <grothoff@gnu.org> Wed, 18 Feb 2021 13:02:10 +0100
13
1gnunet (0.14.0-6) unstable; urgency=high 14gnunet (0.14.0-6) unstable; urgency=high
2 15
3 * Fix duplicate inclusion of symbolic links. 16 * Fix duplicate inclusion of symbolic links.
diff --git a/debian/libgnunet.install b/debian/libgnunet.install
index 5ec1676cc..7cf63853c 100644
--- a/debian/libgnunet.install
+++ b/debian/libgnunet.install
@@ -1,3 +1,4 @@
1usr/lib/*/libgnunetarm.so.*
1usr/lib/*/libgnunetcurl.so.* 2usr/lib/*/libgnunetcurl.so.*
2usr/lib/*/libgnunetjson.so.* 3usr/lib/*/libgnunetjson.so.*
3usr/lib/*/libgnunetpq.so.* 4usr/lib/*/libgnunetpq.so.*
@@ -5,6 +6,12 @@ usr/lib/*/libgnunetsq.so.*
5usr/lib/*/libgnunetutil.so.* 6usr/lib/*/libgnunetutil.so.*
6usr/share/locale/ 7usr/share/locale/
7usr/share/gnunet/config.d/util.conf 8usr/share/gnunet/config.d/util.conf
9usr/bin/gnunet-arm
8usr/bin/gnunet-bugreport 10usr/bin/gnunet-bugreport
9usr/bin/gnunet-ecc
10usr/bin/gnunet-config 11usr/bin/gnunet-config
12usr/bin/gnunet-ecc
13usr/lib/*/gnunet/libexec/gnunet-service-arm
14usr/share/man/man1/gnunet-arm.1
15usr/share/man/man1/gnunet-bugreport.1
16usr/share/man/man1/gnunet-config.1
17usr/share/man/man1/gnunet-ecc.1