Add cmake-dbg package.

ci/unstable
Modestas Vainius 15 years ago
parent ba7301b565
commit 8d3ef94fd6

1
debian/changelog vendored

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

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

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

Loading…
Cancel
Save