From 8d3ef94fd6ecd12c32316141e0fa3782e551c348 Mon Sep 17 00:00:00 2001 From: Modestas Vainius Date: Mon, 12 Jul 2010 01:54:03 +0300 Subject: [PATCH] Add cmake-dbg package. --- debian/changelog | 1 + debian/control | 13 +++++++++++++ debian/rules | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 610d37812..dde94c9fc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,7 @@ cmake (2.8.2-2) UNRELEASED; urgency=low * Build with CTEST_USE_XMLRPC to re-enable XMLRPC support in CTest and add fix-CTestTestFailedSubmit-xmlrpc.diff patch to fix a (wrongly) failing test in that case. + * Add cmake-dbg package. -- Kai Wasserbäch Fri, 02 Jul 2010 21:32:17 +0200 diff --git a/debian/control b/debian/control index 96e8f2704..721a9d46d 100644 --- a/debian/control +++ b/debian/control @@ -87,3 +87,16 @@ Description: Extended documentation in various formats for CMake . This package provides additional documentation in various formats like HTML or plain text. + +Package: cmake-dbg +Architecture: any +Section: debug +Priority: extra +Depends: ${misc:Depends}, cmake (= ${binary:Version}) +Description: debugging symbols for CMake + CMake is used to control the software compilation process using simple + platform and compiler independent configuration files. CMake generates native + makefiles and workspaces that can be used in the compiler environment of your + choice. + . + This package provides CMake debugging symbols. diff --git a/debian/rules b/debian/rules index f7434da82..1d1ec08a1 100755 --- a/debian/rules +++ b/debian/rules @@ -34,6 +34,6 @@ override_dh_auto_clean: rm -f $(BUILD_FLAGS_FILE) %: - dh --parallel --builddirectory=Build $@ + dh --parallel --builddirectory=Build --dbg-package=cmake-dbg $@ .PHONY: override_dh_auto_configure override_dh_auto_clean