Merge mysql-packaging:mysql-5.7/rbasak/ubuntu/devel into mysql-packaging:mysql-5.7/debian/master

Proposed by Robie Basak
Status: Merged
Merge reported by: Robie Basak
Merged at revision: 395b2a5f155e0e0265fc41fd164717febc96a5e5
Proposed branch: mysql-packaging:mysql-5.7/rbasak/ubuntu/devel
Merge into: mysql-packaging:mysql-5.7/debian/master
Diff against target: 382 lines (+281/-4)
4 files modified
debian/changelog (+281/-1)
debian/control (+0/-1)
debian/mysql-server-5.7.install (+0/-1)
debian/rules (+0/-1)
Reviewer Review Type Date Requested Status
Andreas Hasenack (community) Approve
Review via email: mp+334689@code.launchpad.net

This proposal supersedes a proposal from 2017-12-04.

To post a comment you must log in.
Revision history for this message
Andreas Hasenack (ahasenack) wrote :

Ok, let's do this :)

Revision history for this message
Andreas Hasenack (ahasenack) wrote :

Your current d/changelog entry for this 5.7.20-1ubuntu1 update is mentioning changes that were done a long time ago in other releases. For example:
    - Dropping of patches included upstream also dropped in Debian VCS
      commit dd7b6e7:
      + debian/patches/fix_mysql_config_flags.patch
      + debian/patches/fix_test_events_2.patch

That was done in 5.7.18-1 in debian, and in 5.7.18-0ubuntu0.17.04.1 in ubuntu (according to the d/changelog file).

Revision history for this message
Andreas Hasenack (ahasenack) wrote :

Clarified the above in a hangout with Robie.

Revision history for this message
Andreas Hasenack (ahasenack) wrote :

Ok, maybe I'm making a mistake again, but I have a question about innotop.

It was dropped from debian in 5.7.18-1 (commit 699b6f8ff2005140cbb56ee47947e8c5ede85a0e in alioth):
mysql-5.7 (5.7.18-1) unstable; urgency=high (security fixes)
(...)
  [ Robie Basak ]
  * Drop innotop
    The bundled innotop util was not maintained. For details, see:
    http://lists.alioth.debian.org/pipermail/pkg-mysql-maint/2017-January/010180.html

It's not showing in our current delta (i.e., the diff of this MP), it's not in the 5.7.20-1 debian package (so it wasn't reintroduced) but it's still in ubuntu's current bionic package (5.7.20-0ubuntu0.17.10.1).

It's not in this MP, though, so it's a bit that was dropped from our delta. Should it be in d/changelog then?

Revision history for this message
Robie Basak (racb) wrote :

"git diff --name-only import/5.7.17-0ubuntu1 pkg/ubuntu/devel -- debian" doesn't show innotop. So it wasn't part of the Ubuntu delta. That innotop is present in the version currently in Bionic ("old/ubuntu") is precisely because it isn't part of the Ubuntu delta.

Debian has indeed dropped it since, and that change is being picked up in the merge. We don't note changes being adopted from Debian in the merge changelog entry in an Ubuntu package merge, so I think this it is correct that I haven't explicitly mentioned it.

When this merge is uploaded to Ubuntu, a number of changelog entries will appear from the perspective of the user, with the top one being the merge changelog entry I've written (which doesn't mention innotop). In this set of new entries, one of the entries will be the 5.7.18-1 entry written for Debian which does explain that innotop is dropped. So from the perspective of the user, the change will have correctly been logged.

Since the Ubuntu delta didn't change anything with respect to innotop and after the merge the Ubuntu delta still doesn't change anything with respect to innotop. So nothing in the Ubuntu delta relates to innotop, and so it doesn't need to be mentioned in the Ubuntu package merge changelog entry.

Revision history for this message
Andreas Hasenack (ahasenack) wrote :

Ok, I assumed our 5.7.20-0ubuntu0.17.10.1 was based on debian's 5.7.20, which no longer has innotop, so if our package has it, it must be our deelta. But that's assumption is wrong because of the tiny detail of the 0 prefix in 0ubuntu0.17.10.1, right?

Revision history for this message
Andreas Hasenack (ahasenack) wrote :

Thanks for all the explanations.

update-maintainer was run in your other branch, so that's fine too.

Since you maintain both packages (debian and ubuntu) on alioth, I don't suppose we could apply our normal git workflow to it anytime soon. It would help to have all the tagging and be able to run the lint tool on these mps.

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/changelog b/debian/changelog
2index d819a98..b0f655c 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,29 @@
6+mysql-5.7 (5.7.20-1ubuntu1) bionic; urgency=medium
7+
8+ * Merge from Debian.
9+ - Previous merge was 5.7.17-0ubuntu1.
10+ - Most changes in Ubuntu since were simply new bringing in new
11+ upstream versions. Since we're merging in from the same upstream
12+ version in Debian that Ubuntu is currently on, these are no-ops in
13+ this merge.
14+ * Remaining changes:
15+ - Revert "Build with libmecab-dev" since libmecab-dev is in
16+ universe.
17+ * Drop changes (all adopted in Debian or originally cherry-picked from
18+ Debian):
19+ - Dropping of patches included upstream also dropped in Debian VCS
20+ commit dd7b6e7:
21+ + debian/patches/fix_mysql_config_flags.patch
22+ + debian/patches/fix_test_events_2.patch
23+ - debian/mysql-server-5.7.install: added connection_control.so, also
24+ added in Debian VCS commit c77f03f.
25+ - debian/server-core.install: removed my-default.cnf, also dropped
26+ in Debian VCS commit 1363efd.
27+ - Drop debian/patches/removedojo.patch, also dropped in Debian VCS
28+ commit 1324dae.
29+
30+ -- Robie Basak <robie.basak@ubuntu.com> Mon, 04 Dec 2017 15:35:52 +0000
31+
32 mysql-5.7 (5.7.20-1) unstable; urgency=high (security fixes)
33
34 [ Lars Tangvald ]
35@@ -17,6 +43,18 @@ mysql-5.7 (5.7.20-1) unstable; urgency=high (security fixes)
36
37 -- Robie Basak <robie.basak@canonical.com> Thu, 30 Nov 2017 12:31:24 +0000
38
39+mysql-5.7 (5.7.20-0ubuntu0.17.10.1) artful-security; urgency=medium
40+
41+ * SECURITY UPDATE: Update to 5.7.20 to fix security issues
42+ - CVE-2017-10155, CVE-2017-10165, CVE-2017-10167, CVE-2017-10227,
43+ CVE-2017-10268, CVE-2017-10276, CVE-2017-10283, CVE-2017-10286,
44+ CVE-2017-10294, CVE-2017-10311, CVE-2017-10313, CVE-2017-10314,
45+ CVE-2017-10320, CVE-2017-10379, CVE-2017-10384
46+ * Removed patches included in new version:
47+ - debian/patches/fix_failing_test.patch
48+
49+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Wed, 18 Oct 2017 12:59:08 -0400
50+
51 mysql-5.7 (5.7.19-1) unstable; urgency=high (security fixes)
52
53 * Imported upstream version 5.7.19 to fix security issues:
54@@ -37,6 +75,20 @@ mysql-5.7 (5.7.19-1) unstable; urgency=high (security fixes)
55
56 -- Lars Tangvald <lars.tangvald@oracle.com> Thu, 20 Jul 2017 18:21:38 +0200
57
58+mysql-5.7 (5.7.19-0ubuntu1) artful; urgency=medium
59+
60+ * SECURITY UPDATE: Update to 5.7.19 to fix security issues
61+ - CVE-2017-3529, CVE-2017-3633, CVE-2017-3634, CVE-2017-3635,
62+ CVE-2017-3637, CVE-2017-3638, CVE-2017-3639, CVE-2017-3640,
63+ CVE-2017-3641, CVE-2017-3642, CVE-2017-3643, CVE-2017-3644,
64+ CVE-2017-3645, CVE-2017-3647, CVE-2017-3648, CVE-2017-3649,
65+ CVE-2017-3650, CVE-2017-3651, CVE-2017-3652, CVE-2017-3653
66+ * Removed patches included in new version:
67+ - debian/patches/removedojo.patch
68+ - fix_test_mysql_not_windows.patch
69+
70+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Tue, 01 Aug 2017 08:02:22 -0400
71+
72 mysql-5.7 (5.7.18-1) unstable; urgency=high (security fixes)
73
74 [ Lars Tangvald ]
75@@ -68,6 +120,38 @@ mysql-5.7 (5.7.18-1) unstable; urgency=high (security fixes)
76
77 -- Lars Tangvald <lars.tangvald@oracle.com> Wed, 19 Apr 2017 07:23:52 +0200
78
79+mysql-5.7 (5.7.18-0ubuntu2) artful; urgency=medium
80+
81+ * No-change rebuild against libevent-core-2.1-6
82+
83+ -- Steve Langasek <steve.langasek@ubuntu.com> Mon, 31 Jul 2017 01:29:15 +0000
84+
85+mysql-5.7 (5.7.18-0ubuntu1) artful; urgency=medium
86+
87+ * Fixed failing test main.mysql_not_windows
88+ The test was failing because it expected the os limit on open
89+ files to be less than 1M, but on Artful it's 1048576.
90+ Patch ups the value to 10M.
91+
92+ -- Lars Tangvald <lars.tangvald@oracle.com> Fri, 19 May 2017 07:55:55 +0200
93+
94+mysql-5.7 (5.7.18-0ubuntu0.17.04.1) zesty-security; urgency=medium
95+
96+ * SECURITY UPDATE: Update to 5.7.18 to fix security issues
97+ - CVE-2017-3308, CVE-2017-3309, CVE-2017-3329, CVE-2017-3331,
98+ CVE-2017-3450, CVE-2017-3453, CVE-2017-3454, CVE-2017-3455,
99+ CVE-2017-3456, CVE-2017-3457, CVE-2017-3458, CVE-2017-3459,
100+ CVE-2017-3460, CVE-2017-3461, CVE-2017-3462, CVE-2017-3463,
101+ CVE-2017-3464, CVE-2017-3465, CVE-2017-3467, CVE-2017-3468,
102+ CVE-2017-3599, CVE-2017-3600
103+ * Removed patches included in new version:
104+ - debian/patches/fix_mysql_config_flags.patch
105+ - debian/patches/fix_test_events_2.patch
106+ * debian/mysql-server-5.7.install: added connection_control.so
107+ * debian/server-core.install: removed my-default.cnf
108+
109+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Wed, 26 Apr 2017 07:22:12 -0400
110+
111 mysql-5.7 (5.7.17-1) unstable; urgency=high (security fixes)
112
113 [ Bjoern Boschman ]
114@@ -95,6 +179,18 @@ mysql-5.7 (5.7.17-1) unstable; urgency=high (security fixes)
115
116 -- Lars Tangvald <lars.tangvald@oracle.com> Wed, 01 Feb 2017 01:12:18 +0100
117
118+mysql-5.7 (5.7.17-0ubuntu1) zesty; urgency=medium
119+
120+ * Merge from Debian VCS 8305cfa. Remaining changes:
121+ - Revert "Build with libmecab-dev" since libmecab-dev is in
122+ universe.
123+ * Additional changes picked up from Debian VCS since 5.7.16-2:
124+ - [4a72d12] Merge new upstream release 5.7.17.
125+ - [8305cfa] d/p/fix_mysql_config_flags.patch: update due to context
126+ changes upstream.
127+
128+ -- Lars Tangvald <lars.tangvald@oracle.com> Mon, 16 Jan 2017 13:07:55 +0100
129+
130 mysql-5.7 (5.7.16-2) unstable; urgency=medium
131
132 * Fix the test main.grant_user_lock when run as root
133@@ -121,7 +217,29 @@ mysql-5.7 (5.7.16-2) unstable; urgency=medium
134
135 -- Lars Tangvald <lars.tangvald@oracle.com> Tue, 03 Jan 2017 07:44:43 +0100
136
137-mysql-5.7 (5.7.16-1) unstable; urgency=high (security fixes)
138+mysql-5.7 (5.7.16-0ubuntu2) zesty; urgency=medium
139+
140+ * Merge from Debian VCS a733d9a. Remaining changes:
141+ - Revert "Build with libmecab-dev" since libmecab-dev is in
142+ universe.
143+ * Drop changes (adopted in Debian):
144+ - Drop obsolete initscripts dependency.
145+ - Replace removed config options from 5.5 and old 5.6 installations.
146+ - Remove patches included in new release.
147+ - debian/rules: new version no longer ships unit.pl.
148+ - Fix copy of soft-link datadir to /var/lib/mysql-upgrade if it already
149+ exists there.
150+ - Add support for custom datadir to systemd service.
151+ - Build with DWITH_LZ4=system.
152+ - Change mysql-testsuite dependency from python to libjson-perl.
153+ - Set perl to include working dir for d/tests/upstream tests.
154+ - Escape special characters in password.
155+ - Removed always-false check on purge in postrm.
156+ - Added sbuild/dep8 instructions to maintainer readme.
157+
158+ -- Robie Basak <robie.basak@ubuntu.com> Tue, 01 Nov 2016 14:34:01 +0000
159+
160+mysql-5.7 (5.7.16-1) UNRELEASED; urgency=high (security fixes)
161
162 * Imported upstream version 5.7.16 to fix security issues:
163 - http://www.oracle.com/technetwork/security-advisory/cpuoct2016-2881722.html
164@@ -133,6 +251,14 @@ mysql-5.7 (5.7.16-1) unstable; urgency=high (security fixes)
165
166 -- Lars Tangvald <lars.tangvald@oracle.com> Fri, 21 Oct 2016 08:59:56 +0200
167
168+mysql-5.7 (5.7.16-0ubuntu1) zesty; urgency=medium
169+
170+ * SECURITY UPDATE: Update to 5.7.16 to fix security issues
171+ - CVE-2016-5584
172+ - CVE-2016-7440
173+
174+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Tue, 25 Oct 2016 12:04:29 -0400
175+
176 mysql-5.7 (5.7.15-1) unstable; urgency=medium
177
178 [ Bjoern Boschman ]
179@@ -185,6 +311,90 @@ mysql-5.7 (5.7.15-1) unstable; urgency=medium
180
181 -- Lars Tangvald <lars.tangvald@oracle.com> Wed, 05 Oct 2016 13:10:56 +0200
182
183+mysql-5.7 (5.7.15-0ubuntu2) yakkety; urgency=medium
184+
185+ * Add working dir to perl lib path for dep8 upstream.
186+ New versions of perl will no longer automatically include working dir in
187+ the path. This was causing the mtr suite to fail to start.
188+ * Change mysql-testsuite dependency from python to libjson-perl.
189+ Tests written in python were rewritten in perl, so testsuite no longer
190+ depends on python, but tests fail if libjson-perl is missing.
191+ * Build with DWITH_LZ4=system
192+ If the flag is not set the package will be built with a bundled liblz4
193+ instead of the one provided by the liblz4-dev build-dep.
194+ * Add support for custom datadir to systemd service (LP: #1574782)
195+ The service was reporting errors if no database was found in /var/lib/mysql
196+ It will now check the path specified in the config
197+ * Fix support for soft-link datadir (LP: #1474212)
198+ Upgrading more than once when datadir is soft-link was causing errors
199+ * Escape special characters in password (LP: #1598992)
200+ The password string was not escaped, causing SQL errors if certain special
201+ characters such as apostrophes were included.
202+ * Removed always-false check on purge in postrm (LP: #1602945)
203+ Users were never seeing the query to remove data on a package purge
204+
205+ -- Lars Tangvald <lars.tangvald@oracle.com> Fri, 16 Sep 2016 22:23:41 +0200
206+
207+mysql-5.7 (5.7.15-0ubuntu1) yakkety; urgency=medium
208+
209+ * SECURITY UPDATE: Update to 5.7.15 to fix security issues
210+ - CVE-2016-6662
211+ * Removed patches included in new release:
212+ - debian/patches/fix-mtr-search-paths.patch
213+ - debian/patches/mysql-atomic.patch
214+ - debian/patches/mysql-atomic-link.patch
215+ - debian/patches/mysql-atomic-innodb.patch
216+ - debian/patches/allowemptyport.patch
217+ * debian/rules: new version no longer ships unit.pl.
218+
219+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 15 Sep 2016 08:05:22 -0400
220+
221+mysql-5.7 (5.7.13-0ubuntu4) yakkety; urgency=medium
222+
223+ * Check that /etc/mysql/my.cnf.migrated exists before attempting to
224+ amend it, so that it is properly idempotent. This fixes a postinst
225+ failure in some known edge cases where the version match still
226+ passes. Cherry-picked from Debian VCS 8672b6b.
227+
228+ -- Robie Basak <robie.basak@ubuntu.com> Thu, 14 Jul 2016 14:14:56 +0100
229+
230+mysql-5.7 (5.7.13-0ubuntu3) yakkety; urgency=medium
231+
232+ * Automatically replace removed config options from 5.5 and old 5.6
233+ installations (LP: #1571865). Cherry-picked from Debian VCS ef3f92b.
234+ Thanks to Lars Tangvald.
235+
236+ -- Robie Basak <robie.basak@ubuntu.com> Tue, 12 Jul 2016 17:45:00 +0100
237+
238+mysql-5.7 (5.7.13-0ubuntu2) yakkety; urgency=medium
239+
240+ * Drop obsolete initscripts dependency. Backported from Debian packaging
241+ git. (Closes: #804992)
242+
243+ -- Martin Pitt <martin.pitt@ubuntu.com> Thu, 23 Jun 2016 08:33:04 +0200
244+
245+mysql-5.7 (5.7.13-0ubuntu1) yakkety; urgency=medium
246+
247+ * Ubuntu merge from Debian VCS 1cdae6c. Remaining changes:
248+ - Revert "Build with libmecab-dev" since libmecab-dev is in
249+ universe.
250+ * Drop changes:
251+ - mysql-server-5.7: depend on apparmor (>= 2.10) for Trusty upgrade
252+ path (all upgrade paths go through Xenial; in hindsight this
253+ should have been a Breaks anyway).
254+ - Upstreamed to Debian:
255+ + d/p/allowemptyport.patch: update corresponding test
256+ + postinst: ignore mysql_upgrade's exit status 2
257+ + Export my_make_scrambled_password
258+ + Client commands in postinst should ignore custom config
259+ + Enable setting password for existing database if it was empty
260+ + Quote $rootpw correctly
261+ + Add libnuma-dev, libaio-dev to libmysqld-dev deps
262+ + d/p/fix-man-page-links.patch: drop (fixed upstream)
263+ + Add d/NEWS
264+
265+ -- Robie Basak <robie.basak@ubuntu.com> Tue, 14 Jun 2016 16:15:59 +0100
266+
267 mysql-5.7 (5.7.13-1~exp1) experimental; urgency=medium
268
269 * Update to new upstream version 5.7.13. This includes major packaging
270@@ -222,6 +432,76 @@ mysql-5.7 (5.7.13-1~exp1) experimental; urgency=medium
271
272 -- Robie Basak <robie.basak@canonical.com> Fri, 15 Jul 2016 03:15:14 +0200
273
274+mysql-5.7 (5.7.12-0ubuntu2) yakkety; urgency=medium
275+
276+ * No change rebuild to fix miscompilation on s390x. LP: #1572613
277+
278+ -- Dimitri John Ledkov <xnox@ubuntu.com> Tue, 26 Apr 2016 13:11:50 +0100
279+
280+mysql-5.7 (5.7.12-0ubuntu1) xenial-security; urgency=medium
281+
282+ * SECURITY UPDATE: Update to 5.7.12 to fix security issues (LP: #1572559)
283+ - http://www.oracle.com/technetwork/security-advisory/cpuapr2016v3-2985753.html
284+ - CVE-2016-0639
285+ - CVE-2016-0642
286+ - CVE-2016-0643
287+ - CVE-2016-0647
288+ - CVE-2016-0648
289+ - CVE-2016-0655
290+ - CVE-2016-0657
291+ - CVE-2016-0659
292+ - CVE-2016-0662
293+ - CVE-2016-0666
294+ - CVE-2016-0667
295+ - CVE-2016-2047
296+ * d/p/fix-manpage-links.patch: drop (fixed upstream).
297+ * Add NEWS entry missed from my previous upload.
298+
299+ -- Robie Basak <robie.basak@ubuntu.com> Thu, 21 Apr 2016 12:05:40 +0100
300+
301+mysql-5.7 (5.7.11-0ubuntu6) xenial; urgency=medium
302+
303+ [ Lars Tangvald ]
304+ * Added patch for exporting my_make_scrambled_password to fix
305+ pure-ftpd FTBFS.
306+ * Client commands in d/postinst will ignore custom config (LP:
307+ #1567695)
308+ * Enable changing root password on install if previous db had empty
309+ (LP: #1567098)
310+
311+ [ Robie Basak ]
312+ * d/mysql-server-5.7.postinst: quote "$rootpw" correctly.
313+ * d/control: add libnuma-dev and libaio-dev to libmysqld-dev
314+ dependencies, since these are required according to "mysql_config
315+ --libmysqld-libs". This fixes FTBFS of packages that use
316+ libmysqld-dev.
317+
318+ -- Robie Basak <robie.basak@ubuntu.com> Wed, 13 Apr 2016 17:34:08 +0100
319+
320+mysql-5.7 (5.7.11-0ubuntu5) xenial; urgency=medium
321+
322+ * d/mysql-server-5.7.postinst: ignore mysql_upgrade's exit status when
323+ it is one that includes the indication that there is nothing to do
324+ (LP: #1566406).
325+
326+ -- Robie Basak <robie.basak@ubuntu.com> Thu, 07 Apr 2016 11:58:28 +0100
327+
328+mysql-5.7 (5.7.11-0ubuntu4) xenial; urgency=medium
329+
330+ * d/p/allowemptyport.patch: update corresponding test.
331+
332+ -- Robie Basak <robie.basak@ubuntu.com> Wed, 06 Apr 2016 12:48:52 +0100
333+
334+mysql-5.7 (5.7.11-0ubuntu3) xenial; urgency=medium
335+
336+ * Ubuntu upload from Debian VCS c17404a.
337+ * FFe update to MySQL 5.7 (LP: #1528583).
338+ * Revert "Build with libmecab-dev" since libmecab-dev is in universe.
339+ * mysql-server-5.7: depend on apparmor (>= 2.10) for Trusty upgrade
340+ path.
341+
342+ -- Robie Basak <robie.basak@ubuntu.com> Wed, 16 Mar 2016 14:01:31 +0000
343+
344 mysql-5.6 (5.6.28-1) unstable; urgency=medium
345
346 [ Robie Basak ]
347diff --git a/debian/control b/debian/control
348index 8dbcdd6..a84cb1a 100644
349--- a/debian/control
350+++ b/debian/control
351@@ -19,7 +19,6 @@ Build-Depends: bison,
352 libevent-dev,
353 libjson-perl,
354 liblz4-dev (>= 0.0~r131),
355- libmecab-dev,
356 libncurses5-dev (>= 5.0-6),
357 libnuma-dev [amd64 arm64 i386 mips mips64el mipsel powerpc ppc64el],
358 libwrap0-dev (>= 7.6-8.3),
359diff --git a/debian/mysql-server-5.7.install b/debian/mysql-server-5.7.install
360index c7751ec..bc2d037 100644
361--- a/debian/mysql-server-5.7.install
362+++ b/debian/mysql-server-5.7.install
363@@ -26,7 +26,6 @@ usr/lib/mysql/plugin/connection_control.so
364 usr/lib/mysql/plugin/innodb_engine.so
365 usr/lib/mysql/plugin/keyring_file.so
366 usr/lib/mysql/plugin/libmemcached.so
367-usr/lib/mysql/plugin/libpluginmecab.so
368 usr/lib/mysql/plugin/locking_service.so
369 usr/lib/mysql/plugin/mypluglib.so
370 usr/lib/mysql/plugin/mysql_no_login.so
371diff --git a/debian/rules b/debian/rules
372index 7057198..d22b4ec 100755
373--- a/debian/rules
374+++ b/debian/rules
375@@ -92,7 +92,6 @@ configure-stamp:
376 -DWITH_EDITLINE=system \
377 -DWITH_LIBEVENT=system \
378 -DWITH_SSL=bundled \
379- -DWITH_MECAB=system \
380 -DWITH_BOOST=../boost \
381 -DCOMPILATION_COMMENT="($(DISTRIBUTION))" \
382 -DMYSQL_SERVER_SUFFIX="-$(DEBVERSION)" \

Subscribers

People subscribed via source and target branches

to all changes: