X-Git-Url: https://git.distorted.org.uk/~mdw/cfd/blobdiff_plain/6247b831dd0e3f9200025241ac93c14e5c1b2539..f74ba2bb507cfeadd5518d5468c7ab7281b581b7:/debian/rules?ds=sidebyside diff --git a/debian/rules b/debian/rules index da79b9e..269f851 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,9 @@ #! /usr/bin/make -f -CDBS = /usr/share/cdbs/1 -include $(CDBS)/rules/debhelper.mk -include $(CDBS)/class/autotools.mk +BUILDDIR = debian/build -DEB_BUILDDIR = build +%:; dh $@ --builddirectory=$(BUILDDIR) + +override_dh_auto_install: + make -C$(BUILDDIR) install DESTDIR=../cfd/ + rm -f debian/cfd/usr/share/info/dir