aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog96
-rw-r--r--debian/control11
-rw-r--r--debian/gnunet.install1
-rw-r--r--debian/libgnunet-dev.install1
-rwxr-xr-xdebian/rules3
5 files changed, 109 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index b330ee4ee..2a318e11b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,99 @@
1gnunet (0.21.1-1) unstable; urgency=low
2
3 * Package for GNU Taler v0.10.0 release.
4
5 -- Christian Grothoff <grothoff@gnu.org> Fri, 12 Apr 2024 13:50:12 +0100
6
7gnunet (0.21.1) unstable; urgency=low
8
9 * Package for GNU Taler v0.10.0 pre-release.
10
11 -- Christian Grothoff <grothoff@gnu.org> Tue, 9 Apr 2024 13:50:12 +0100
12
13gnunet (0.21.0-3) unstable; urgency=low
14
15 * Package for GNU Taler v0.9.4.
16
17 -- Christian Grothoff <grothoff@gnu.org> Sat, 10 Feb 2024 03:50:12 +0200
18
19gnunet (0.21.0-2) unstable; urgency=low
20
21 * meson build fix for libgnuneutil.
22
23 -- Christian Grothoff <grothoff@gnu.org> Tue, 13 Dec 2023 18:50:12 -0700
24
25gnunet (0.21.0-1) unstable; urgency=low
26
27 * Hotfix to libgnunetpq for GNU Taler exchange.
28
29 -- Christian Grothoff <grothoff@gnu.org> Thu, 7 Dec 2023 00:50:12 -0800
30
31gnunet (0.21.0-1) unstable; urgency=low
32
33 * Hotfix to libgnunetpq for GNU Taler exchange.
34
35 -- Christian Grothoff <grothoff@gnu.org> Thu, 7 Dec 2023 00:50:12 -0800
36
37gnunet (0.21.0) unstable; urgency=low
38
39 * First work towards packaging v0.21.0.
40
41 -- Christian Grothoff <grothoff@gnu.org> Thu, 29 Nov 2023 23:50:12 +0200
42
43gnunet (0.20.0) unstable; urgency=low
44
45 * First work towards packaging v0.20.0.
46
47 -- Christian Grothoff <grothoff@gnu.org> Thu, 7 Sep 2023 23:50:12 +0200
48
49gnunet (0.19.3-1) unstable; urgency=low
50
51 * Minor packaging fix.
52
53 -- Florian Dold <dold@taler.net> Wed, 15 Mar 2023 11:18:08 +0100
54
55gnunet (0.19.3) unstable; urgency=low
56
57 * New upstream release, bumping version.
58
59 -- Christian Grothoff <grothoff@gnu.org> Tue, 21 Feb 2023 21:14:18 +0200
60
61gnunet (0.19.2-1) unstable; urgency=low
62
63 * Importing minor post-release fixes from upstream for Debian package.
64
65 -- Christian Grothoff <grothoff@gnu.org> Tue, 17 Jan 2023 22:14:18 +0200
66
67gnunet (0.19.2) unstable; urgency=low
68
69 * New upstream release, bumping version.
70
71 -- Christian Grothoff <grothoff@gnu.org> Tue, 17 Jan 2023 21:14:18 +0200
72
73gnunet (0.18.1) unstable; urgency=low
74
75 * Packaging latest release.
76
77 -- Christian Grothoff <grothoff@gnu.org> Fri, 04 Nov 2022 09:50:12 +0200
78
79gnunet (0.17.6) unstable; urgency=low
80
81 * Packaging latest release.
82
83 -- Christian Grothoff <grothoff@gnu.org> Mon, 26 Sep 2022 09:50:12 +0200
84
85gnunet (0.17.1) unstable; urgency=low
86
87 * Packaging latest release (with 7135 htonl fix).
88
89 -- Christian Grothoff <grothoff@gnu.org> Mon, 20 Jun 2022 21:14:18 +0200
90
91gnunet (0.15.3-1) unstable; urgency=low
92
93 * Packaging latest code with bugfixes in libgnunetpq (and others) from upstream.
94
95 -- Christian Grothoff <grothoff@gnu.org> Wed, 08 Dec 2021 21:14:18 +0200
96
1gnunet (0.15.3) unstable; urgency=low 97gnunet (0.15.3) unstable; urgency=low
2 98
3 * New upstream release, bumping version. 99 * New upstream release, bumping version.
diff --git a/debian/control b/debian/control
index 57acc6e1e..9b0be5e87 100644
--- a/debian/control
+++ b/debian/control
@@ -17,10 +17,10 @@ Build-Depends:
17 libidn2-dev, 17 libidn2-dev,
18 libjansson-dev, 18 libjansson-dev,
19 libltdl-dev (>=2.2), 19 libltdl-dev (>=2.2),
20 libmicrohttpd-dev (>=0.9.63), 20 libmicrohttpd-dev (>=0.9.71),
21 libogg-dev (>=1.3.0), 21 libogg-dev (>=1.3.0),
22 libopus-dev (>=1.0.1), 22 libopus-dev (>=1.0.1),
23 libpq-dev (>=9.5), 23 libpq-dev (>=13),
24 libpulse-dev (>=2.0), 24 libpulse-dev (>=2.0),
25 libsodium-dev (>=1.0.11), 25 libsodium-dev (>=1.0.11),
26 libsqlite3-dev (>=3.8), 26 libsqlite3-dev (>=3.8),
@@ -97,8 +97,13 @@ Depends:
97 libgnunet (= ${binary:Version}), 97 libgnunet (= ${binary:Version}),
98 libextractor-dev (>=1:0.6.3), 98 libextractor-dev (>=1:0.6.3),
99 libgcrypt20-dev (>=1.6), 99 libgcrypt20-dev (>=1.6),
100 libmicrohttpd-dev (>=0.9.33), 100 libmicrohttpd-dev (>=0.9.71),
101 libsodium-dev (>=1.0.11),
101 ${misc:Depends} 102 ${misc:Depends}
103Recommends:
104 libpq-dev (>=13),
105 libsqlite3-dev (>=3.8),
106 libjansson-dev
102Description: GNU's framework for secure peer-to-peer networking (development) 107Description: GNU's framework for secure peer-to-peer networking (development)
103 GNUnet is a framework for secure peer-to-peer networking that does not use any 108 GNUnet is a framework for secure peer-to-peer networking that does not use any
104 centralized or otherwise trusted services. Its high-level goal is to provide a 109 centralized or otherwise trusted services. Its high-level goal is to provide a
diff --git a/debian/gnunet.install b/debian/gnunet.install
index d3160c6fb..1776032db 100644
--- a/debian/gnunet.install
+++ b/debian/gnunet.install
@@ -3,6 +3,7 @@ usr/bin/
3usr/lib/*/gnunet/libexec/gnunet-cmds-helper 3usr/lib/*/gnunet/libexec/gnunet-cmds-helper
4usr/lib/*/gnunet/ 4usr/lib/*/gnunet/
5usr/lib/*/*.so.* 5usr/lib/*/*.so.*
6usr/share/applications/gnunet-uri.desktop
6usr/share/man/ 7usr/share/man/
7usr/share/info/ 8usr/share/info/
8usr/share/doc/gnunet/ 9usr/share/doc/gnunet/
diff --git a/debian/libgnunet-dev.install b/debian/libgnunet-dev.install
index 90d8c987f..56fbde3ae 100644
--- a/debian/libgnunet-dev.install
+++ b/debian/libgnunet-dev.install
@@ -1,3 +1,4 @@
1usr/include 1usr/include
2usr/lib/*/*.so 2usr/lib/*/*.so
3usr/lib/*/pkgconfig 3usr/lib/*/pkgconfig
4usr/share/aclocal/gnunet.m4
diff --git a/debian/rules b/debian/rules
index 136100584..be4a52478 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,6 +33,9 @@ override_dh_auto_install-arch:
33 debian/tmp/usr/bin/gnunet-template \ 33 debian/tmp/usr/bin/gnunet-template \
34 debian/tmp/usr/bin/gnunet-helper-transport-wlan-dummy 34 debian/tmp/usr/bin/gnunet-helper-transport-wlan-dummy
35 35
36override_dh_builddeb:
37 dh_builddeb -- -Zgzip
38
36override_dh_auto_install-indep: 39override_dh_auto_install-indep:
37 40
38override_dh_installsystemd: 41override_dh_installsystemd: