From c232b4f862e178065796d39454a1200f05506369 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 31 May 2013 15:56:44 +0000 Subject: [PATCH] ps was not installed. However, it is necessary for lldb tests. Thanks to Daniel Malea for the patch --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 1f102880..fad4a063 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 9.0), flex, bison, dejagnu, tcl8.5, expect, lsb-release, patchutils, diffstat, xz-utils, chrpath, python-dev, libedit-dev, swig, python-sphinx, ocaml-nox, binutils-dev, libcloog-isl-dev, libisl-dev (>= 0.11.1), binutils-gold [amd64 armel armhf i386 powerpc powerpcspe ppc64 sparc sparc64 x32], - lcov + lcov, procps Build-Conflicts: oprofile, ocaml Standards-Version: 3.9.4 Homepage: http://www.llvm.org/