From de0e845dddb21e3d363585592c3188521bbd86d4 Mon Sep 17 00:00:00 2001 From: Martin Winter Date: Fri, 21 Dec 2018 08:30:48 -0800 Subject: [PATCH] doc: Fix path and order in debian package build doc Signed-off-by: Martin Winter --- doc/developer/packaging-debian.rst | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/developer/packaging-debian.rst b/doc/developer/packaging-debian.rst index 9358310378..c660f98680 100644 --- a/doc/developer/packaging-debian.rst +++ b/doc/developer/packaging-debian.rst @@ -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 +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 -- 2.39.5