From: Robert S. Edmonds Date: Fri, 9 Aug 2013 00:15:23 +0000 (-0400) Subject: debian/rules: don't bother with --parallel X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=25428dd446ec645ef6a9abbbaeaa278521e30bf5;p=packages%2Fb%2Fbup.git debian/rules: don't bother with --parallel --- diff --git a/debian/rules b/debian/rules index 936d0ac..2c2a3ca 100755 --- a/debian/rules +++ b/debian/rules @@ -1,16 +1,11 @@ #!/usr/bin/make -f %: - dh $@ --with python2 --parallel + dh $@ --with python2 override_dh_auto_configure: ./configure override_dh_auto_clean: -rm config/config.cmd config/config.h config/config.log config/config.mak config/config.md config/config.sub config/config.vars - dh_auto_clean --parallel - -override_dh_auto_test: - if [ "`dpkg-architecture -qDEB_BUILD_ARCH`" != "s390" ]; then \ - dh_auto_test --parallel; \ - fi + dh_auto_clean