Make cmake recommend make and gcc rather than suggest them.

ci/unstable
Modestas Vainius 12 years ago
parent e69f0c24d4
commit 1a8939b79f

1
debian/changelog vendored

@ -1,5 +1,6 @@
cmake (2.8.9-2) UNRELEASED; urgency=low
* Make cmake recommend make and gcc rather than suggest them.
-- Modestas Vainius <modax@debian.org> Fri, 05 Oct 2012 21:00:55 +0300

2
debian/control vendored

@ -15,7 +15,7 @@ Package: cmake
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}, cmake-data (= ${source:Version}), procps [!hurd-any]
Suggests: gcc, make
Recommends: make, gcc
Description: cross-platform, open-source make system
CMake is used to control the software compilation process using
simple platform and compiler independent configuration files. CMake

Loading…
Cancel
Save