]> git.michaelhowe.org Git - packages/b/bup.git/commitdiff
debian/rules: don't bother with --parallel
authorRobert S. Edmonds <edmonds@debian.org>
Fri, 9 Aug 2013 00:15:23 +0000 (20:15 -0400)
committerRobert S. Edmonds <edmonds@debian.org>
Fri, 9 Aug 2013 00:15:23 +0000 (20:15 -0400)
debian/rules

index 936d0ac345d9f8c99208c1c232c987bdd2c48e17..2c2a3caeb6551c372e13c1659862dd1c37f7832e 100755 (executable)
@@ -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