[debhelper-devel] [debhelper] 08/08: d/changelog: Add changelog entries

Niels Thykier nthykier at moszumanska.debian.org
Tue Jun 13 20:33:05 UTC 2017


This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch master
in repository debhelper.

commit 96c2496e131f0d51c06088738bccfdf06050824f
Author: Niels Thykier <niels at thykier.net>
Date:   Tue Jun 13 20:32:32 2017 +0000

    d/changelog: Add changelog entries
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 debian/changelog | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f48e631..96f26a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,17 @@ debhelper (10.5) UNRELEASED; urgency=medium
   * dh_shlibdeps: Avoid creating debian/<pkg>/DEBIAN directory if it
     is not needed.
   * Dh_Lib.pm: Fix typo in error message.
+  * Dh_Lib.pm: Rewrite install_* to use File::Copy to avoid the
+    overhead of a fork+exec per file.
+  * Dh_Lib.pm: Replace most of the fork+exec calls to mv for simple
+    file renames.
+  * Dh_Lib.pm: Add sub to make common dh_* tools do their thing in
+    parallel with very little coding effort.  This parallel support
+    accounts for DEB_BUILD_OPTIONS to set the upper limit.
+  * dh_fixperms: Run package updates in parallel if DEB_BUILD_OPTIONS
+    permits it.
+  * dh_installchangelogs: Ditto.
+  * dh_compress: Ditto
 
   [ Iain Lane ]
   * Dh_Lib: Re-add warning + exit 0 for the -i/-a shortcut that was

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debhelper/debhelper.git




More information about the debhelper-devel mailing list