X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/12ba664f0e69a5ca075ce63647d49a1ddcb3bfe4..02c378f34a03892e2db0277f6a9a64c1dc38b85a:/debian/rules diff --git a/debian/rules b/debian/rules index 21eca79..269f851 100755 --- a/debian/rules +++ b/debian/rules @@ -1,10 +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) -install/cfd:: +override_dh_auto_install: + make -C$(BUILDDIR) install DESTDIR=../cfd/ rm -f debian/cfd/usr/share/info/dir