From d6f8da4382a47a57a61b3cb6d0dd23c4a1e1ce58 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 5 May 2024 20:42:27 +0200 Subject: Using update-alternatives to handle /usr/bin/nsupdate. Signed-off-by: Daniel Baumann --- debian/rules | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 6d138a6..855cb17 100755 --- a/debian/rules +++ b/debian/rules @@ -164,6 +164,13 @@ override_dh_install: mv debian/dnsutils/usr/share/man/man1/dig.1 debian/dnsutils/usr/share/man/man1/dig.bind9.1; \ fi + # update-alternatives: nsupdate + if [ -e debian/dnsutils/usr/bin/nsupdate ]; \ + then \ + mv debian/dnsutils/usr/bin/nsupdate debian/dnsutils/usr/bin/nsupdate.bind9; \ + mv debian/dnsutils/usr/share/man/man1/nsupdate.1 debian/dnsutils/usr/share/man/man1/nsupdate.bind9.1; \ + fi + override_dh_systemd_enable: dh_systemd_enable -pbind9 --no-enable --name=bind9-resolvconf bind9-resolvconf.service dh_systemd_enable -pbind9 --no-enable --name=bind9-pkcs11 bind9-pkcs11.service -- cgit v1.2.3