Bug#1086622: bookworm-pu: package kexec-tools/1:2.0.25-3+deb12u2
Package: release.debian.org
Severity: normal
Tags: bookworm
User: release.debian.org@packages.debian.org
Usertags: pu
X-Debbugs-Cc: kexec-tools@packages.debian.org, aron@debian.org, shankerwangmiao@gmail.com
Control: affects -1 + src:kexec-tools
[ Reason ]
The stable-pu 1:2.0.25-3+deb12u1 (#1077668) assumes a merged /usr.
However this it not true on some bookworm systems.
[ Impact ]
Users w/o merged /usr would not get the correct fix.
[ Tests ]
Tested.
[ Risks ]
Minimal to none.
[ Checklist ]
[x] *all* changes are documented in the d/changelog
[x] I reviewed all changes and I approve them
[x] attach debdiff against the package in (old)stable
[x] the issue is verified as fixed in unstable
[ Changes ]
* Fix the path to systemd units (from /usr/lib to /lib).
* Drop some unnecessary Depends.
[ Other info ]
n/a
diff -Nru kexec-tools-2.0.25/debian/changelog kexec-tools-2.0.25/debian/changelog
--- kexec-tools-2.0.25/debian/changelog 2024-07-31 23:31:41.000000000 +0800
+++ kexec-tools-2.0.25/debian/changelog 2024-11-02 19:55:08.000000000 +0800
@@ -1,3 +1,11 @@
+kexec-tools (1:2.0.25-3+deb12u2) bookworm; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix path for systemd units (bookworm uses /lib).
+ * d/control: drop unnecessary Depends: lsb-base, dpkg.
+
+ -- Shengqi Chen <harry-chen@outlook.com> Sat, 02 Nov 2024 19:55:08 +0800
+
kexec-tools (1:2.0.25-3+deb12u1) bookworm; urgency=medium
* Non-maintainer upload.
diff -Nru kexec-tools-2.0.25/debian/control kexec-tools-2.0.25/debian/control
--- kexec-tools-2.0.25/debian/control 2022-12-08 01:59:25.000000000 +0800
+++ kexec-tools-2.0.25/debian/control 2024-11-02 19:54:56.000000000 +0800
@@ -8,7 +8,7 @@
Package: kexec-tools
Architecture: linux-any
-Depends: ${shlibs:Depends}, ${misc:Depends}, debconf, lsb-base (>=3.0-6), dpkg (>= 1.15.7.2)
+Depends: ${shlibs:Depends}, ${misc:Depends}, debconf
Description: tools to support fast kexec reboots
This package provides tools to load a kernel into memory and then
"reboot" directly into that kernel using the kexec system call,
diff -Nru kexec-tools-2.0.25/debian/kexec-tools.links kexec-tools-2.0.25/debian/kexec-tools.links
--- kexec-tools-2.0.25/debian/kexec-tools.links 2024-07-31 23:31:41.000000000 +0800
+++ kexec-tools-2.0.25/debian/kexec-tools.links 2024-11-02 19:39:25.000000000 +0800
@@ -1 +1 @@
-/dev/null /usr/lib/systemd/system/kexec.service
+/dev/null /lib/systemd/system/kexec.service
Reply to: