#!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 build-indep: build-indep-stamp build-indep-stamp: dh_testdir touch $@ build-arch: build: build-indep build-arch clean: dh_testdir dh_testroot rm -f *-stamp dh_clean install-indep: dh_testdir dh_testroot dh_prep dh_installdirs cp *.el debian/select-xface/usr/share/select-xface/ install-arch: install: install-indep install-arch binary-indep: build-indep install-indep dh_testdir dh_testroot dh_installdocs dh_installemacsen --priority 52 dh_installchangelogs ChangeLog dh_compress dh_fixperms dh_installdeb dh_gencontrol dh_md5sums dh_builddeb binary-arch: binary: binary-indep binary-arch .PHONY: build-indep build-arch build clean binary-indep binary-arch binary install-indep install-arch install