No-op wrap-and-sort.

ci/unstable
Lisandro Damián Nicanor Pérez Meyer 11 years ago
parent 49880c9b98
commit b718daf2cd

48
debian/control vendored

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

Loading…
Cancel
Save