Provisioning: Install debhelper-compat to Ubuntu 22.04

We need this to be able to create some dependency debian packages.

Change-Id: Ic4f3259f8bf29fa19c10394b63634f1512db47bc
Reviewed-by: Aku Pietikäinen <aku.pietikainen@qt.io>
Reviewed-by: Tero Heikkinen <tero.heikkinen@qt.io>
(cherry picked from commit bee5ded33b)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Simo Fält
2025-12-16 09:44:45 +02:00
committed by Qt Cherry-pick Bot
parent 03f6468edc
commit 82ba6e4754

View File

@@ -227,6 +227,8 @@ installPackages+=(bridge-utils)
# For Debian packaging
installPackages+=(sbuild)
installPackages+=(ubuntu-dev-tools)
# To create deb package out of openapi-generator-cli.jar
installPackages+=(debhelper-compat)
# cifs-utils, for mounting smb drive
installPackages+=(keyutils)
installPackages+=(cifs-utils)