2008-10-12 18:44:02 +02:00
|
|
|
Source: cmake
|
|
|
|
Section: devel
|
|
|
|
Priority: optional
|
2010-03-17 18:18:58 +02:00
|
|
|
Maintainer: Modestas Vainius <modax@debian.org>
|
2011-01-25 16:09:44 +01:00
|
|
|
Uploaders: A. Maitland Bottoms <bottoms@debian.org>, Kai Wasserbäch <curan@debian.org>
|
2012-02-19 13:43:28 +02:00
|
|
|
Build-Depends: debhelper (>= 9), libcurl4-gnutls-dev, libexpat1-dev, zlib1g-dev,
|
2011-06-01 22:35:09 +03:00
|
|
|
libncurses5-dev, libqt4-dev (>= 4.4.0), procps [!hurd-any], libarchive-dev (>= 2.8.0),
|
|
|
|
libxmlrpc-core-c3-dev | libxmlrpc-c3-dev
|
2011-06-01 22:36:10 +03:00
|
|
|
Standards-Version: 3.9.2
|
2011-06-01 22:37:09 +03:00
|
|
|
Vcs-Git: git://anonscm.debian.org/git/collab-maint/cmake.git
|
|
|
|
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/cmake.git;a=summary
|
2010-07-02 15:21:17 +02:00
|
|
|
Homepage: http://cmake.org/
|
2008-10-12 18:44:02 +02:00
|
|
|
|
|
|
|
Package: cmake
|
|
|
|
Architecture: any
|
2011-06-09 00:38:58 +03:00
|
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, cmake-data (= ${source:Version}), procps [!hurd-any]
|
2010-05-05 11:32:53 +03:00
|
|
|
Suggests: gcc, make
|
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
|
2009-08-21 21:57:45 +03:00
|
|
|
Depends: emacsen-common, ${misc:Depends}
|
2008-10-16 16:21:09 +03:00
|
|
|
Replaces: cmake (<= 2.6.2-1)
|
2010-06-30 10:33:30 +03:00
|
|
|
Breaks: cmake (<= 2.6.2-1)
|
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
|
2009-08-21 21:57:45 +03:00
|
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, cmake (= ${binary:Version})
|
2008-10-16 16:21:09 +03:00
|
|
|
Replaces: cmake (<= 2.6.2-1)
|
2010-06-30 10:33:30 +03:00
|
|
|
Breaks: cmake (<= 2.6.2-1)
|
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
|
2009-08-21 21:57:45 +03:00
|
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, cmake (= ${binary:Version})
|
2009-09-30 20:36:57 +03:00
|
|
|
Provides: cmake-gui
|
2008-10-16 16:21:09 +03:00
|
|
|
Description: Qt4 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 Qt4 based GUI. Project configuration
|
|
|
|
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
|
2010-07-02 21:01:21 +02:00
|
|
|
Depends: ${misc:Depends}
|
|
|
|
Recommends: doc-base
|
2010-07-02 21:51:45 +02:00
|
|
|
Breaks: cmake (<= 2.8.2-1), cmake-data (<= 2.8.2-1),
|
|
|
|
cmake-curses-gui (<= 2.8.2-1), cmake-qt-gui (<= 2.8.2-1)
|
|
|
|
Replaces: cmake (<= 2.8.2-1), cmake-data (<= 2.8.2-1),
|
|
|
|
cmake-curses-gui (<= 2.8.2-1), cmake-qt-gui (<= 2.8.2-1)
|
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.
|
2010-07-12 01:54:03 +03:00
|
|
|
|
|
|
|
Package: cmake-dbg
|
|
|
|
Architecture: any
|
|
|
|
Section: debug
|
|
|
|
Priority: extra
|
|
|
|
Depends: ${misc:Depends}, cmake (= ${binary:Version})
|
|
|
|
Description: debugging symbols 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 CMake debugging symbols.
|