[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet-gtk] branch master updated: -bump debian version
From: |
gnunet |
Subject: |
[gnunet-gtk] branch master updated: -bump debian version |
Date: |
Wed, 28 Aug 2024 19:51:22 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository gnunet-gtk.
The following commit(s) were added to refs/heads/master by this push:
new f708723b -bump debian version
f708723b is described below
commit f708723bbc4db7ba0487bb5cc3458396f32a194d
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Aug 28 19:51:19 2024 +0200
-bump debian version
---
debian/changelog | 6 ++++++
debian/control | 4 ++--
src/include/gnunet_gtk.h | 2 +-
3 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 88a6dfa2..f07ba95a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gnunet-gtk (0.22.0) unstable; urgency=low
+
+ * Package for GNUnet v0.22.0.
+
+ -- Christian Grothoff <grothoff@gnu.org> Fri, 28 Aug 2024 21:51:13 +0200
+
gnunet-gtk (0.21.0-2) unstable; urgency=low
* Package for GNU Taler v0.10.0.
diff --git a/debian/control b/debian/control
index 043fe3f5..e08cce63 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Bertrand Marc <bmarc@debian.org>
Build-Depends:
autopoint,
debhelper-compat (= 12),
- libgnunet-dev (>= 0.21.0),
+ libgnunet-dev (>= 0.22.0),
gnunet (>= 0.21.0),
libgladeui-dev (>=3.10.0),
libgtk-3-dev (>=3.22.0),
@@ -51,7 +51,7 @@ Package: libgnunetgtk-dev
Section: devel
Architecture: any
Depends:
- libgnunet-dev (>= 0.21.0),
+ libgnunet-dev (>= 0.22.0),
libgnunetgtk (= ${binary:Version}),
libextractor-dev,
libgladeui-dev (>=3.10.0),
diff --git a/src/include/gnunet_gtk.h b/src/include/gnunet_gtk.h
index e615114f..45d17231 100644
--- a/src/include/gnunet_gtk.h
+++ b/src/include/gnunet_gtk.h
@@ -120,7 +120,7 @@ GNUNET_GTK_get_new_builder2 (const char *filename,
* @return NULL on error
*/
#define GNUNET_GTK_get_new_builder(filename, user_data) \
- GNUNET_GTK_get_new_builder2 (filename, user_data, NULL)
+ GNUNET_GTK_get_new_builder2 (filename, user_data, NULL)
/**
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnunet-gtk] branch master updated: -bump debian version,
gnunet <=