2008-10-12 18:44:02 +02:00
|
|
|
Source: cmake
|
|
|
|
Section: devel
|
|
|
|
Priority: optional
|
2015-08-22 19:10:49 +02:00
|
|
|
Maintainer: Debian CMake Team <pkg-cmake-team@lists.alioth.debian.org>
|
2015-09-20 21:01:13 +02:00
|
|
|
Uploaders: Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>,
|
2016-10-20 20:46:40 +02:00
|
|
|
Felix Geyer <fgeyer@debian.org>
|
2019-11-12 20:09:30 +01:00
|
|
|
Build-Depends: debhelper-compat (= 12),
|
2018-09-27 17:50:12 +02:00
|
|
|
freebsd-glue [kfreebsd-any],
|
2020-10-15 12:35:35 +02:00
|
|
|
libarchive-dev (>= 3.3.3),
|
2015-05-12 18:57:14 +02:00
|
|
|
libcurl4-openssl-dev | libcurl-ssl-dev,
|
2014-08-05 18:17:42 -03:00
|
|
|
libexpat1-dev,
|
2015-04-28 09:04:07 +02:00
|
|
|
libjsoncpp-dev,
|
2014-08-05 18:17:42 -03:00
|
|
|
libncurses5-dev,
|
2017-04-15 10:30:22 +02:00
|
|
|
librhash-dev,
|
2018-04-23 22:38:08 +02:00
|
|
|
libuv1-dev (>= 1.10),
|
2014-08-05 18:17:42 -03:00
|
|
|
procps [!hurd-any],
|
2020-05-09 15:40:31 +02:00
|
|
|
python3-sphinx,
|
2020-04-19 18:07:19 +02:00
|
|
|
python3-sphinxcontrib.qthelp | python3-sphinx (<< 2.0),
|
2015-08-26 17:47:47 +02:00
|
|
|
qtbase5-dev <!stage1>,
|
2015-04-29 17:08:08 +02:00
|
|
|
zlib1g-dev
|
2017-11-06 20:40:13 +01:00
|
|
|
Rules-Requires-Root: no
|
2018-01-26 17:26:50 +01:00
|
|
|
Standards-Version: 4.1.3
|
2018-01-26 17:26:27 +01:00
|
|
|
Vcs-Git: https://salsa.debian.org/cmake-team/cmake.git
|
|
|
|
Vcs-Browser: https://salsa.debian.org/cmake-team/cmake
|
2016-03-13 13:34:37 +01:00
|
|
|
Homepage: https://cmake.org/
|
2008-10-12 18:44:02 +02:00
|
|
|
|
|
|
|
Package: cmake
|
|
|
|
Architecture: any
|
2012-03-16 23:46:09 +02:00
|
|
|
Multi-Arch: foreign
|
2014-08-05 17:34:26 -03:00
|
|
|
Depends: cmake-data (= ${source:Version}),
|
|
|
|
procps [!hurd-any],
|
|
|
|
${misc:Depends},
|
|
|
|
${shlibs:Depends}
|
|
|
|
Recommends: gcc, make
|
2018-02-18 12:17:42 +01:00
|
|
|
Suggests: cmake-doc, ninja-build
|
2011-05-30 23:38:08 +03:00
|
|
|
Description: cross-platform, open-source make system
|
2008-10-12 18:44:02 +02:00
|
|
|
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. CMake is quite sophisticated: it
|
|
|
|
is possible to support complex environments requiring system
|
|
|
|
configuration, pre-processor generation, code generation, and template
|
|
|
|
instantiation.
|
|
|
|
.
|
|
|
|
CMake was developed by Kitware as part of the NLM Insight
|
|
|
|
Segmentation and Registration Toolkit project. The ASCI VIEWS project
|
|
|
|
also provided support in the context of their parallel computation
|
|
|
|
environment. Other sponsors include the Insight, VTK, and VXL open
|
|
|
|
source software communities.
|
2008-10-16 16:21:09 +03:00
|
|
|
|
|
|
|
Package: cmake-data
|
|
|
|
Architecture: all
|
2021-02-06 20:14:15 +01:00
|
|
|
Multi-Arch: foreign
|
2013-11-05 00:01:06 +02:00
|
|
|
Depends: ${misc:Depends}
|
2008-10-16 16:21:09 +03:00
|
|
|
Description: CMake data files (modules, templates and documentation)
|
|
|
|
This package provides CMake architecture independent data files (modules,
|
|
|
|
templates, documentation etc.). Unless you have cmake installed, you probably
|
|
|
|
do not need this package.
|
|
|
|
|
|
|
|
Package: cmake-curses-gui
|
|
|
|
Architecture: any
|
2014-08-05 17:34:26 -03:00
|
|
|
Depends: cmake (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
|
2010-07-12 02:10:37 +03:00
|
|
|
Description: curses based user interface for CMake (ccmake)
|
2008-10-16 16:21:09 +03:00
|
|
|
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 the CMake curses interface. Project configuration
|
|
|
|
settings may be specified interactively through this GUI. Brief instructions
|
|
|
|
are provided at the bottom of the terminal when the program is running. The
|
|
|
|
main executable file for this GUI is "ccmake".
|
|
|
|
|
|
|
|
Package: cmake-qt-gui
|
|
|
|
Architecture: any
|
2015-08-26 17:47:47 +02:00
|
|
|
Build-Profiles: <!stage1>
|
2014-08-05 17:34:26 -03:00
|
|
|
Depends: cmake (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
|
2009-09-30 20:36:57 +03:00
|
|
|
Provides: cmake-gui
|
2016-10-30 21:25:00 +01:00
|
|
|
Description: Qt based user interface for CMake (cmake-gui)
|
2008-10-16 16:21:09 +03:00
|
|
|
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.
|
|
|
|
.
|
2016-10-30 21:25:00 +01:00
|
|
|
This package provides the CMake Qt based GUI. Project configuration
|
2008-10-16 16:21:09 +03:00
|
|
|
settings may be specified interactively. Brief instructions are provided at
|
2008-11-13 10:56:56 +02:00
|
|
|
the bottom of the window when the program is running. The main executable
|
2008-10-16 16:21:09 +03:00
|
|
|
file for this GUI is "cmake-gui".
|
2010-07-02 21:01:21 +02:00
|
|
|
|
2010-07-02 21:32:45 +02:00
|
|
|
Package: cmake-doc
|
2010-07-02 21:01:21 +02:00
|
|
|
Architecture: all
|
2010-07-12 01:58:51 +03:00
|
|
|
Section: doc
|
2014-09-09 19:19:56 +02:00
|
|
|
Depends: ${misc:Depends}, ${sphinxdoc:Depends}, cmake-data (= ${source:Version})
|
2010-07-02 21:01:21 +02:00
|
|
|
Recommends: doc-base
|
2010-07-12 01:58:19 +03:00
|
|
|
Suggests: cmake
|
2010-07-12 02:10:37 +03:00
|
|
|
Description: extended documentation in various formats for CMake
|
2010-07-02 21:01:21 +02:00
|
|
|
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 additional documentation in various formats like HTML or
|
|
|
|
plain text.
|