diff -pruN 3.052-3/debian/changelog 3.052-3ubuntu1/debian/changelog
--- 3.052-3/debian/changelog	2020-02-21 20:38:28.000000000 +0000
+++ 3.052-3ubuntu1/debian/changelog	2020-02-21 20:38:28.000000000 +0000
@@ -1,3 +1,16 @@
+mysqltcl (3.052-3ubuntu1) focal; urgency=medium
+
+  * d/p/mysql8_my_bool.patch: Reintroduce my_bool to fix build with MySQL 8.
+    (LP: #1863026)
+
+ -- Andreas Hasenack <andreas@canonical.com>  Fri, 14 Feb 2020 11:36:30 -0300
+
+mysqltcl (3.052-3build2) eoan; urgency=medium
+
+  * No change rebuild for libmysqlclient21.
+
+ -- Robie Basak <robie.basak@ubuntu.com>  Mon, 12 Aug 2019 12:02:39 +0000
+
 mysqltcl (3.052-3) unstable; urgency=medium
 
   * Set Vcs-* URLs to a https based one.
diff -pruN 3.052-3/debian/control 3.052-3ubuntu1/debian/control
--- 3.052-3/debian/control	2020-02-21 20:38:28.000000000 +0000
+++ 3.052-3ubuntu1/debian/control	2020-02-21 20:38:28.000000000 +0000
@@ -1,7 +1,8 @@
 Source: mysqltcl
 Section: database
 Priority: optional
-Maintainer: Sven Hoexter <hoexter@debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Sven Hoexter <hoexter@debian.org>
 Build-Depends: debhelper-compat (= 11), tcl-dev, default-libmysqlclient-dev, quilt
 Standards-Version: 4.2.1
 Homepage: http://www.xdobry.de/mysqltcl/
diff -pruN 3.052-3/debian/patches/mysql8_my_bool.patch 3.052-3ubuntu1/debian/patches/mysql8_my_bool.patch
--- 3.052-3/debian/patches/mysql8_my_bool.patch	1970-01-01 00:00:00.000000000 +0000
+++ 3.052-3ubuntu1/debian/patches/mysql8_my_bool.patch	2020-02-21 20:38:28.000000000 +0000
@@ -0,0 +1,19 @@
+Description: Reintroduce my_bool to fix build with MySQL 8
+Author: Andreas Hasenack <andreas@canonical.com>
+Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/gambas3/+bug/1863026
+Forwarded: no
+Last-Update: 2020-02-12
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+diff --git a/generic/mysqltcl.c b/generic/mysqltcl.c
+index 53195b9..f7f50c0 100755
+--- a/generic/mysqltcl.c
++++ b/generic/mysqltcl.c
+@@ -41,6 +41,7 @@
+ 
+ #include <tcl.h>
+ #include <mysql.h>
++typedef bool my_bool;
+ 
+ #include <errno.h>
+ #include <string.h>
diff -pruN 3.052-3/debian/patches/series 3.052-3ubuntu1/debian/patches/series
--- 3.052-3/debian/patches/series	2020-02-21 20:38:28.000000000 +0000
+++ 3.052-3ubuntu1/debian/patches/series	2020-02-21 20:38:28.000000000 +0000
@@ -1,3 +1,4 @@
 man-section
 tcl.m4_gnu_non_linux_ld_settings
 man-hyphen-and-spelling
+mysql8_my_bool.patch
