[frobby] 01/05: debian/rules: Disable parallel builds (Closes: #873426).

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Aug 28 00:16:06 UTC 2017


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository frobby.

commit 72f29e3b6cb921babbf7a8a8aad4ca710f4a5711
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Sun Aug 27 19:42:20 2017 -0400

    debian/rules: Disable parallel builds (Closes: #873426).
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index e53b16f..bc9fa02 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 export DEB_LDFLAGS_MAINT_APPEND=-Wl,-soname,libfrobby.so.0
 
 %:
-	dh $@
+	dh $@ --no-parallel
 
 override_dh_auto_build:
 	dh_auto_build -- all library doc develDoc \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/frobby.git



More information about the debian-science-commits mailing list