aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-02-15 22:21:32 +0100
committerChristian Grothoff <christian@grothoff.org>2021-02-15 22:21:32 +0100
commit7175efc432d5ef6553e43bf80dd1c94ee4377d9a (patch)
tree1eff439be769a303c874a81aa6f75133de288f37 /debian
parent63884937d64a123c3afe55bfdc5d745caddfed1f (diff)
downloadgnunet-7175efc432d5ef6553e43bf80dd1c94ee4377d9a.tar.gz
gnunet-7175efc432d5ef6553e43bf80dd1c94ee4377d9a.zip
further work on libgnunet minimization
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog13
-rw-r--r--debian/control1
-rw-r--r--debian/gnunet.install4
-rw-r--r--debian/libgnunet.install7
4 files changed, 19 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index 42a019674..49f744aa4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
1gnunet (0.14.0-4) unstable; urgency=medium
2
3 * Remove dependency of libgnunetutil on gnunet.
4
5 -- Christian Grothoff <grothoff@gnu.org> Mon, 15 Feb 2021 13:02:10 +0100
6
7gnunet (0.14.0-3) unstable; urgency=medium
8
9 * Reduce libgnunetutil dependencies.
10 * Modify package instructions to work on non-AMD64 architectures.
11
12 -- Christian Grothoff <grothoff@gnu.org> Mon, 15 Feb 2021 12:02:10 +0100
13
1gnunet (0.14.0-2) unstable; urgency=medium 14gnunet (0.14.0-2) unstable; urgency=medium
2 15
3 * Bugfix in GMT conversion of GNUNET_TIME_year_to_time(). 16 * Bugfix in GMT conversion of GNUNET_TIME_year_to_time().
diff --git a/debian/control b/debian/control
index dd401d2cc..01b549286 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,6 @@ Build-Depends:
7 automake (>=1.11.1), 7 automake (>=1.11.1),
8 autopoint, 8 autopoint,
9 debhelper-compat (= 13), 9 debhelper-compat (= 13),
10 default-libmysqlclient-dev,
11 gettext, 10 gettext,
12 iptables, 11 iptables,
13 libbluetooth-dev, 12 libbluetooth-dev,
diff --git a/debian/gnunet.install b/debian/gnunet.install
index d3426b454..0de11b4c2 100644
--- a/debian/gnunet.install
+++ b/debian/gnunet.install
@@ -1,13 +1,11 @@
1etc/gnunet.conf 1etc/gnunet.conf
2usr/bin/ 2usr/bin/
3usr/lib/*/gnunet/ 3usr/lib/*/gnunet/
4usr/lib/*/*.so.*
4usr/share/man/ 5usr/share/man/
5usr/share/info/ 6usr/share/info/
6usr/share/doc/gnunet/ 7usr/share/doc/gnunet/
7usr/share/gnunet/ 8usr/share/gnunet/
8usr/lib/x86_64-linux-gnu/gnunet/nss/libnss_gns.so.2 /usr/lib/x86_64-linux-gnu/
9usr/lib/x86_64-linux-gnu/gnunet/nss/libnss_gns4.so.2 /usr/lib/x86_64-linux-gnu/
10usr/lib/x86_64-linux-gnu/gnunet/nss/libnss_gns6.so.2 /usr/lib/x86_64-linux-gnu/
11debian/etc/skel/.config/ etc/skel/ 9debian/etc/skel/.config/ etc/skel/
12debian/etc/skel/.config/gnunet.conf etc/skel/.config/ 10debian/etc/skel/.config/gnunet.conf etc/skel/.config/
13debian/etc/skel/.config/systemd etc/skel/.config/ 11debian/etc/skel/.config/systemd etc/skel/.config/
diff --git a/debian/libgnunet.install b/debian/libgnunet.install
index 60cdebea9..9e7624b8a 100644
--- a/debian/libgnunet.install
+++ b/debian/libgnunet.install
@@ -1,6 +1,9 @@
1usr/lib/*/*.so.* 1usr/lib/*/libgnunetcurl.so.*
2usr/lib/*/libgnunetjson.so.*
3usr/lib/*/libgnunetpq.so.*
4usr/lib/*/libgnunetsq.so.*
2usr/share/locale/ 5usr/share/locale/
3usr/share/gnunet/config.d/ 6usr/share/gnunet/config.d/util.conf
4usr/bin/gnunet-bugreport 7usr/bin/gnunet-bugreport
5usr/bin/gnunet-ecc 8usr/bin/gnunet-ecc
6usr/bin/gnunet-config 9usr/bin/gnunet-config