From: Evgeny Vereshchagin Date: Mon, 3 May 2021 22:31:55 +0000 (+0000) Subject: github: remove the dh-* packages X-Git-Tag: lxc-5.0.0~180^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72f83931b3227f1e54bc44b48342795e5159a073;p=thirdparty%2Flxc.git github: remove the dh-* packages We don't build any packages there so it seems we don't need those packages any more. Apart from that, it should make the script work on Ubuntu Hirsute where dh-systemd was merged into debhelper and is no longer available. Signed-off-by: Evgeny Vereshchagin --- diff --git a/.github/workflows/sanitizers.sh b/.github/workflows/sanitizers.sh index 2bb69b02c..927d9a693 100755 --- a/.github/workflows/sanitizers.sh +++ b/.github/workflows/sanitizers.sh @@ -13,9 +13,8 @@ apt-get update -qq apt-get install --yes --no-install-recommends \ apparmor automake autoconf bash-completion bridge-utils build-essential \ busybox-static clang cloud-image-utils curl dbus debhelper debootstrap \ - devscripts dh-apparmor dh-autoreconf dh-systemd dnsmasq-base \ - docbook2x doxygen ed fakeroot file gcc gnupg graphviz git iptables \ - net-tools libapparmor-dev libcap-dev libgnutls28-dev liblua5.2-dev \ + devscripts dnsmasq-base docbook2x doxygen ed fakeroot file gcc gnupg graphviz \ + git iptables net-tools libapparmor-dev libcap-dev libgnutls28-dev liblua5.2-dev \ libpam0g-dev libseccomp-dev libselinux1-dev libtool linux-libc-dev \ llvm lsb-release make openssl pkg-config python3-all-dev \ python3-setuptools rsync squashfs-tools uidmap unzip uuid-runtime \