Add procps to Build-Depends and cmake Depends.
cmake sometimes uses ps binary.
This commit is contained in:
parent
87f4187d0a
commit
25b74ab247
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -1,7 +1,12 @@
|
|||||||
cmake (2.8.1-5) UNRELEASED; urgency=low
|
cmake (2.8.1-5) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
[ Kai Wasserbäch ]
|
||||||
* debian/control: added myself to Uploaders with Modestas' permission.
|
* debian/control: added myself to Uploaders with Modestas' permission.
|
||||||
|
|
||||||
|
[ Modestas Vainius ]
|
||||||
|
* Add procps to Build-Depends and cmake Depends. cmake sometimes uses ps
|
||||||
|
binary.
|
||||||
|
|
||||||
-- Kai Wasserbäch <debian@carbon-project.org> Thu, 27 May 2010 00:56:35 +0200
|
-- Kai Wasserbäch <debian@carbon-project.org> Thu, 27 May 2010 00:56:35 +0200
|
||||||
|
|
||||||
cmake (2.8.1-4) unstable; urgency=low
|
cmake (2.8.1-4) unstable; urgency=low
|
||||||
|
4
debian/control
vendored
4
debian/control
vendored
@ -4,14 +4,14 @@ Priority: optional
|
|||||||
Maintainer: Modestas Vainius <modax@debian.org>
|
Maintainer: Modestas Vainius <modax@debian.org>
|
||||||
Uploaders: A. Maitland Bottoms <bottoms@debian.org>, Kai Wasserbäch <debian@carbon-project.org>
|
Uploaders: A. Maitland Bottoms <bottoms@debian.org>, Kai Wasserbäch <debian@carbon-project.org>
|
||||||
Build-Depends: debhelper (>= 7.3), libcurl4-gnutls-dev, libxmlrpc-c3-dev, libexpat1-dev, zlib1g-dev,
|
Build-Depends: debhelper (>= 7.3), libcurl4-gnutls-dev, libxmlrpc-c3-dev, libexpat1-dev, zlib1g-dev,
|
||||||
libncurses5-dev, libqt4-dev (>= 4.4.0)
|
libncurses5-dev, libqt4-dev (>= 4.4.0), procps
|
||||||
Standards-Version: 3.8.4
|
Standards-Version: 3.8.4
|
||||||
Vcs-Git: git://git.debian.org/git/collab-maint/cmake.git
|
Vcs-Git: git://git.debian.org/git/collab-maint/cmake.git
|
||||||
Vcs-Browser: http://git.debian.org/?p=collab-maint/cmake.git;a=summary
|
Vcs-Browser: http://git.debian.org/?p=collab-maint/cmake.git;a=summary
|
||||||
|
|
||||||
Package: cmake
|
Package: cmake
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, cmake-data (= ${source:Version})
|
Depends: ${shlibs:Depends}, ${misc:Depends}, cmake-data (= ${source:Version}), procps
|
||||||
Suggests: gcc, make
|
Suggests: gcc, make
|
||||||
Description: A cross-platform, open-source make system
|
Description: A 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user