From 25428dd446ec645ef6a9abbbaeaa278521e30bf5 Mon Sep 17 00:00:00 2001 From: "Robert S. Edmonds" Date: Thu, 8 Aug 2013 20:15:23 -0400 Subject: [PATCH] debian/rules: don't bother with --parallel --- debian/rules | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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 -- 2.39.5