#!/usr/bin/make -f # See debhelper(7) (uncomment to enable) # output every command that modifies files on the build system. #export DH_VERBOSE = 1 # Override Makefile defaults export TLP_ELOD=/lib/elogind/system-sleep export TLP_SDSL=/lib/systemd/system-sleep export TLP_SYSD=/lib/systemd/system export TLP_ULIB=/lib/udev export TLP_ZSHCPL=/usr/share/zsh/vendor-completions %: dh $@ override_dh_installsystemd: dh_installsystemd --package=tlp --no-start --no-restart-after-upgrade override_dh_installinit: dh_installinit --package=tlp --no-start --no-restart-after-upgrade --only-scripts -- defaults 98 01 override_dh_gencontrol: dh_gencontrol --package=tlp -- $(SUBSTVARS) dh_gencontrol --remaining-packages override_dh_installdocs: dh_installdocs --link-doc tlp