Merge lp:~ignacio-nin/percona-server/5.5-bug1002500 into lp:percona-server/5.5

Proposed by Ignacio Nin
Status: Merged
Approved by: Alexey Kopytov
Approved revision: no longer in the source branch.
Merged at revision: 576
Proposed branch: lp:~ignacio-nin/percona-server/5.5-bug1002500
Merge into: lp:percona-server/5.5
Diff against target: 28 lines (+9/-1)
2 files modified
build/debian/changelog (+8/-0)
build/debian/rules (+1/-1)
To merge this branch: bzr merge lp:~ignacio-nin/percona-server/5.5-bug1002500
Reviewer Review Type Date Requested Status
Ignacio Nin (community) Needs Resubmitting
Alexey Kopytov (community) Approve
Laurynas Biveinis (community) Needs Information
Stewart Smith Pending
Review via email: mp+176510@code.launchpad.net

Description of the change

Fix for bug #1002500

To post a comment you must log in.
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote :

Does Stewart's 5.6 review comment apply on the lower branches too?

review: Needs Information
Revision history for this message
Ignacio Nin (ignacio-nin) wrote :

Resubmitting with changes

review: Needs Resubmitting
Revision history for this message
Alexey Kopytov (akopytov) wrote :

Since PS 5.5.32-rel31.0 has already been released, the version in the changelog needs to be updated.

review: Needs Fixing
Revision history for this message
Alexey Kopytov (akopytov) :
review: Approve
Revision history for this message
Ignacio Nin (ignacio-nin) wrote :

Resubmitting with the debian changelog updated to the milestone targeted by the bug.

review: Needs Resubmitting

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'build/debian/changelog'
2--- build/debian/changelog 2013-05-27 13:46:13 +0000
3+++ build/debian/changelog 2013-09-25 16:46:46 +0000
4@@ -1,3 +1,11 @@
5+percona-server-5.5 (5.5.33-rel31.2) unstable; urgency=low
6+
7+ * Added --error-handler=: to dh_installinit in order to
8+ avoid an error when the server wouldn't start for any
9+ reasons other than bad installation.
10+
11+ -- Ignacio Nin <ignacio.nin@percona.com> Wed, 24 Jul 2013 11:20:00 -0300
12+
13 percona-server-5.5 (5.5.13-rel20.4) unstable; urgency=low
14
15 * Update versions to 5.5.13
16
17=== modified file 'build/debian/rules'
18--- build/debian/rules 2013-08-27 14:41:58 +0000
19+++ build/debian/rules 2013-09-25 16:46:46 +0000
20@@ -96,7 +96,7 @@
21 cd UDF && make DESTDIR=$(TMP) install
22
23 override_dh_installinit:
24- dh_installinit --name=mysql
25+ dh_installinit --name=mysql --error-handler=:
26
27 override_dh_strip:
28 dh_strip --dbg-package=percona-server-5.5-dbg

Subscribers

People subscribed via source and target branches