Make cmake suggest cmake-doc.

Closes: #805901
This commit is contained in:
Felix Geyer 2018-02-18 12:17:42 +01:00
parent 6e41d2f679
commit 83c4a6d533
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -4,6 +4,7 @@ cmake (3.10.2-1) UNRELEASED; urgency=medium
* Disable CTestTestUpload in autopkgtest. * Disable CTestTestUpload in autopkgtest.
* Point Vcs-* control fields to the new repo on salsa. * Point Vcs-* control fields to the new repo on salsa.
* Switch to debhelper compat level 10. * Switch to debhelper compat level 10.
* Make cmake suggest cmake-doc. (Closes: #805901)
-- Felix Geyer <fgeyer@debian.org> Fri, 26 Jan 2018 17:07:25 +0100 -- Felix Geyer <fgeyer@debian.org> Fri, 26 Jan 2018 17:07:25 +0100

2
debian/control vendored
View File

@ -33,7 +33,7 @@ Depends: cmake-data (= ${source:Version}),
${misc:Depends}, ${misc:Depends},
${shlibs:Depends} ${shlibs:Depends}
Recommends: gcc, make Recommends: gcc, make
Suggests: ninja-build Suggests: cmake-doc, ninja-build
Description: cross-platform, open-source make system Description: cross-platform, open-source make system
CMake is used to control the software compilation process using CMake is used to control the software compilation process using
simple platform and compiler independent configuration files. CMake simple platform and compiler independent configuration files. CMake