Your message dated Sat, 2 Mar 2024 15:39:06 +0100
with message-id <ZeM6CvNI_PbaTgMk@per>
and subject line #1060327: fixed in writeboost/1.20170616-1.3
has caused the Debian Bug report #1060327,
regarding writeboost: install into /usr layout (NMU)
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1060327: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1060327
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: writeboost
Version: 1.20170616-1.2
Severity: normal
Tags: patch pending
Dear maintainer,
I've prepared an NMU for writeboost (versioned as 1.20170616-1.3) and
uploaded it to DELAYED/10. Please feel free to tell me if I
should delay it longer.
This will change the install location to /usr, for the currently
ongoing UsrMerge effort [1].
Best,
Chris
[1] https://wiki.debian.org/UsrMerge
diff -Nru writeboost-1.20170616/debian/changelog writeboost-1.20170616/debian/changelog
--- writeboost-1.20170616/debian/changelog 2022-10-15 12:57:24.000000000 +0200
+++ writeboost-1.20170616/debian/changelog 2024-01-09 19:00:26.000000000 +0100
@@ -1,3 +1,10 @@
+writeboost (1.20170616-1.3) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Install into /usr. (DEP17 M2)
+
+ -- Chris Hofstaedtler <[email protected]> Tue, 09 Jan 2024 19:00:26 +0100
+
writeboost (1.20170616-1.2) unstable; urgency=medium
* Non-maintainer upload.
diff -Nru writeboost-1.20170616/debian/install writeboost-1.20170616/debian/install
--- writeboost-1.20170616/debian/install 2015-06-30 12:24:46.000000000 +0200
+++ writeboost-1.20170616/debian/install 2023-12-21 00:35:24.000000000 +0100
@@ -1,2 +1,2 @@
etc/* /etc/
-sbin/* /sbin/
+sbin/* /usr/sbin/
diff -Nru writeboost-1.20170616/debian/patches/series writeboost-1.20170616/debian/patches/series
--- writeboost-1.20170616/debian/patches/series 1970-01-01 01:00:00.000000000 +0100
+++ writeboost-1.20170616/debian/patches/series 2023-12-21 00:36:13.000000000 +0100
@@ -0,0 +1 @@
+usr-sbin.patch
diff -Nru writeboost-1.20170616/debian/patches/usr-sbin.patch writeboost-1.20170616/debian/patches/usr-sbin.patch
--- writeboost-1.20170616/debian/patches/usr-sbin.patch 1970-01-01 01:00:00.000000000 +0100
+++ writeboost-1.20170616/debian/patches/usr-sbin.patch 2023-12-21 00:36:56.000000000 +0100
@@ -0,0 +1,30 @@
+Description: Assume UsrMerge install-layout
+Author: Chris Hofstaedtler <[email protected]>
+
+---
+Last-Update: 2023-12-20
+
+--- writeboost-1.20170616.orig/writeboost.init
++++ writeboost-1.20170616/writeboost.init
+@@ -12,7 +12,7 @@
+ # Description: (dm-)writeboost is a log-structured cache for Linux
+ ### END INIT INFO
+
+-DAEMON=/sbin/writeboost
++DAEMON=/usr/sbin/writeboost
+ NAME=writeboost
+
+ # Exit if executable is not installed
+--- writeboost-1.20170616.orig/writeboost.service
++++ writeboost-1.20170616/writeboost.service
+@@ -18,8 +18,8 @@ RemainAfterExit=yes
+ ## Scannong caching devices may take long time after unclean shutdown.
+ TimeoutStartSec=999
+
+-ExecStart=/sbin/writeboost
+-ExecStop=/sbin/writeboost -u
++ExecStart=/usr/sbin/writeboost
++ExecStop=/usr/sbin/writeboost -u
+
+ ## Long "TimeoutStop" is essential as deadlock may happen if writeboost
+ ## is killed during flushing of caches on shutdown, etc.
--- End Message ---
--- Begin Message ---
Source: writeboost
Source-Version: 1.20170616-1.3
--- End Message ---