aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-09-07 13:37:52 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-09-07 13:37:52 +0200
commit9f5dab7577da7991b8f8b1fcf36582b4104d6d74 (patch)
treee6975b0ff0f142e292f52301f0869e4141cb044d
parentfad58d12ad817be56d374e99d5a2b4c7ff9ae82c (diff)
downloadgnunet-gtk-9f5dab7577da7991b8f8b1fcf36582b4104d6d74.tar.gz
gnunet-gtk-9f5dab7577da7991b8f8b1fcf36582b4104d6d74.zip
bump versions for v0.20.0
-rw-r--r--debian/changelog6
-rw-r--r--debian/control6
-rw-r--r--m4/ltsugar.m42
3 files changed, 10 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 0af5c047..701c37ed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
1gnunet-gtk (0.20.0) unstable; urgency=low
2
3 * First work towards packaging v0.20.0.
4
5 -- Christian Grothoff <grothoff@gnu.org> Thu, 7 Sep 2023 23:50:12 +0200
6
1gnunet-gtk (0.19.2-1) unstable; urgency=low 7gnunet-gtk (0.19.2-1) unstable; urgency=low
2 8
3 * Synchronizing release versions, bumping version. 9 * Synchronizing release versions, bumping version.
diff --git a/debian/control b/debian/control
index b7c28177..ed47586d 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ Maintainer: Bertrand Marc <bmarc@debian.org>
5Build-Depends: 5Build-Depends:
6 autopoint, 6 autopoint,
7 debhelper-compat (= 12), 7 debhelper-compat (= 12),
8 libgnunet-dev (>= 0.17.1), 8 libgnunet-dev (>= 0.20.0),
9 gnunet (>= 0.17.1), 9 gnunet (>= 0.20.0),
10 libgladeui-dev (>=3.10.0), 10 libgladeui-dev (>=3.10.0),
11 libgtk-3-dev (>=3.22.0), 11 libgtk-3-dev (>=3.22.0),
12 libqrencode-dev 12 libqrencode-dev
@@ -51,7 +51,7 @@ Package: libgnunetgtk-dev
51Section: devel 51Section: devel
52Architecture: any 52Architecture: any
53Depends: 53Depends:
54 libgnunet-dev (>= 0.17.1), 54 libgnunet-dev (>= 0.20.0),
55 libgnunetgtk (= ${binary:Version}), 55 libgnunetgtk (= ${binary:Version}),
56 libextractor-dev, 56 libextractor-dev,
57 libgladeui-dev (>=3.10.0), 57 libgladeui-dev (>=3.10.0),
diff --git a/m4/ltsugar.m4 b/m4/ltsugar.m4
index 48bc9344..902508bd 100644
--- a/m4/ltsugar.m4
+++ b/m4/ltsugar.m4
@@ -1,6 +1,6 @@
1# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*- 1# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
2# 2#
3# Copyright (C) 2004-2005, 2007-2008, 2011-2015 Free Software 3# Copyright (C) 2004-2005, 2007-2008, 2011-2019, 2021-2022 Free Software
4# Foundation, Inc. 4# Foundation, Inc.
5# Written by Gary V. Vaughan, 2004 5# Written by Gary V. Vaughan, 2004
6# 6#