[flint] 01/01: --parallel isn't necessary anymore
Julien Puydt
julien.puydt at laposte.net
Fri Oct 28 16:10:58 UTC 2016
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a commit to branch master
in repository flint.
commit 122b740e824afb2a08139e57157823cc10a6760d
Author: Julien Puydt <julien.puydt at laposte.net>
Date: Fri Oct 28 18:10:55 2016 +0200
--parallel isn't necessary anymore
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 66f7594..a3065a0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ export DEB_CFLAGS_MAINT_APPEND = -ansi
endif
%:
- dh $@ --parallel
+ dh $@
# upstream Makefile has only CFLAGS, not CPPFLAGS and not even CXXFLAGS, so
# inject flags using configure. let's hope CFLAGS will always be good enough
@@ -32,7 +32,7 @@ override_dh_auto_install:
cd debian/tmp/usr/lib ; ln -sf libflint-$(VERSION).so.* libflint-$(VERSION).so
override_dh_auto_test:
- dh_auto_test --parallel -- $(MAKE_OVERRIDE)
+ dh_auto_test -- $(MAKE_OVERRIDE)
override_dh_installchangelogs:
dh_installchangelogs NEWS
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/flint.git
More information about the debian-science-commits
mailing list