diff options
| author | Bernhard Schmidt <berni@debian.org> | 2020-08-16 10:33:45 +0200 |
|---|---|---|
| committer | Bernhard Schmidt <berni@debian.org> | 2020-08-16 10:33:45 +0200 |
| commit | 7ba9d08967531199c7644c963b44493f1b67454e (patch) | |
| tree | 33f0a94072995d1bb8cd8cb3f4df6863705f37ea | |
| parent | 11d1375916e221780ed3d722e8c5e83bcd575e85 (diff) | |
Set Build-Conflicts: systemctl, see Bug#959828
| -rw-r--r-- | debian/control | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/control b/debian/control index b97a723..adf3f70 100644 --- a/debian/control +++ b/debian/control @@ -18,6 +18,9 @@ Build-Depends: pkg-config, python3-docutils, systemd [linux-any] +# systemctl from src:docker-systemctl-replacement declaring Provides: systemd +# See Bug#959828 +Build-Conflicts: systemctl Standards-Version: 4.5.0 Rules-Requires-Root: no Homepage: https://openvpn.net/ |
