summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-11-23 13:54:31 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-11-23 13:54:31 -0500
commit23ffaf8d5b6ac116b3f489c30fb57d32b1ca9c0f (patch)
tree6fe7223ec59c7482c302d872f2459dfc03657e8e /debian
parenta6d3e307da558f6bf455a0d21e1cb9ec1b4fef03 (diff)
Parallel building support is no longer enabled by default. It can still be enabled by using the --max-parallel option. This was necessary because some buildds build with -j2 by default.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 141920e5..c3aeafb5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
debhelper (7.4.8) UNRELEASED; urgency=low
+ * Parallel building support is no longer enabled by default. It can still
+ be enabled by using the --max-parallel option. This was necessary because
+ some buildds build with -j2 by default.
* dh: Document --no-act. Closes: #557505
* dh_makeshlibs: Make -X also exclude libraries from the symbols file.
Closes: #557603 (Peter Samuelson)