[Pkg-voip-commits] [portaudio19] 80/114: Disable parallel build which can lead to a build failure.

Benjamin Drung bdrung at moszumanska.debian.org
Sun Dec 25 20:05:38 UTC 2016


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

bdrung pushed a commit to branch master
in repository portaudio19.

commit 15a482ed0a0846826a2a66e4370ed0430b9d3f2e
Author: Benjamin Drung <bdrung at debian.org>
Date:   Thu Feb 24 23:50:23 2011 +0000

    Disable parallel build which can lead to a build failure.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index a2f8625..794b236 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --parallel --with autoreconf
+	dh $@ --with autoreconf
 
 override_dh_auto_clean:
 	dh_auto_clean

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/portaudio19.git



More information about the Pkg-voip-commits mailing list