[nfft] 08/18: d/rules: disable parallel build, fix bootstrap

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Jan 14 16:50:56 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 91a5d4d6ec1aef870d0a6fd5f6bcc56c296c317d
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Wed Jan 14 13:59:22 2015 +0000

    d/rules: disable parallel build, fix bootstrap
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 6e57cd8..80550ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,10 +3,10 @@
 DH_VERBOSE = 1
 
 %:
-	dh $@ --parallel --with autoreconf
+	dh $@ --with autoreconf
 
 override_dh_auto_configure:
-	./bootstrap
+	sh ./bootstrap.sh
 	dh_auto_configure -- --enable-openmp --enable-all
 
 override_dh_strip:

-- 
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