diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-08-28 19:51:19 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-08-28 19:51:19 +0200 |
commit | f708723bbc4db7ba0487bb5cc3458396f32a194d (patch) | |
tree | b92a7a91fda062d3dc01656140f7ff095567b027 | |
parent | f2cf7a4470f8a7d8ed4acbbb7b958d8d25ab029c (diff) | |
download | gnunet-gtk-f708723bbc4db7ba0487bb5cc3458396f32a194d.tar.gz gnunet-gtk-f708723bbc4db7ba0487bb5cc3458396f32a194d.zip |
-bump debian version
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rw-r--r-- | 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 @@ | |||
1 | gnunet-gtk (0.22.0) unstable; urgency=low | ||
2 | |||
3 | * Package for GNUnet v0.22.0. | ||
4 | |||
5 | -- Christian Grothoff <grothoff@gnu.org> Fri, 28 Aug 2024 21:51:13 +0200 | ||
6 | |||
1 | gnunet-gtk (0.21.0-2) unstable; urgency=low | 7 | gnunet-gtk (0.21.0-2) unstable; urgency=low |
2 | 8 | ||
3 | * Package for GNU Taler v0.10.0. | 9 | * 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> | |||
5 | Build-Depends: | 5 | Build-Depends: |
6 | autopoint, | 6 | autopoint, |
7 | debhelper-compat (= 12), | 7 | debhelper-compat (= 12), |
8 | libgnunet-dev (>= 0.21.0), | 8 | libgnunet-dev (>= 0.22.0), |
9 | gnunet (>= 0.21.0), | 9 | gnunet (>= 0.21.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), |
@@ -51,7 +51,7 @@ Package: libgnunetgtk-dev | |||
51 | Section: devel | 51 | Section: devel |
52 | Architecture: any | 52 | Architecture: any |
53 | Depends: | 53 | Depends: |
54 | libgnunet-dev (>= 0.21.0), | 54 | libgnunet-dev (>= 0.22.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/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, | |||
120 | * @return NULL on error | 120 | * @return NULL on error |
121 | */ | 121 | */ |
122 | #define GNUNET_GTK_get_new_builder(filename, user_data) \ | 122 | #define GNUNET_GTK_get_new_builder(filename, user_data) \ |
123 | GNUNET_GTK_get_new_builder2 (filename, user_data, NULL) | 123 | GNUNET_GTK_get_new_builder2 (filename, user_data, NULL) |
124 | 124 | ||
125 | 125 | ||
126 | /** | 126 | /** |