Merge lp:~tplavcic/percona-server/bld-133-5.5 into lp:percona-server/5.5

Proposed by Tomislav Plavcic
Status: Merged
Approved by: Laurynas Biveinis
Approved revision: no longer in the source branch.
Merged at revision: 649
Proposed branch: lp:~tplavcic/percona-server/bld-133-5.5
Merge into: lp:percona-server/5.5
Diff against target: 59 lines (+21/-5) (has conflicts)
2 files modified
build-ps/debian/control (+12/-0)
build-ps/debian/rules (+9/-5)
Text conflict in build-ps/debian/rules
To merge this branch: bzr merge lp:~tplavcic/percona-server/bld-133-5.5
Reviewer Review Type Date Requested Status
Laurynas Biveinis (community) Approve
Review via email: mp+213246@code.launchpad.net

Description of the change

Package with the debug symbols was missing in the latest releases and is now added

Param build is:
http://jenkins.percona.com/view/PS%205.5/job/percona-server-5.5-param/984/

Packages with debug symbols were tested by locally making package builds and they were created.

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

Please assign fixed bugs to yourself and set bug status to Fix Committed once you MP any fix.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'build-ps/debian/control'
--- build-ps/debian/control 2014-03-20 09:21:20 +0000
+++ build-ps/debian/control 2014-03-28 12:28:10 +0000
@@ -224,3 +224,15 @@
224Description: Percona Server 5.5 source224Description: Percona Server 5.5 source
225 This package includes the source code to Percona Server as configured before225 This package includes the source code to Percona Server as configured before
226 building.226 building.
227
228Package: percona-server-5.5-dbg
229Architecture: any
230Section: debug
231Depends: percona-server-server-5.5 (= ${binary:Version}), ${misc:Depends}
232Description: Debugging package for Percona Server
233 Percona Server is a fast, stable and true multi-user, multi-threaded SQL
234 database server. SQL (Structured Query Language) is the most popular database
235 query language in the world. The main goals of Percona Server are speed,
236 robustness and ease of use.
237 .
238 This package contains the debugging symbols for the Percona Server binaries.
227\ No newline at end of file239\ No newline at end of file
228240
=== modified file 'build-ps/debian/rules'
--- build-ps/debian/rules 2014-03-20 16:11:01 +0000
+++ build-ps/debian/rules 2014-03-28 12:28:10 +0000
@@ -62,9 +62,17 @@
62 ( test -d $(builddir) || mkdir $(builddir) ) && cd $(builddir) && \62 ( test -d $(builddir) || mkdir $(builddir) ) && cd $(builddir) && \
63 sh -c 'PATH=$${MYSQL_BUILD_PATH:-"/bin:/usr/bin"} \63 sh -c 'PATH=$${MYSQL_BUILD_PATH:-"/bin:/usr/bin"} \
64 CC=$${MYSQL_BUILD_CC:-gcc} \64 CC=$${MYSQL_BUILD_CC:-gcc} \
65<<<<<<< TREE
65 CFLAGS=$${MYSQL_BUILD_CFLAGS:-"-O2 -g -fno-strict-aliasing"} \66 CFLAGS=$${MYSQL_BUILD_CFLAGS:-"-O2 -g -fno-strict-aliasing"} \
67=======
68 CFLAGS=$${MYSQL_BUILD_CFLAGS:-"-O3 -g -DBIG_JOINS=1"} \
69>>>>>>> MERGE-SOURCE
66 CXX=$${MYSQL_BUILD_CXX:-g++} \70 CXX=$${MYSQL_BUILD_CXX:-g++} \
71<<<<<<< TREE
67 CXXFLAGS=$${MYSQL_BUILD_CXXFLAGS:-"-O3 -g -felide-constructors -fno-exceptions -fno-rtti -fno-strict-aliasing"} \72 CXXFLAGS=$${MYSQL_BUILD_CXXFLAGS:-"-O3 -g -felide-constructors -fno-exceptions -fno-rtti -fno-strict-aliasing"} \
73=======
74 CXXFLAGS=$${MYSQL_BUILD_CXXFLAGS:-"-O3 -g -DBIG_JOINS=1 -felide-constructors -fno-exceptions -fno-rtti"} \
75>>>>>>> MERGE-SOURCE
68 cmake -DCMAKE_INSTALL_PREFIX=/usr \76 cmake -DCMAKE_INSTALL_PREFIX=/usr \
69 \77 \
70 -DMYSQL_UNIX_ADDR=/var/run/mysqld/mysqld.sock \78 -DMYSQL_UNIX_ADDR=/var/run/mysqld/mysqld.sock \
@@ -272,7 +280,7 @@
272 dh_installinfo -a280 dh_installinfo -a
273 dh_installlogcheck -a281 dh_installlogcheck -a
274 dh_installchangelogs -a282 dh_installchangelogs -a
275 dh_strip -a283 dh_strip -a --dbg-package=percona-server-5.5-dbg
276 dh_lintian284 dh_lintian
277 dh_link -a # .so muss nach .so.1.2.3 installier werden!285 dh_link -a # .so muss nach .so.1.2.3 installier werden!
278 dh_compress -a286 dh_compress -a
@@ -297,7 +305,3 @@
297305
298override_dh_installinit:306override_dh_installinit:
299 dh_installinit --name=mysql --error-handler=:307 dh_installinit --name=mysql --error-handler=:
300
301override_dh_strip:
302 dh_strip --dbg-package=percona-server-5.5-dbg
303

Subscribers

People subscribed via source and target branches