[nfft] 10/13: d/rules: use existing nfft build directory for building the docs.
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Sat Dec 12 14:25:00 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/experimental
in repository nfft.
commit 1bac8e3a33d4948822b2225f2314d7c6db44aea1
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Sat Dec 12 11:07:51 2015 +0000
d/rules: use existing nfft build directory for building the docs.
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 560351e..6188b24 100755
--- a/debian/rules
+++ b/debian/rules
@@ -57,7 +57,7 @@ ifneq "" "$(SYSTEM_FFTWL)"
endif
override_dh_auto_configure-indep:
- dh_auto_configure --builddirectory=build-indep -- \
+ dh_auto_configure --builddirectory=build-nfft -- \
$(COMMON_BUILD_OPTIONS) \
--enable-doxygen-doc
@@ -69,7 +69,7 @@ ifneq "" "$(SYSTEM_FFTWL)"
endif
override_dh_auto_build-indep:
- cd $(CURDIR)/build-indep && make doc
+ cd $(CURDIR)/build-nfft && make doc
override_dh_auto_install-arch:
dh_auto_install --arch --builddirectory=build-nfft \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/nfft.git
More information about the debian-science-commits
mailing list