File debian.rules of Package autorandr

#!/usr/bin/make -f

export DH_COMPAT=5

install: build
	dh_testdir
	dh_testroot
	dh_clean -k
	dh_installdirs

	make install DESTDIR="/usr/src/packages/BUILD/debian/autorandr" TARGETS="autorandr systemd udev autostart_config bash_completion" BASH_COMPLETIONS_DIR=/usr/share/bash-completion/completions SYSTEMD_UNIT_DIR=/lib/systemd/system UDEV_RULES_DIR=/lib/udev/rules.d/

override_dh_auto_install: install

%:
	dh $@
openSUSE Build Service is sponsored by