diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:18:01 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:18:01 +0000 |
commit | 6dcb7594f45f8e1ae3088099884d416e15580342 (patch) | |
tree | e724a496a95bb588a1dc95c60d53ed63b6afabdc /debhelper-compat-upgrade-checklist.pod | |
parent | Adding debian version 13.18. (diff) | |
download | debhelper-6dcb7594f45f8e1ae3088099884d416e15580342.tar.xz debhelper-6dcb7594f45f8e1ae3088099884d416e15580342.zip |
Merging upstream version 13.19.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debhelper-compat-upgrade-checklist.pod')
-rw-r--r-- | debhelper-compat-upgrade-checklist.pod | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debhelper-compat-upgrade-checklist.pod b/debhelper-compat-upgrade-checklist.pod index 6f58834..8a8a7b6 100644 --- a/debhelper-compat-upgrade-checklist.pod +++ b/debhelper-compat-upgrade-checklist.pod @@ -358,6 +358,13 @@ stable. The tool B<dh_installtmpfiles> now runs with --remove on package removal, and --purge on package purge. systemd v256 is required for the latter. +=item - + +The B<dh_lintian> tool no longer accepts architecture specific overrides files +for packages with B<Multi-Arch: same> in F<debian/control>, since these would +not be co-installable. Instances affected by this error should migrate to +B<lintian> architecture specific overrides. + =back =item v13 |