summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-10-29 16:12:57 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-10-29 16:12:57 -0400
commit7e35f3cf73dd5c6e4c8848217e33e2c6c8e00ed4 (patch)
tree5163d7a1610416ca018201e0003e420b382c8b17 /debian/changelog
parent3c3ebf1ba6a7e93f7fb66d375ca8c1106d99af2c (diff)
implement the other option: parallel enabled implicitly by DEB_BUILD_OPTIONS
I renamed --parallel to --max-parallel to clarify that it doesn't enable parallelism, but only controls how much of it is allowed.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog16
1 files changed, 9 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog
index 9d1f81fe..07296a9f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,13 +1,15 @@
debhelper (7.4.4) UNRELEASED; urgency=low
- * dh_auto_*: Add --parallel option that indicates the package supports
- parallel building. Then if DH_BUILD_OPTIONS contains 'parallel=N',
- and the build system supports it, parallel building is done.
* The makefile buildsystem (and derived buildsystems) now supports
- parallel building.
- * Typically, to enable parallel building, the --parallel option will
- be passed to dh. Closes: #532805
- * Thanks, Modestas Vainius for most of the work on parallel build support.
+ parallel building by default, as specified via DEB_BUILD_OPTIONS.
+ Closes: #532805
+ * dh_auto_*: Add --max-parallel option that can be used to control
+ or disable parallel building. --max-parallel=1 will disable parallel
+ building, while --max-parallel=N will limit the maximum number of
+ parallel processes that can be specified via DEB_BUILD_OPTIONS.
+ * Added some hacks to avoid warnings about unavailable jobservers when
+ debhelper runs make.
+ * Thanks, Modestas Vainius for much of the work on parallel build support.
-- Joey Hess <joeyh@debian.org> Wed, 28 Oct 2009 18:10:45 -0400