test: change replication test to use unix domain socket
[cascardo/ovs.git] / INSTALL.Debian.md
index 59e0c97..84c42c0 100644 (file)
@@ -3,7 +3,7 @@ How to Build Debian Packages for Open vSwitch
 
 This document describes how to build Debian packages for Open vSwitch.
 To install Open vSwitch on Debian without building Debian packages,
-see [INSTALL](INSTALL.md) instead.
+see [INSTALL.md] instead.
 
 These instructions should also work on Ubuntu and other Debian
 derivative distributions.
@@ -56,6 +56,15 @@ You do not need to be the superuser to build the Debian packages.
 
        `DEB_BUILD_OPTIONS='parallel=8 nocheck' fakeroot debian/rules binary`
 
+   (There are a few pitfalls in the Debian packaging building system
+   so that, occasionally, you may find that in a tree that you have
+   using for a while, the build command above exits immediately
+   without actually building anything.  To fix the problem, run
+
+       `fakeroot debian/rules clean`
+
+   or start over from a fresh copy of the source tree.)
+
 5. The generated .deb files will be in the parent directory of the
    Open vSwitch source distribution.
 
@@ -89,3 +98,4 @@ Bug Reporting
 
 Please report problems to bugs@openvswitch.org.
 
+[INSTALL.md]:INSTALL.md