Commit 51c28ee2 authored by Gert Wollny's avatar Gert Wollny
Browse files

d/rules: Don't use non-standard build dir

parent 2f6567bb
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ export DEB_LDFLAGS_MAINT_APPEND=-lniftiio
EPOCH_DATE:=$(shell date -u -d ${SOURCE_DATE_EPOCH} +%d.%m.%Y)

%:
	dh $@ --builddir=BUILD
	dh $@

binary: binary-arch binary-indep

@@ -44,7 +44,7 @@ doc-stamp: help/html/index.html dox/manual/manual.pdf
	touch $@

override_dh_auto_test:
        LD_LIBRARY_PATH=`pwd`/BUILD/bin dh_auto_test
        LD_LIBRARY_PATH=`pwd`/obj-*/bin dh_auto_test

# build-deps: doxygen, latex, dot
help/html/index.html: help/doxyfile.out