Merge ~mkukri/ubuntu/+source/kannel:merge into ubuntu/+source/kannel:debian/sid

Proposed by Mate Kukri
Status: Merged
Merge reported by: Mate Kukri
Merged at revision: 10e1f8e71fe07320974ed32a7f86f924b3ece9ba
Proposed branch: ~mkukri/ubuntu/+source/kannel:merge
Merge into: ubuntu/+source/kannel:debian/sid
Diff against target: 117 lines (+69/-1)
4 files modified
debian/changelog (+47/-0)
debian/control (+2/-1)
debian/patches/mysql8_my_bool.patch (+19/-0)
debian/patches/series (+1/-0)
Reviewer Review Type Date Requested Status
Simon Quigley (community) Approve
Review via email: mp+458071@code.launchpad.net

Commit message

Merge with Debian sid.
* Rebased single Ubuntu change (MySQL 8 still looks relevant).
* Local test build is okay.

To post a comment you must log in.
Revision history for this message
Simon Quigley (tsimonq2) wrote :

+1, let's keep this delta through the LTS.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/debian/changelog b/debian/changelog
index 6d8e3bf..2d518f1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
1kannel (1.4.5-13ubuntu1) noble; urgency=medium
2
3 * Merge with Debian unstable. Remaining changes:
4 - d/p/mysql8_my_bool.patch: Reintroduce my_bool to fix build with MySQL 8.
5 (LP #1863026)
6
7 -- Mate Kukri <mate.kukri@canonical.com> Fri, 05 Jan 2024 10:41:05 +0000
8
1kannel (1.4.5-13) unstable; urgency=medium9kannel (1.4.5-13) unstable; urgency=medium
210
3 * Disable PCRE support, as PCRE3 will go away from Debian (Closes: #1000133)11 * Disable PCRE support, as PCRE3 will go away from Debian (Closes: #1000133)
@@ -26,6 +34,28 @@ kannel (1.4.5-10) unstable; urgency=medium
2634
27 -- Chris Hofstaedtler <zeha@debian.org> Tue, 05 Oct 2021 08:26:39 +000035 -- Chris Hofstaedtler <zeha@debian.org> Tue, 05 Oct 2021 08:26:39 +0000
2836
37kannel (1.4.5-9ubuntu2) jammy; urgency=medium
38
39 * No-change rebuild against openssl3
40
41 -- Simon Chopin <simon.chopin@canonical.com> Fri, 03 Dec 2021 14:33:51 +0100
42
43kannel (1.4.5-9ubuntu1) hirsute; urgency=medium
44
45 * Merge with Debian unstable. Remaining changes:
46 - d/p/mysql8_my_bool.patch: Reintroduce my_bool to fix build with MySQL 8.
47 (LP #1863026)
48 * Dropped:
49 - Disable PostScript documentation generation to fix the build now
50 that ImageMagick PostScript conversion is no longer permitted
51 (LP #1838425).
52 [Included in Debian as of 1.4.5-7]
53 - Drop Build-Depends-Indep on imagemagick since it is no longer
54 required following the above change.
55 [Included in Debian as of 1.4.5-7]
56
57 -- Bryce Harrington <bryce@canonical.com> Tue, 15 Dec 2020 08:56:28 -0800
58
29kannel (1.4.5-9) unstable; urgency=medium59kannel (1.4.5-9) unstable; urgency=medium
3060
31 * Fix FTBFS with gcc-10 by hiding some local symbols (Closes: #957396)61 * Fix FTBFS with gcc-10 by hiding some local symbols (Closes: #957396)
@@ -60,6 +90,23 @@ kannel (1.4.5-6) unstable; urgency=medium
6090
61 -- Chris Hofstaedtler <zeha@debian.org> Thu, 28 Nov 2019 10:06:57 +000091 -- Chris Hofstaedtler <zeha@debian.org> Thu, 28 Nov 2019 10:06:57 +0000
6292
93kannel (1.4.5-3ubuntu2) focal; urgency=medium
94
95 * d/p/mysql8_my_bool.patch: Reintroduce my_bool to fix build with MySQL 8.
96 (LP: #1863026)
97
98 -- Andreas Hasenack <andreas@canonical.com> Thu, 13 Feb 2020 13:28:28 -0300
99
100kannel (1.4.5-3ubuntu1) eoan; urgency=medium
101
102 * Disable PostScript documentation generation to fix the build now
103 that ImageMagick PostScript conversion is no longer permitted
104 (LP: #1838425).
105 * Drop Build-Depends-Indep on imagemagick since it is no required following
106 the above change.
107
108 -- Robie Basak <robie.basak@ubuntu.com> Wed, 31 Jul 2019 12:59:05 +0000
109
63kannel (1.4.5-5) unstable; urgency=medium110kannel (1.4.5-5) unstable; urgency=medium
64111
65 * d/copyright: update file wildcards112 * d/copyright: update file wildcards
diff --git a/debian/control b/debian/control
index 231e535..9baf90c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,8 @@
1Source: kannel1Source: kannel
2Section: net2Section: net
3Priority: optional3Priority: optional
4Maintainer: Chris Hofstaedtler <zeha@debian.org>4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5XSBC-Original-Maintainer: Chris Hofstaedtler <zeha@debian.org>
5Build-Depends: autoconf,6Build-Depends: autoconf,
6 automake,7 automake,
7 debhelper-compat (= 12),8 debhelper-compat (= 12),
diff --git a/debian/patches/mysql8_my_bool.patch b/debian/patches/mysql8_my_bool.patch
8new file mode 1006449new file mode 100644
index 0000000..a3becb4
--- /dev/null
+++ b/debian/patches/mysql8_my_bool.patch
@@ -0,0 +1,19 @@
1Description: Reintroduce my_bool to fix build with MySQL 8
2Author: Andreas Hasenack <andreas@canonical.com>
3Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/gambas3/+bug/1863026
4Forwarded: no
5Last-Update: 2020-02-12
6---
7This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
8diff --git a/gwlib/dbpool_mysql.c b/gwlib/dbpool_mysql.c
9index b64b5e2..da244d5 100644
10--- a/gwlib/dbpool_mysql.c
11+++ b/gwlib/dbpool_mysql.c
12@@ -65,6 +65,7 @@
13
14 #ifdef HAVE_MYSQL
15 #include <mysql.h>
16+typedef bool my_bool;
17 #include <mysqld_error.h>
18
19
diff --git a/debian/patches/series b/debian/patches/series
index 85e04a2..6194d9e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -13,3 +13,4 @@
1340_strip_date_from_version_report_string.patch1340_strip_date_from_version_report_string.patch
1450_disable-ps-docs.patch1450_disable-ps-docs.patch
1560_libxml2_detect.patch1560_libxml2_detect.patch
16mysql8_my_bool.patch

Subscribers

People subscribed via source and target branches