INSTALL.Linux: Don't discourage building Debian packages.
authorBen Pfaff <blp@nicira.com>
Mon, 30 Aug 2010 17:08:06 +0000 (10:08 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 30 Aug 2010 18:38:51 +0000 (11:38 -0700)
For a while the Debian packages were not well maintained or regularly used,
but we at Nicira use them all the time now.  We now aim to have them
accepted into Debian downstream, so we should at least not discourage
users from trying them out.

Signed-off-by: Ben Pfaff <blp@nicira.com>
INSTALL.Linux

index 3ae67d04ef097660ab86ed4f638ef31f81451c93..8ae7aaca72b0d8004c3aa3e091ba08d50185e2c7 100644 (file)
@@ -5,10 +5,9 @@ This document describes how to build and install Open vSwitch on a
 generic Linux host.  If you want to install Open vSwitch on a Citrix
 XenServer version 5.5.0, see INSTALL.XenServer instead.
 
-This version of Open vSwitch should be built manually with "configure"
-and "make".  Debian packaging for Open vSwitch is also included, but
-they have not been recently tested, and so Debian packages are not a
-recommended way to use this version of Open vSwitch.
+This version of Open vSwitch may be built manually with "configure"
+and "make", as described below.  You may also build Debian packages by
+running "dpkg-buildpackage".
 
 Build Requirements
 ------------------