Bug#1059982: dpkg: move start-stop-daemon to /usr for DEP17

2024-01-13 Thread Guillem Jover
Hi!

On Thu, 2024-01-04 at 12:05:00 +0100, Helmut Grohne wrote:
> Package: dpkg
> Version: 1.22.2
> Tags: patch
> User: helm...@debian.org
> Usertags: dep17m2

> please move /sbin/start-stop-daemon to /usr for the /usr-move aka DEP17.
> It's the last file in dpkg that needs moving and since it is essential,
> it's a prerequisite for doing the bootstrap work. Thanks in advance.

Thanks for the patch! As mentioned on IRC at the time, I'll be going
with an alternative solution, which I think I'll be uploading to
experimental alongside another potentially disruptive refactoring change
during the weekend.

Thanks,
Guillem



Bug#1059982: dpkg: move start-stop-daemon to /usr for DEP17

2024-01-04 Thread Helmut Grohne
Package: dpkg
Version: 1.22.2
Tags: patch
User: helm...@debian.org
Usertags: dep17m2

Hi Guillem,

please move /sbin/start-stop-daemon to /usr for the /usr-move aka DEP17.
It's the last file in dpkg that needs moving and since it is essential,
it's a prerequisite for doing the bootstrap work. Thanks in advance.

Helmut
diff --minimal -Nru dpkg-1.22.2/debian/changelog 
dpkg-1.22.2+nmu1/debian/changelog
--- dpkg-1.22.2/debian/changelog2023-12-18 03:37:08.0 +0100
+++ dpkg-1.22.2+nmu1/debian/changelog   2024-01-04 11:55:32.0 +0100
@@ -1,3 +1,10 @@
+dpkg (1.22.2+nmu1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * DEP17: Move start-stop-daemon to /usr/sbin. (Closes: #-1)
+
+ -- Helmut Grohne   Thu, 04 Jan 2024 11:55:32 +0100
+
 dpkg (1.22.2) unstable; urgency=medium
 
   [ Guillem Jover ]
diff --minimal -Nru dpkg-1.22.2/debian/dpkg.install 
dpkg-1.22.2+nmu1/debian/dpkg.install
--- dpkg-1.22.2/debian/dpkg.install 2023-12-08 18:09:48.0 +0100
+++ dpkg-1.22.2+nmu1/debian/dpkg.install2024-01-04 11:55:28.0 
+0100
@@ -3,7 +3,7 @@
 etc/dpkg/dpkg.cfg.d
 etc/alternatives
 sbin/dpkg-fsys-usrunmess usr/sbin/
-sbin/start-stop-daemon
+sbin/start-stop-daemon usr/sbin/
 usr/bin/dpkg
 usr/bin/dpkg-deb
 usr/bin/dpkg-divert