diff options
| author | Martin Winter <mwinter@opensourcerouting.org> | 2018-12-21 08:30:48 -0800 |
|---|---|---|
| committer | Martin Winter <mwinter@opensourcerouting.org> | 2018-12-21 08:30:48 -0800 |
| commit | 42a23b996d20c3cd3f8cb0f60f3593a045700ff6 (patch) | |
| tree | 2c5228443badcc6a7f8391bdf716c6aa07ba2a29 | |
| parent | 2c982b0f8f492e1cd575f77d724b3ddb7f6e797a (diff) | |
doc: Fix path and order in debian package build doc
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
| -rw-r--r-- | doc/developer/packaging-debian.rst | 22 |
1 files changed, 11 insertions, 11 deletions
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 <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 |
