From: Joey Hess Date: Wed, 28 Oct 2009 22:22:22 +0000 (-0400) Subject: preliminary changelog X-Git-Tag: 7.4.4~27 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2b7dbcb1ad2d039b9c5f4c4dd0f03156dc3960ba;p=debhelper.git preliminary changelog --- diff --git a/debian/changelog b/debian/changelog index 1c067d1..d164f73 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 Wed, 28 Oct 2009 18:10:45 -0400 + debhelper (7.4.3) unstable; urgency=low [ Valery Perrin ]