You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
114 lines
4.5 KiB
114 lines
4.5 KiB
Source: cmake
|
|
Section: devel
|
|
Priority: optional
|
|
Maintainer: Debian CMake Team <pkg-cmake-team@lists.alioth.debian.org>
|
|
Uploaders: Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>,
|
|
Felix Geyer <fgeyer@debian.org>
|
|
Build-Depends: debhelper (>= 9.20160114~),
|
|
dpkg-dev (>= 1.17.14~),
|
|
libarchive-dev (>= 2.8.0),
|
|
libbz2-dev,
|
|
libcurl4-openssl-dev | libcurl-ssl-dev,
|
|
libexpat1-dev,
|
|
libjsoncpp-dev,
|
|
liblzma-dev,
|
|
libncurses5-dev,
|
|
libuv1-dev,
|
|
procps [!hurd-any],
|
|
python-sphinx,
|
|
qtbase5-dev <!stage1>,
|
|
zlib1g-dev
|
|
Standards-Version: 3.9.6
|
|
Vcs-Git: https://anonscm.debian.org/git/pkg-cmake/cmake.git
|
|
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-cmake/cmake.git/
|
|
Homepage: https://cmake.org/
|
|
|
|
Package: cmake
|
|
Architecture: any
|
|
Multi-Arch: foreign
|
|
Pre-Depends: dpkg (>= 1.17.5~)
|
|
Depends: cmake-data (= ${source:Version}),
|
|
procps [!hurd-any],
|
|
${misc:Depends},
|
|
${shlibs:Depends}
|
|
Recommends: gcc, make
|
|
Suggests: codeblocks, eclipse, ninja-build
|
|
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
|
|
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.
|
|
|
|
Package: cmake-data
|
|
Architecture: all
|
|
Depends: ${misc:Depends}
|
|
Conflicts: emacsen-common (<< 2.0.0)
|
|
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
|
|
Pre-Depends: dpkg (>= 1.17.5~)
|
|
Depends: cmake (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
|
|
Description: curses based user interface for CMake (ccmake)
|
|
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
|
|
Build-Profiles: <!stage1>
|
|
Pre-Depends: dpkg (>= 1.17.5~)
|
|
Depends: cmake (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
|
|
Provides: cmake-gui
|
|
Description: Qt based user interface for CMake (cmake-gui)
|
|
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 Qt based GUI. Project configuration
|
|
settings may be specified interactively. Brief instructions are provided at
|
|
the bottom of the window when the program is running. The main executable
|
|
file for this GUI is "cmake-gui".
|
|
|
|
Package: cmake-doc
|
|
Architecture: all
|
|
Section: doc
|
|
Depends: ${misc:Depends}, ${sphinxdoc:Depends}, cmake-data (= ${source:Version})
|
|
Recommends: doc-base
|
|
Breaks: cmake (<= 2.8.2-1),
|
|
cmake-curses-gui (<= 2.8.2-1),
|
|
cmake-data (<= 2.8.2-1),
|
|
cmake-qt-gui (<= 2.8.2-1)
|
|
Replaces: cmake (<= 2.8.2-1),
|
|
cmake-curses-gui (<= 2.8.2-1),
|
|
cmake-data (<= 2.8.2-1),
|
|
cmake-qt-gui (<= 2.8.2-1)
|
|
Suggests: cmake
|
|
Description: extended documentation in various formats for CMake
|
|
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.
|