This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=7315e238d223cc43c7af1811bfe871e89b04c415 commit 7315e238d223cc43c7af1811bfe871e89b04c415 Author: Guillem Jover <[email protected]> AuthorDate: Thu Jan 10 22:27:23 2019 +0100 debian: Fix changelog Merge subsections and fix a typo. --- debian/changelog | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index a05072de5..7d91d38cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,6 @@ dpkg (1.19.3) UNRELEASED; urgency=medium [ Guillem Jover ] - * Packaging: - - Bump Standards-Version to 4.2.1 (no changes needed). - - Switch to debhelper compatibility level 11. * Code internals: - dpkg-maintscript-helper: Use an explicit escape instead of a literal backslash. @@ -15,8 +12,10 @@ dpkg (1.19.3) UNRELEASED; urgency=medium instead, and does not require leaving an unquoted variable around. - run-script: Add «set -e». - Build.PL: Set environment variables only for CPAN tests. - - Build.PL: Set locale for CPAN tests to C. Foxes CPAN#127314. + - Build.PL: Set locale for CPAN tests to C. Fixes CPAN#127314. * Packaging: + - Bump Standards-Version to 4.2.1 (no changes needed). + - Switch to debhelper compatibility level 11. - Create the log file in postinst only if it does not exist. Prompted by Johannes Schauer <[email protected]>. * Test suite: -- Dpkg.Org's dpkg

