Commit 182de58e authored by Otto Kekäläinen's avatar Otto Kekäläinen
Browse files

Add gdb to build-deps as suggested in #627208 to get automatic stack traces

parent 26c811e0
...@@ -22,6 +22,7 @@ mariadb-10.0 (10.0.23-2) UNRELEASED; urgency=low ...@@ -22,6 +22,7 @@ mariadb-10.0 (10.0.23-2) UNRELEASED; urgency=low
in mysql-5.6 packaging commit id 16a64e810e28f1d0b66ede274cd4c2b1a425fecb in mysql-5.6 packaging commit id 16a64e810e28f1d0b66ede274cd4c2b1a425fecb
* Unmask the systemd mysql.service if left behind by a mysql-server-5.6 * Unmask the systemd mysql.service if left behind by a mysql-server-5.6
installation, otherwise the MariaDB service would remain masked too. installation, otherwise the MariaDB service would remain masked too.
* Add gdb to build-deps as suggested in #627208 to get automatic stack traces
-- Otto Kekäläinen <otto@seravo.fi> Mon, 28 Dec 2015 09:51:36 +0200 -- Otto Kekäläinen <otto@seravo.fi> Mon, 28 Dec 2015 09:51:36 +0200
......
...@@ -8,6 +8,7 @@ Build-Depends: bison, ...@@ -8,6 +8,7 @@ Build-Depends: bison,
cmake, cmake,
debhelper (>= 9), debhelper (>= 9),
dh-apparmor, dh-apparmor,
gdb,
libaio-dev [linux-any], libaio-dev [linux-any],
libboost-dev, libboost-dev,
libjemalloc-dev [linux-any], libjemalloc-dev [linux-any],
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment