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>,
|
2021-09-14 18:05:41 +02:00
|
|
|
Felix Geyer <fgeyer@debian.org>,
|
|
|
|
Timo Röhling <roehling@debian.org>
|
2021-09-14 00:26:31 +02:00
|
|
|
Build-Depends: debhelper-compat (= 13),
|
2021-10-10 22:16:07 +02:00
|
|
|
cmake <cross>,
|
2018-09-27 17:50:12 +02:00
|
|
|
freebsd-glue [kfreebsd-any],
|
2021-09-25 14:33:57 +02:00
|
|
|
libarchive-dev (>= 3.3.3) <!pkg.cmake.bootstrap>,
|
|
|
|
libcurl4-openssl-dev <!pkg.cmake.bootstrap> | libcurl-ssl-dev <!pkg.cmake.bootstrap>,
|
|
|
|
libexpat1-dev <!pkg.cmake.bootstrap>,
|
|
|
|
libjsoncpp-dev <!pkg.cmake.bootstrap>,
|
2021-10-07 21:03:46 +02:00
|
|
|
libncurses5-dev <!pkg.cmake.bootstrap !pkg.cmake.nogui>,
|
2021-09-25 14:33:57 +02:00
|
|
|
librhash-dev <!pkg.cmake.bootstrap>,
|
|
|
|
libssl-dev <pkg.cmake.bootstrap>,
|
|
|
|
libuv1-dev (>= 1.10) <!pkg.cmake.bootstrap>,
|
2014-08-05 18:17:42 -03:00
|
|
|
procps [!hurd-any],
|
2021-10-10 22:16:07 +02:00
|
|
|
python3-sphinx:native,
|
|
|
|
python3-sphinxcontrib.qthelp:native,
|
2021-10-07 21:03:46 +02:00
|
|
|
qtbase5-dev <!pkg.cmake.bootstrap !pkg.cmake.nogui>,
|
2021-09-25 14:33:57 +02:00
|
|
|
zlib1g-dev <!pkg.cmake.bootstrap>
|
2021-09-23 18:48:12 +02:00
|
|
|
Build-Depends-Indep:
|
2021-09-25 14:33:57 +02:00
|
|
|
dh-elpa,
|
|
|
|
dh-sequence-sphinxdoc
|
2017-11-06 20:40:13 +01:00
|
|
|
Rules-Requires-Root: no
|
2021-09-14 00:23:47 +02:00
|
|
|
Standards-Version: 4.6.0
|
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
|
2021-09-24 22:24:25 +02:00
|
|
|
Depends: ${misc:Depends},
|
2021-09-17 15:17:38 +02:00
|
|
|
${shlibs:Depends},
|
2021-09-24 22:24:25 +02:00
|
|
|
cmake-data (= ${source:Version}),
|
|
|
|
procps [!hurd-any]
|
2014-08-05 17:34:26 -03:00
|
|
|
Recommends: gcc, make
|
2021-12-01 16:03:38 +01:00
|
|
|
Suggests: cmake-doc, ninja-build, cmake-format
|
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
|
2021-09-24 22:24:25 +02:00
|
|
|
Depends: ${misc:Depends},
|
|
|
|
${elpa: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
|
2021-10-07 21:03:46 +02:00
|
|
|
Build-Profiles: <!pkg.cmake.bootstrap !pkg.cmake.nogui>
|
2021-09-24 22:24:25 +02:00
|
|
|
Depends: ${misc:Depends},
|
|
|
|
${shlibs:Depends},
|
|
|
|
cmake (= ${binary:Version})
|
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
|
2021-10-07 21:03:46 +02:00
|
|
|
Build-Profiles: <!pkg.cmake.bootstrap !pkg.cmake.nogui>
|
2021-09-24 22:24:25 +02:00
|
|
|
Depends: ${misc:Depends},
|
2021-09-25 14:33:57 +02:00
|
|
|
${shlibs:Depends},
|
|
|
|
cmake (= ${binary:Version})
|
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
|
2021-09-25 14:33:57 +02:00
|
|
|
Build-Profiles: <!pkg.cmake.bootstrap>
|
2021-09-14 21:53:49 +02:00
|
|
|
Multi-Arch: foreign
|
2010-07-12 01:58:51 +03:00
|
|
|
Section: doc
|
2021-09-24 22:24:25 +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.
|