diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2020-01-16 12:15:39 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2020-01-16 12:15:39 +0100 |
commit | f3b5d3c47ba042ddf60588ce9d5185db902a7b55 (patch) | |
tree | abd59005fa835c61fbc598d8d4bcd37fd69d12f5 /debian | |
parent | 11cd71b567639a37b46f5c61f4b790e51aa0a0c4 (diff) |
Release 1.9.71.9.7
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 17e9db590..5de79aefd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +apt (1.9.7) experimental; urgency=medium + + * Trim trailing whitespace (thanks lintian-brush) + * NewProvidesAllArch: Check if group is empty before using it. + This caused automake-1.16 to not be provided by automake anymore, + because apt wanted to add provides to packages in an empty automake-1.16 + group. LP: #1859952 + * Fix debian-rules-uses-deprecated-systemd-override. + We accidentally managed to restart apt-daily{,-upgrade}.service + again because our dh_systemd_start override was being ignored + since we switched to debhelper 12. Override dh_installsystemd + instead. + + -- Julian Andres Klode <jak@debian.org> Thu, 16 Jan 2020 12:13:50 +0100 + apt (1.9.6) experimental; urgency=medium [ Julian Andres Klode ] |