X-Git-Url: https://git.distorted.org.uk/~mdw/runlisp/blobdiff_plain/6247b831dd0e3f9200025241ac93c14e5c1b2539..7a7d6461dfa83ad58e63f1bdb48304deb99c23fe:/debian/rules diff --git a/debian/rules b/debian/rules index da79b9e..0c0cde0 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,8 @@ #! /usr/bin/make -f -CDBS = /usr/share/cdbs/1 -include $(CDBS)/rules/debhelper.mk -include $(CDBS)/class/autotools.mk +DH_OPTIONS = -Bdebian/build +%:; dh $@ $(DH_OPTIONS) --without autoreconf -DEB_BUILDDIR = build +override_dh_auto_install: + dh_auto_install $(addprefix -O,$(DH_OPTIONS)) + rm -f debian/cfd/usr/share/info/dir