summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-10-28 18:22:22 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-10-28 18:22:22 -0400
commit2b7dbcb1ad2d039b9c5f4c4dd0f03156dc3960ba (patch)
tree1dca10ff121459a7f55f14cf9ccb5ea08a67555f /debian/changelog
parent9835dfdc3db46dc6943e9f86b72a7d8f7728623e (diff)
preliminary changelog
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 1c067d1b..d164f73b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+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.
+ * dh: If --parallel is not explicitly specified, enable it anyway.
+ Closes: #532805.
+ * Thanks, Modestas Vainius for most of the work on parallel build support.
+
+ -- Joey Hess <joeyh@debian.org> Wed, 28 Oct 2009 18:10:45 -0400
+
debhelper (7.4.3) unstable; urgency=low
[ Valery Perrin ]