]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Fix: CI: debian: install needed dependencies in a single command
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 21 Feb 2026 12:27:23 +0000 (09:27 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 21 Feb 2026 12:27:23 +0000 (09:27 -0300)
.gitlab-ci.yml

index 1d9fda5ff17767ea60c62dacab83d0f7b508128c..bb57e8a62ccf8a1ca5682177172bfaf095c4e6e0 100644 (file)
@@ -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