Source: software-properties Version: 0.82.7.1debian1 Tags: patch Severity: wishlist
Please support parallel building by passing "--parallel" to dh(1) invocations. (further work may be needed to take advantage of multiple build threads.) -- System Information: Debian Release: 7.2 APT prefers stable APT policy: (990, 'stable'), (600, 'unstable'), (500, 'proposed-updates'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.9-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru software-properties-0.82.7.1debian1/debian/rules software-properties-0.82.7.1debian1+nmu1/debian/rules --- software-properties-0.82.7.1debian1/debian/rules 2012-03-06 09:52:04.000000000 +0000 +++ software-properties-0.82.7.1debian1+nmu1/debian/rules 2013-10-18 13:28:10.000000000 +0100 @@ -1,4 +1,4 @@ #!/usr/bin/make -f %: - dh $@ --with python2 + dh $@ --with python2 --parallel

