#!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 BASEDIR=`pwd`/debian/aspell-gu override_dh_auto_configure: ./configure override_dh_md5sums: dh_md5sums -Xvar/lib/aspell override_dh_install: gzip -n -9c gu.cwl > $(BASEDIR)/usr/share/aspell/gu.cwl.gz touch $(BASEDIR)/var/lib/aspell/gu.compat touch $(BASEDIR)/var/lib/aspell/gu.rws dh_installdirs installdeb-aspell dh_install %: dh $@