From 4cc3e0c89d9c16c9a8ef0a10ff88fc72078b24c2 Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Sun, 3 Aug 2014 10:33:56 +0200 Subject: [PATCH] Suggest ninja-build as cmake provides a generator for ninja. Closes: #743229 --- debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ebb6fe4b0..1fc9bc268 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ cmake (2.8.12.1-2) UNRELEASED; urgency=medium * Add Lisandro and myself to uploaders. * Correctly pass CXXFLAGS with CPPFLAGS to bootstrap. + * Suggest ninja-build as cmake provides a generator for ninja. + (Closes: #743229) -- Felix Geyer Sun, 03 Aug 2014 10:02:57 +0200 diff --git a/debian/control b/debian/control index 88efff9f3..2ee3a6f3d 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Architecture: any Multi-Arch: foreign Depends: ${shlibs:Depends}, ${misc:Depends}, cmake-data (= ${source:Version}), procps [!hurd-any] Recommends: make, gcc -Suggests: codeblocks, eclipse +Suggests: ninja-build, codeblocks, eclipse 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