cmake/debian/control
Modestas Vainius fce6357ff4 Try sorting out emacsen mess once again (Closes: #481391).
Depend on emacsen-common.
old-prerm will most likely fail spewing emacsen-common error message
when upgrading from previous version but this is OK. Add a custom
prerm script which recovers from the problem and notifies the user to
ignore the error message.

Signed-off-by: Modestas Vainius <modestas@vainius.eu>
2008-10-16 11:37:42 +03:00

29 lines
1.3 KiB
Plaintext

Source: cmake
Section: devel
Priority: optional
Maintainer: A. Maitland Bottoms <bottoms@debian.org>
Uploaders: Pierre Habouzit <madcoder@debian.org>, Modestas Vainius <modestas@vainius.eu>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 6.0.7~), libncurses5-dev, tcl8.4, quilt, libcurl4-gnutls-dev
Standards-Version: 3.8.0
Vcs-Git: git://git.debian.org/git/collab-maint/cmake.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/cmake.git;a=summary
Package: cmake
Architecture: any
Depends: ${shlibs:Depends}, emacsen-common
Description: A 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.