]> git.puffer.fish Git - mirror/frr.git/commitdiff
doc: Fix path and order in debian package build doc
authorMartin Winter <mwinter@opensourcerouting.org>
Fri, 21 Dec 2018 16:30:48 +0000 (08:30 -0800)
committerMartin Winter <mwinter@opensourcerouting.org>
Fri, 21 Dec 2018 16:30:48 +0000 (08:30 -0800)
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
doc/developer/packaging-debian.rst

index 55e35c332f0fd67a7fe23d3c48770e2daf326dbd..a5834a357ff23a1ae18f003c9b87a8698bf41470 100644 (file)
@@ -10,17 +10,7 @@ buster.)
 
       sudo apt install fakeroot debhelper devscripts
 
-2. Install build dependencies using the  `mk-build-deps` tool from the
-   `devscripts` package:
-
-   .. code-block:: shell
-
-      sudo mk-build-deps --install debianpkg/control
-
-   Alternatively, you can manually install build dependencies for your
-   platform as outlined in :ref:`building`.
-
-3. Checkout FRR under an **unprivileged** user account:
+2. Checkout FRR under an **unprivileged** user account:
 
    .. code-block:: shell
 
@@ -33,6 +23,16 @@ buster.)
 
       git checkout <branch>
 
+3. Install build dependencies using the  `mk-build-deps` tool from the
+   `devscripts` package:
+
+   .. code-block:: shell
+
+      sudo mk-build-deps --install debian/control
+
+   Alternatively, you can manually install build dependencies for your
+   platform as outlined in :ref:`building`.
+
 4. Run ``tools/tarsource.sh -V``:
 
    .. code-block:: shell