]> git.donarmstrong.com Git - debhelper.git/commit
support unlimited parallel jobs
authorJoey Hess <joey@gnu.kitenet.net>
Thu, 29 Oct 2009 23:45:06 +0000 (19:45 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Thu, 29 Oct 2009 23:48:51 +0000 (19:48 -0400)
commitdb49690fa990eab385d1e6844c285b22c2219f30
treebe3872e2888aa019f55a1d9f5032ee02a5e53b45
parenta4a29fb6c4ae999ff732a0b9479a767f685cad2f
support unlimited parallel jobs

dpkg-buildpackage -j sets DEB_BUILD_OPTIONS=parallel=-1. Policy does not
cover this but the intent is to allow unlimited parallel jobs.

Also, there is no longer any way for parallel to be set to undef, so remove
code to handle that.
Debian/Debhelper/Buildsystem.pm
Debian/Debhelper/Buildsystem/makefile.pm
Debian/Debhelper/Dh_Buildsystems.pm