Add cmake-dbg package.

This commit is contained in:
Modestas Vainius 2010-07-12 01:54:03 +03:00
parent ba7301b565
commit 8d3ef94fd6
3 changed files with 15 additions and 1 deletions

1
debian/changelog vendored
View File

@ -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 <debian@carbon-project.org> Fri, 02 Jul 2010 21:32:17 +0200

13
debian/control vendored
View File

@ -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.

2
debian/rules vendored
View File

@ -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