From 25b74ab247aa07d58515cc398fde608c66dd390f Mon Sep 17 00:00:00 2001 From: Modestas Vainius Date: Sat, 29 May 2010 02:42:20 +0300 Subject: [PATCH] Add procps to Build-Depends and cmake Depends. cmake sometimes uses ps binary. --- debian/changelog | 5 +++++ debian/control | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1e31464ac..912f933ae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,12 @@ cmake (2.8.1-5) UNRELEASED; urgency=low + [ Kai Wasserbäch ] * 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 Thu, 27 May 2010 00:56:35 +0200 cmake (2.8.1-4) unstable; urgency=low diff --git a/debian/control b/debian/control index e857b41af..cf124b6fd 100644 --- a/debian/control +++ b/debian/control @@ -4,14 +4,14 @@ Priority: optional Maintainer: Modestas Vainius Uploaders: A. Maitland Bottoms , Kai Wasserbäch 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 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}, ${misc:Depends}, cmake-data (= ${source:Version}) +Depends: ${shlibs:Depends}, ${misc:Depends}, cmake-data (= ${source:Version}), procps Suggests: gcc, make Description: A cross-platform, open-source make system CMake is used to control the software compilation process using