[ovs-dev] [PATCH] debian: Add procps to Build-Depends.

Ben Pfaff blp at nicira.com
Mon Nov 15 18:22:00 UTC 2010


"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 <horms at verge.net.au>
Debian bug #602891.
---
I'm going to push this momentarily because it seems obvious and harmless.

 debian/control |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/control b/debian/control
index cae97e6..088f20a 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Ben Pfaff <pfaffben at debian.org>, Simon Horman <horms at debian.org>
 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/
 
-- 
1.7.1





More information about the dev mailing list