diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-11-16 21:13:21 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-11-16 21:13:21 -0500 |
commit | 04a368903973a0e4d73fe13984bd4170238a86bc (patch) | |
tree | 862b5ed7f9890ad40be39bb1520b9f9bed87c747 /debian | |
parent | bea62b42b26e8ec4868a7164be34227591da3310 (diff) | |
download | debhelper-04a368903973a0e4d73fe13984bd4170238a86bc.tar.gz |
clarify
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 6b8ea919..6218b7f7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ debhelper (7.4.4) UNRELEASED; urgency=low - * The makefile buildsystem (and derived buildsystems) now supports - parallel building by default, as specified via DEB_BUILD_OPTIONS. - Closes: #532805 + * The makefile buildsystem (and derived buildsystems cmake, autoconf, etc) + now supports 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 |