diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-07 13:32:51 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-07 13:32:51 +0000 |
commit | f21e6dbc11c11cd8f4e8f42278b10350476679cd (patch) | |
tree | d4ec7ef202bf246fe94f2d50e6629171bf766714 | |
parent | Merging upstream version 1.22.10. (diff) | |
download | dpkg-f21e6dbc11c11cd8f4e8f42278b10350476679cd.tar.xz dpkg-f21e6dbc11c11cd8f4e8f42278b10350476679cd.zip |
Adding debian version 1.22.10.debian/1.22.10
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/changelog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 35b5a4f..b4bfa6e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +dpkg (1.22.10) unstable; urgency=medium + + [ Guillem Jover ] + * Perl modules: + - Dpkg::Changelog::Entry::Debian: Remove obsolete /o modifier from regex. + - Dpkg::Changelog: Remove useless escaping for -. + * Make fragments: + - Revert "scripts/mk: Reduce the number of subprocesses". + Closes: #1076904, #1077005 + * Build system: + - Do not define macros for C/C++ standard level. + - Use pre-defined macros to check C/C++ conformance requirements. + - Fix length for comment bar line after autoconf functions. + - Fix dpkg_cv_c99 assignment in DPKG_C_C99 macro. + - Simplify C standard check output. + + -- Guillem Jover <guillem@debian.org> Sat, 27 Jul 2024 05:43:38 +0200 + dpkg (1.22.9) unstable; urgency=medium [ Guillem Jover ] |