From: Silvio Rhatto Date: Sat, 21 Feb 2026 12:27:23 +0000 (-0300) Subject: Fix: CI: debian: install needed dependencies in a single command X-Git-Tag: 0.7.0~3 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=465009c2021174ce6e4da8f601a55f01b03f8058;p=keyringer.git Fix: CI: debian: install needed dependencies in a single command --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1d9fda5..bb57e8a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,7 +38,7 @@ debian: # Install dependencies - apt-get update - apt-get install -y git - - apt-get install -y git-buildpackage lintian piuparts + - apt-get install -y git-buildpackage lintian piuparts build-essential debhelper # Build the package - git fetch --all @@ -46,7 +46,6 @@ debian: - git checkout debian - git branch --set-upstream-to=origin/debian debian - git pull - - apt-get install -y build-essential debhelper - apt-get build-dep keyringer - gbp buildpackage --git-ignore-new --git-upstream-signatures=no --git-no-sign-tags -us -uc