#!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ override_dh_auto_configure: dh_auto_configure -- $(shell dpkg-buildflags --export=configure) # Upstream installs documentation unsuitable for Debian. Also, the .a and .la files # should be removed. override_dh_auto_install: dh_auto_install rm -rf debian/lcas-plugins-check-executable/usr/lib/lcas/*.*a rm -rf debian/lcas-plugins-check-executable/usr/share/doc/lcas-plugins-check-executable-* override_dh_installchangelogs: dh_installchangelogs ChangeLog