#!/usr/bin/make -f export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: dh $@ --parallel --with systemd override_dh_auto_configure: dh_auto_configure -- -Wno-dev \ -DENABLE_TESTING=OFF override_dh_installinit: dh_installinit --name=kdm override_dh_installlogrotate: dh_installlogrotate --name kdm