Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debian 11 Dependency Issue #17

Open
chrismeller opened this issue Sep 21, 2021 · 1 comment
Open

Debian 11 Dependency Issue #17

chrismeller opened this issue Sep 21, 2021 · 1 comment

Comments

@chrismeller
Copy link

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.

@WhoAmI0501
Copy link

From my current point of view, this is meanwhile solved in the code. I removed the hint from the README in #24.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants