From: Ben Pfaff Date: Mon, 15 Nov 2010 18:21:33 +0000 (-0800) Subject: debian: Add procps to Build-Depends. X-Git-Tag: v1.1.0~853 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=7f44e8097ece0bd8a5fc0d51d3f625b692150a8f;p=sliver-openvswitch.git debian: Add procps to Build-Depends. "make check" runs "ps" so the procps package is necessary. With this change, I was able on Friday to make the Open vSwitch Debian packages build successfully under the "sbuild" suite used by the Debian autobuilders, so I hope that this fixes at least some of the Debian buildd problems. CC: Simon Horman Debian bug #602891. --- diff --git a/debian/control b/debian/control index cae97e685..088f20a54 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Ben Pfaff , Simon Horman Build-Depends: debhelper (>= 5), autoconf (>= 2.64), automake (>= 1.10) | automake1.10, libssl-dev, pkg-config (>= 0.21), po-debconf, bzip2, openssl, python, - python-support (>= 0.8.4) + python-support (>= 0.8.4), procps Standards-Version: 3.9.1 Homepage: http://openvswitch.org/