DESTDIR="${PWD}/debian/tmp" ninja -v -C build_deb install
dh_auto_install --buildsystem=pybuild --sourcedirectory manager
install -m 644 -D $(CURDIR)/manager/etc/knot-resolver/config.yml $(CURDIR)/debian/tmp/etc/knot-resolver/config.yml
+ install -m 644 -D $(CURDIR)/manager/shell-completion/kresctl.bash $(CURDIR)/debian/tmp/usr/share/bash-completion/completions/kresctl
+ install -m 644 -D $(CURDIR)/manager/shell-completion/kresctl.fish $(CURDIR)/debian/tmp/usr/share/fish/vendor_completions.d/kresctl.fish
override_dh_auto_test:
meson test -C build_deb