You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I was updating some of my Docker builds to use Debian 11 and ran into a dependency issue using the buster build config.
Per this Debian bug the transitional package dh-systemd no longer exists, as it has been merged into debhelper > 9.20160709. Per this ticket it appears this is available on everything except Xenial.
For anyone else trying to build on bullseye right now, I'm just doing a simple sed -i 's/dh-systemd, //g' buster/control before I run sensible-build.
The text was updated successfully, but these errors were encountered:
Hi, I was updating some of my Docker builds to use Debian 11 and ran into a dependency issue using the buster build config.
Per this Debian bug the transitional package dh-systemd no longer exists, as it has been merged into debhelper > 9.20160709. Per this ticket it appears this is available on everything except Xenial.
For anyone else trying to build on bullseye right now, I'm just doing a simple
sed -i 's/dh-systemd, //g' buster/control
before I run sensible-build.The text was updated successfully, but these errors were encountered: