Changeset: b79f3dc67f49 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b79f3dc67f49 Modified Files: buildtools/ChangeLog.Oct2014 debian/control debian/rules Branch: Oct2014 Log Message:
Also provide debug packages for Debian and Ubuntu. This fixes bug 3661. diffs (50 lines): diff --git a/buildtools/ChangeLog.Oct2014 b/buildtools/ChangeLog.Oct2014 --- a/buildtools/ChangeLog.Oct2014 +++ b/buildtools/ChangeLog.Oct2014 @@ -1,3 +1,6 @@ # ChangeLog file for buildtools # This file is updated with Maddlog +* Tue Feb 3 2015 Sjoerd Mullender <[email protected]> +- We now also create debug packages for Debian and Ubuntu. + diff --git a/debian/control b/debian/control --- a/debian/control +++ b/debian/control @@ -324,3 +324,16 @@ Description: Native MonetDB client Pytho program. This package is for Python version 3. If you want to use Python version 2, you need python-monetdb. +Package: monetdb-dbg +Architecture: any +Section: debug +Priority: extra +Depends: ${misc:Depends} +Description: Debugging symbols for monetdb packages + MonetDB is a database management system that is developed from a + main-memory perspective with use of a fully decomposed storage model, + automatic index management, extensibility of data types and search + accelerators. It also has an SQL frontend. + . + This package contains the debugging symbols for all monetdb binary + packages. diff --git a/debian/rules b/debian/rules --- a/debian/rules +++ b/debian/rules @@ -64,7 +64,8 @@ override_dh_auto_configure: --with-samtools=yes \ --with-sphinxclient=no \ --with-unixodbc=yes \ - --with-valgrind=no + --with-valgrind=no \ + X_CFLAGS=-g # currently the test suite fails override_dh_auto_test: @@ -79,3 +80,6 @@ override_dh_python2: override_dh_python3: dh_python3 clients/python3 + +override_dh_strip: + dh_strip --dbg-package=monetdb-dbg _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
