|
|
@ -2,11 +2,20 @@ Source: cmake
|
|
|
|
Section: devel
|
|
|
|
Section: devel
|
|
|
|
Priority: optional
|
|
|
|
Priority: optional
|
|
|
|
Maintainer: Modestas Vainius <modax@debian.org>
|
|
|
|
Maintainer: Modestas Vainius <modax@debian.org>
|
|
|
|
Uploaders: A. Maitland Bottoms <bottoms@debian.org>, Kai Wasserbäch <curan@debian.org>,
|
|
|
|
Uploaders: A. Maitland Bottoms <bottoms@debian.org>,
|
|
|
|
Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>, Felix Geyer <fgeyer@debian.org>
|
|
|
|
Kai Wasserbäch <curan@debian.org>,
|
|
|
|
Build-Depends: debhelper (>= 9.20131104), libcurl4-openssl-dev, libexpat1-dev, zlib1g-dev,
|
|
|
|
Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>,
|
|
|
|
libncurses5-dev, libqt4-dev (>= 4.4.0), procps [!hurd-any], libarchive-dev (>= 2.8.0),
|
|
|
|
Felix Geyer <fgeyer@debian.org>
|
|
|
|
libbz2-dev, bash-completion
|
|
|
|
Build-Depends: bash-completion,
|
|
|
|
|
|
|
|
debhelper (>= 9.20131104),
|
|
|
|
|
|
|
|
libarchive-dev (>= 2.8.0),
|
|
|
|
|
|
|
|
libbz2-dev,
|
|
|
|
|
|
|
|
libcurl4-openssl-dev,
|
|
|
|
|
|
|
|
libexpat1-dev,
|
|
|
|
|
|
|
|
libncurses5-dev,
|
|
|
|
|
|
|
|
libqt4-dev (>= 4.4.0),
|
|
|
|
|
|
|
|
procps [!hurd-any],
|
|
|
|
|
|
|
|
zlib1g-dev
|
|
|
|
Standards-Version: 3.9.5
|
|
|
|
Standards-Version: 3.9.5
|
|
|
|
Vcs-Git: git://anonscm.debian.org/collab-maint/cmake.git
|
|
|
|
Vcs-Git: git://anonscm.debian.org/collab-maint/cmake.git
|
|
|
|
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/cmake.git;a=summary
|
|
|
|
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/cmake.git;a=summary
|
|
|
@ -15,9 +24,12 @@ Homepage: http://cmake.org/
|
|
|
|
Package: cmake
|
|
|
|
Package: cmake
|
|
|
|
Architecture: any
|
|
|
|
Architecture: any
|
|
|
|
Multi-Arch: foreign
|
|
|
|
Multi-Arch: foreign
|
|
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, cmake-data (= ${source:Version}), procps [!hurd-any]
|
|
|
|
Depends: cmake-data (= ${source:Version}),
|
|
|
|
Recommends: make, gcc
|
|
|
|
procps [!hurd-any],
|
|
|
|
Suggests: ninja-build, codeblocks, eclipse
|
|
|
|
${misc:Depends},
|
|
|
|
|
|
|
|
${shlibs:Depends}
|
|
|
|
|
|
|
|
Recommends: gcc, make
|
|
|
|
|
|
|
|
Suggests: codeblocks, eclipse, ninja-build
|
|
|
|
Description: cross-platform, open-source make system
|
|
|
|
Description: cross-platform, open-source make system
|
|
|
|
CMake is used to control the software compilation process using
|
|
|
|
CMake is used to control the software compilation process using
|
|
|
|
simple platform and compiler independent configuration files. CMake
|
|
|
|
simple platform and compiler independent configuration files. CMake
|
|
|
@ -44,7 +56,7 @@ Description: CMake data files (modules, templates and documentation)
|
|
|
|
|
|
|
|
|
|
|
|
Package: cmake-curses-gui
|
|
|
|
Package: cmake-curses-gui
|
|
|
|
Architecture: any
|
|
|
|
Architecture: any
|
|
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, cmake (= ${binary:Version})
|
|
|
|
Depends: cmake (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
|
|
|
|
Description: curses based user interface for CMake (ccmake)
|
|
|
|
Description: curses based user interface for CMake (ccmake)
|
|
|
|
CMake is used to control the software compilation process using simple
|
|
|
|
CMake is used to control the software compilation process using simple
|
|
|
|
platform and compiler independent configuration files. CMake generates native
|
|
|
|
platform and compiler independent configuration files. CMake generates native
|
|
|
@ -58,7 +70,7 @@ Description: curses based user interface for CMake (ccmake)
|
|
|
|
|
|
|
|
|
|
|
|
Package: cmake-qt-gui
|
|
|
|
Package: cmake-qt-gui
|
|
|
|
Architecture: any
|
|
|
|
Architecture: any
|
|
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, cmake (= ${binary:Version})
|
|
|
|
Depends: cmake (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
|
|
|
|
Provides: cmake-gui
|
|
|
|
Provides: cmake-gui
|
|
|
|
Description: Qt4 based user interface for CMake (cmake-gui)
|
|
|
|
Description: Qt4 based user interface for CMake (cmake-gui)
|
|
|
|
CMake is used to control the software compilation process using simple
|
|
|
|
CMake is used to control the software compilation process using simple
|
|
|
@ -76,10 +88,14 @@ Architecture: all
|
|
|
|
Section: doc
|
|
|
|
Section: doc
|
|
|
|
Depends: ${misc:Depends}
|
|
|
|
Depends: ${misc:Depends}
|
|
|
|
Recommends: doc-base
|
|
|
|
Recommends: doc-base
|
|
|
|
Breaks: cmake (<= 2.8.2-1), cmake-data (<= 2.8.2-1),
|
|
|
|
Breaks: cmake (<= 2.8.2-1),
|
|
|
|
cmake-curses-gui (<= 2.8.2-1), cmake-qt-gui (<= 2.8.2-1)
|
|
|
|
cmake-curses-gui (<= 2.8.2-1),
|
|
|
|
Replaces: cmake (<= 2.8.2-1), cmake-data (<= 2.8.2-1),
|
|
|
|
cmake-data (<= 2.8.2-1),
|
|
|
|
cmake-curses-gui (<= 2.8.2-1), cmake-qt-gui (<= 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
|
|
|
|
Suggests: cmake
|
|
|
|
Description: extended documentation in various formats for CMake
|
|
|
|
Description: extended documentation in various formats for CMake
|
|
|
|
CMake is used to control the software compilation process using simple
|
|
|
|
CMake is used to control the software compilation process using simple
|
|
|
@ -94,7 +110,7 @@ Package: cmake-dbg
|
|
|
|
Architecture: any
|
|
|
|
Architecture: any
|
|
|
|
Section: debug
|
|
|
|
Section: debug
|
|
|
|
Priority: extra
|
|
|
|
Priority: extra
|
|
|
|
Depends: ${misc:Depends}, cmake (= ${binary:Version})
|
|
|
|
Depends: cmake (= ${binary:Version}), ${misc:Depends}
|
|
|
|
Description: debugging symbols for CMake
|
|
|
|
Description: debugging symbols for CMake
|
|
|
|
CMake is used to control the software compilation process using simple
|
|
|
|
CMake is used to control the software compilation process using simple
|
|
|
|
platform and compiler independent configuration files. CMake generates native
|
|
|
|
platform and compiler independent configuration files. CMake generates native
|
|
|
|