#!/usr/bin/make -f export DEB_BUILD_OPTIONS += noautodbgsym %: dh $@ --with coq override_dh_auto_clean: rm -rf .pc # or the system tries to compile unpatched files! make clean rm -f _CoqProject Makefile.coq.conf .lia.cache find . -name "*.aux" -delete override_dh_auto_configure: ./configure.sh override_dh_auto_build: dh_auto_build $@