diff -Nru gnunet-0.13.1/debian/changelog gnunet-0.13.1/debian/changelog --- gnunet-0.13.1/debian/changelog 2021-02-27 08:24:10.000000000 +0000 +++ gnunet-0.13.1/debian/changelog 2021-02-27 20:47:03.000000000 +0000 @@ -1,3 +1,11 @@ +gnunet (0.13.1-2ubuntu1) hirsute; urgency=low + + * Merge from Debian unstable. Remaining changes: + - d/p/mysql8_my_bool.patch: Reintroduce my_bool to fix build with MySQL 8. + (LP #1863026) + + -- Gianfranco Costamagna Sat, 27 Feb 2021 21:47:03 +0100 + gnunet (0.13.1-2) sid; urgency=medium * Uploading to sid. @@ -6,6 +14,14 @@ -- Daniel Baumann Sat, 27 Feb 2021 09:24:10 +0100 +gnunet (0.13.1-1.1ubuntu1) hirsute; urgency=low + + * Merge from Debian unstable. Remaining changes: + - d/p/mysql8_my_bool.patch: Reintroduce my_bool to fix build with MySQL 8. + (LP #1863026) + + -- Gianfranco Costamagna Wed, 25 Nov 2020 15:22:06 +0100 + gnunet (0.13.1-1.1) unstable; urgency=medium * Non-maintainer upload. @@ -13,6 +29,26 @@ -- Simon Josefsson Tue, 24 Nov 2020 09:17:37 +0100 +gnunet (0.13.1-1ubuntu2) hirsute; urgency=medium + + * No-change rebuild to build with python3.9 as default. + + -- Matthias Klose Thu, 19 Nov 2020 21:26:35 +0100 + +gnunet (0.13.1-1ubuntu1) groovy; urgency=medium + + * Merge with Debian unstable. Remaining changes: + - d/p/mysql8_my_bool.patch: Reintroduce my_bool to fix build with MySQL 8. + (LP #1863026) + [Updated DEP3 header with forwarded information, and refreshed for + this new upstream version] + * Dropped: + - d/control: request python2 explicitly, this doesn't work with py3 + yet. + [Not needed anymore] + + -- Andreas Hasenack Fri, 07 Aug 2020 11:23:38 -0300 + gnunet (0.13.1-1) unstable; urgency=medium * Update debian/watch to version 4, add a rule deal with pre and rc @@ -103,6 +139,21 @@ -- Bertrand Marc Sat, 03 Nov 2018 17:24:53 +0100 +gnunet (0.10.1-5.1ubuntu1) focal; urgency=medium + + * d/control: request python2 explicitly, this doesn't work with py3 + yet. + * d/p/mysql8_my_bool.patch: Reintroduce my_bool to fix build with MySQL 8. + (LP: #1863026) + + -- Andreas Hasenack Fri, 14 Feb 2020 19:49:34 -0300 + +gnunet (0.10.1-5.1build2) eoan; urgency=medium + + * No change rebuild for libmysqlclient21. + + -- Christian Ehrhardt Thu, 15 Aug 2019 10:49:52 +0200 + gnunet (0.10.1-5.1) unstable; urgency=high * Non-maintainer upload. diff -Nru gnunet-0.13.1/debian/patches/mysql8_my_bool.patch gnunet-0.13.1/debian/patches/mysql8_my_bool.patch --- gnunet-0.13.1/debian/patches/mysql8_my_bool.patch 1970-01-01 00:00:00.000000000 +0000 +++ gnunet-0.13.1/debian/patches/mysql8_my_bool.patch 2020-08-07 14:23:18.000000000 +0000 @@ -0,0 +1,19 @@ +Description: Reintroduce my_bool to fix build with MySQL 8 +Author: Andreas Hasenack +Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/gambas3/+bug/1863026 +Forwarded: https://bugs.gnunet.org/view.php?id=6465 +Last-Update: 2020-08-07 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +diff --git a/src/include/gnunet_mysql_lib.h b/src/include/gnunet_mysql_lib.h +index 964483024..01c3b9ee7 100644 +--- a/src/include/gnunet_mysql_lib.h ++++ b/src/include/gnunet_mysql_lib.h +@@ -32,6 +32,7 @@ + + #include "gnunet_util_lib.h" + #include ++typedef bool my_bool; + + #ifdef __cplusplus + extern "C" diff -Nru gnunet-0.13.1/debian/patches/series gnunet-0.13.1/debian/patches/series --- gnunet-0.13.1/debian/patches/series 2020-11-24 08:14:33.000000000 +0000 +++ gnunet-0.13.1/debian/patches/series 2021-02-27 15:44:21.000000000 +0000 @@ -1 +1,2 @@ 0001-Dont_copy_license_file.patch +mysql8_my_bool.patch