From 8ff3b2a82bb990cf4559a9d79ea221dcf5958873 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Thu, 11 Feb 2021 21:27:49 +0100 Subject: [PATCH] doc: Update debian packaging instructions MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The debian packaging instructions have been updated, so they actually work. Signed-off-by: Ondřej Surý (cherry picked from commit f36c3644e7808408433ce90691a6c106008c5315) --- doc/developer/packaging-debian.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/developer/packaging-debian.rst b/doc/developer/packaging-debian.rst index da5c60d9a1..1cca5758fd 100644 --- a/doc/developer/packaging-debian.rst +++ b/doc/developer/packaging-debian.rst @@ -30,7 +30,7 @@ buster.) .. code-block:: shell - sudo mk-build-deps --install debian/control + sudo mk-build-deps --install --remove debian/control Alternatively, you can manually install build dependencies for your platform as outlined in :ref:`building`. @@ -48,7 +48,7 @@ buster.) .. code-block:: shell - gbp-buildpackage --git-builder=debuild $options + gbp buildpackage --git-builder=debuild --git-debian-branch="$(git rev-parse --abbrev-ref HEAD)" $options Where `$options` may contain any or all of the following items: -- 2.39.5