X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/6247b831dd0e3f9200025241ac93c14e5c1b2539..3351d1310a0e1c554fd0f798a4eb993d4a6f46d5:/debian/rules diff --git a/debian/rules b/debian/rules index da79b9ed..4cf60b1b 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 = --parallel -Bdebian/build +%:; dh $@ $(DH_OPTIONS) -DEB_BUILDDIR = build +override_dh_auto_install: + dh_auto_install $(addprefix -O,$(DH_OPTIONS)) + rm -f debian/cfd/usr/share/info/dir