summaryrefslogtreecommitdiff
path: root/INSTALL.Debian.rst
diff options
context:
space:
mode:
authorMauricio Vasquez <mauricio.vasquez@polito.it>2016-10-31 23:12:08 -0500
committerRussell Bryant <russell@ovn.org>2016-11-01 08:45:44 -0400
commitdc76953f753943af6a9591c9898e3c651d8617b3 (patch)
treef9223390b423e7e72032fd16e712b2cc5889fd2e /INSTALL.Debian.rst
parent76e671eade402048c8050f383f72fd71e977f83b (diff)
downloadopenvswitch-dc76953f753943af6a9591c9898e3c651d8617b3.tar.gz
doc: fix duplicated colons in rst documents
Signed-off-by: Mauricio Vasquez B <mauricio.vasquez@polito.it> Signed-off-by: Russell Bryant <russell@ovn.org>
Diffstat (limited to 'INSTALL.Debian.rst')
-rw-r--r--INSTALL.Debian.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/INSTALL.Debian.rst b/INSTALL.Debian.rst
index 4947af1c3..6086b827b 100644
--- a/INSTALL.Debian.rst
+++ b/INSTALL.Debian.rst
@@ -50,7 +50,7 @@ Git tree with these instructions.
You do not need to be the superuser to build the Debian packages.
-1. Install the "build-essential" and "fakeroot" packages. For example:::
+1. Install the "build-essential" and "fakeroot" packages. For example::
$ apt-get install build-essential fakeroot
@@ -66,17 +66,17 @@ 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. Build the package:::
+4. Build the package::
$ fakeroot debian/rules binary
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:::
+ build::
$ DEB_BUILD_OPTIONS='parallel=8' fakeroot debian/rules binary
- If you are in a big hurry, you can even skip the unit tests:::
+ If you are in a big hurry, you can even skip the unit tests::
$ DEB_BUILD_OPTIONS='parallel=8 nocheck' fakeroot debian/rules binary
@@ -85,7 +85,7 @@ install some dependencies, it will tell you which ones.
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:::
+ To fix the problem, run::
$ fakeroot debian/rules clean