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

Proposed by Ignacio Nin
Status: Merged
Approved by: Alexey Kopytov
Approved revision: no longer in the source branch.
Merged at revision: 436
Proposed branch: lp:~ignacio-nin/percona-server/5.6-bug1002500
Merge into: lp:percona-server/5.6
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.6-bug1002500
Reviewer Review Type Date Requested Status
Ignacio Nin (community) Needs Resubmitting
Alexey Kopytov (community) Approve
Stewart Smith (community) Needs Fixing
Review via email: mp+176511@code.launchpad.net

Description of the change

Fix for bug #1002500

To post a comment you must log in.
Revision history for this message
Stewart Smith (stewart) wrote :

Please also update changelog in debian packaging. We need to get into the habit of doing this.

review: Needs Fixing
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.6.12-rel60.4 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:59:13 +0000
3+++ build/debian/changelog 2013-09-25 16:48:48 +0000
4@@ -1,3 +1,11 @@
5+percona-server-5.6 (5.6.13-rel61.0) 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.6 (5.6.5-alpha60.0) unstable; urgency=low
14
15 * Update versions to 5.6
16
17=== modified file 'build/debian/rules'
18--- build/debian/rules 2013-08-28 14:46:37 +0000
19+++ build/debian/rules 2013-09-25 16:48:48 +0000
20@@ -83,7 +83,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.6-dbg

Subscribers

People subscribed via source and target branches