]> git.proxmox.com Git - mirror_ovs.git/commitdiff
Fix documentation error that led user to wrong file to install dependency packages.
authorKirkland Spector <kspector@salesforce.com>
Tue, 15 Jul 2014 16:48:20 +0000 (09:48 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 15 Jul 2014 16:57:11 +0000 (09:57 -0700)
Signed-off-by: Kirkland Spector <kspector@salesforce.com>
Acked-by: Andrey Falko <afalko@salesforce.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
AUTHORS
INSTALL.Debian

diff --git a/AUTHORS b/AUTHORS
index 82966732485a1d27affd899596dc05f86b3fb56c..38c68fac6613857f1ca36a33b7124792099ee38e 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -218,6 +218,7 @@ John Hurley             john.hurley@netronome.com
 Kevin Mancuso           kevin.mancuso@rackspace.com
 Kiran Shanbhog          kiran@vmware.com
 Kirill Kabardin
+Kirkland Spector        kspector@salesforce.com
 Koichi Yagishita        yagishita.koichi@jrc.co.jp
 Konstantin Khorenko     khorenko@openvz.org
 Kris zhang              zhang.kris@gmail.com
index 68c12acc2bd1ed3a13beea62aeffad6944b374c9..34251a1b501984e1e409d67efd6d7eb5c96f6f93 100644 (file)
@@ -34,20 +34,21 @@ You do not need to be the superuser to build the Debian packages.
    its top level directory.
 
 3. Install the build dependencies listed under "Build-Depends:" near
-   the top of debian/rules.  You can install these any way you like,
+   the top of debian/control.  You can install these any way you like,
    e.g. with "apt-get install".
 
-   Check your work by running "dpkg-checkbuilddeps".  If you've
-   installed all the dependencies properly, dpkg-checkbuilddeps will
-   exit without printing anything.  If you forgot to install some
-   dependencies, it will tell you which ones.
+   Check your work by running "dpkg-checkbuilddeps" in the top level of
+   your ovs directory.  If you've installed all the dependencies
+   properly, dpkg-checkbuilddeps will exit without printing anything.
+   If you forgot to install some dependencies, it will tell you which ones.
 
 4. Run:
 
        fakeroot debian/rules binary
 
-   This will do a serial build that runs the unit tests.  If you
-   prefer, you can run a faster parallel build, e.g.:
+   This will do a serial build that runs the unit tests. This will take
+   approximately 8 to 10 minutes. If you prefer, you can run a faster
+   parallel build, e.g.:
 
        DEB_BUILD_OPTIONS='parallel=8' fakeroot debian/rules binary