From: Martin Winter Date: Fri, 21 Dec 2018 16:30:48 +0000 (-0800) Subject: doc: Fix path and order in debian package build doc X-Git-Tag: frr-6.0.1~1^2~1 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=42a23b996d20c3cd3f8cb0f60f3593a045700ff6;p=mirror%2Ffrr.git doc: Fix path and order in debian package build doc Signed-off-by: Martin Winter --- diff --git a/doc/developer/packaging-debian.rst b/doc/developer/packaging-debian.rst index 55e35c332f..a5834a357f 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