[med-svn] [Git][med-team/elastix][master] d/rules: Don't use non-standard build dir
Gert Wollny
gitlab at salsa.debian.org
Sun Dec 23 16:21:04 GMT 2018
Gert Wollny pushed to branch master at Debian Med / elastix
Commits:
51c28ee2 by Gert Wollny at 2018-12-23T16:20:05Z
d/rules: Don't use non-standard build dir
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
@@ -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
View it on GitLab: https://salsa.debian.org/med-team/elastix/commit/51c28ee2934320f13a7b81aab900f20ccb48610b
--
View it on GitLab: https://salsa.debian.org/med-team/elastix/commit/51c28ee2934320f13a7b81aab900f20ccb48610b
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20181223/d044b4c8/attachment.html>
More information about the debian-med-commit
mailing list