[Pkg-voip-commits] r8802 - /portaudio19/trunk/debian/rules
bdrung at alioth.debian.org
bdrung at alioth.debian.org
Thu Feb 24 23:50:23 UTC 2011
Author: bdrung
Date: Thu Feb 24 23:50:23 2011
New Revision: 8802
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8802
Log:
Disable parallel build which can lead to a build failure.
Modified:
portaudio19/trunk/debian/rules
Modified: portaudio19/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/portaudio19/trunk/debian/rules?rev=8802&op=diff
==============================================================================
--- portaudio19/trunk/debian/rules (original)
+++ portaudio19/trunk/debian/rules Thu Feb 24 23:50:23 2011
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@ --parallel --with autoreconf
+ dh $@ --with autoreconf
override_dh_auto_clean:
dh_auto_clean
More information about the Pkg-voip-commits
mailing list