Package: fake-hwclock
Version: 0.12+nmu1
Severity: normal
Tags: patch
User: helm...@debian.org
Usertags: dep17m2

Hello Steve,

as you surely know, fake-hwclock installs into /sbin. This needs to move
to /usr/sbin for UsrMerge [1]. Please find a (trivial) patch attached.

I imagine fake-hwclock does not get backports; if it does, note that the
change should be undone for bookworm (or earlier).

Please upload at your earliest convenience.

Thanks,
Chris
diff -Nru fake-hwclock-0.12+nmu1/debian/changelog 
fake-hwclock-0.12+nmu2/debian/changelog
--- fake-hwclock-0.12+nmu1/debian/changelog     2022-10-15 12:03:12.000000000 
+0200
+++ fake-hwclock-0.12+nmu2/debian/changelog     2023-11-27 02:40:52.000000000 
+0100
@@ -1,3 +1,10 @@
+fake-hwclock (0.12+nmu2) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Install into /usr/sbin instead of /sbin.
+
+ -- Chris Hofstaedtler <z...@debian.org>  Mon, 27 Nov 2023 02:40:52 +0100
+
 fake-hwclock (0.12+nmu1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru fake-hwclock-0.12+nmu1/debian/fake-hwclock.dirs 
fake-hwclock-0.12+nmu2/debian/fake-hwclock.dirs
--- fake-hwclock-0.12+nmu1/debian/fake-hwclock.dirs     2012-02-09 
21:35:20.000000000 +0100
+++ fake-hwclock-0.12+nmu2/debian/fake-hwclock.dirs     2023-11-27 
02:40:37.000000000 +0100
@@ -1 +1 @@
-/sbin
+/usr/sbin
diff -Nru fake-hwclock-0.12+nmu1/debian/fake-hwclock.install 
fake-hwclock-0.12+nmu2/debian/fake-hwclock.install
--- fake-hwclock-0.12+nmu1/debian/fake-hwclock.install  2012-03-05 
17:17:42.000000000 +0100
+++ fake-hwclock-0.12+nmu2/debian/fake-hwclock.install  2023-11-27 
02:40:03.000000000 +0100
@@ -1,3 +1,3 @@
-fake-hwclock sbin
+fake-hwclock usr/sbin
 etc/default/fake-hwclock etc/default
 
diff -Nru fake-hwclock-0.12+nmu1/debian/fake-hwclock.service 
fake-hwclock-0.12+nmu2/debian/fake-hwclock.service
--- fake-hwclock-0.12+nmu1/debian/fake-hwclock.service  2020-05-01 
17:31:23.000000000 +0200
+++ fake-hwclock-0.12+nmu2/debian/fake-hwclock.service  2023-11-27 
02:40:47.000000000 +0100
@@ -7,8 +7,8 @@
 
 [Service]
 EnvironmentFile=-/etc/default/fake-hwclock
-ExecStart=/sbin/fake-hwclock load $FORCE
-ExecStop=/sbin/fake-hwclock save
+ExecStart=/usr/sbin/fake-hwclock load $FORCE
+ExecStop=/usr/sbin/fake-hwclock save
 Type=oneshot
 RemainAfterExit=yes
 

Reply via email to