Your message dated Tue, 23 Jun 2026 15:58:29 +0200
with message-id <[email protected]>
and subject line Re: ceph: Please remove/replace usage of dh_movetousr
has caused the Debian Bug report #1122748,
regarding ceph: Please remove/replace usage of dh_movetousr
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.)
--
1122748: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1122748
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ceph
Version: 18.2.7+ds-1
Severity: normal
User: [email protected]
Usertags: dh_movetousr_removal
Hi,
your package ceph either Build-Depends on dh-sequence-movetousr or
uses dh_movetousr conditionally to move files from aliased locations
like /sbin, /bin or /lib to the canonical location in /usr.
Eventually, we would like to get rid of this debhelper addon.
Packages should use the canonical paths without any postprocessing.
This means, files are installed directly into /usr.
Please note, that such a change must not be backported to bookworm or
older. If you intend to provide such backports, these changes must be
reverted for those releases. If this means an undue burden on your
workflow our recommendation is to postpone this cleanup.
The motivation for this bug report is, to inform maintainers, that
installing files into the canonical location explicitly, is now the
preferred approach and dh_movetousr is now a deprecated tool.
The goal is, to have dh_movetousr removed after forky is released. We
can revise this plan, if needed. Please keep this timeline in mind
and let us know if this doesn't work for you.
For more information see [1].
If you have further questions, there is an IRC channel named
#debian-usrmerge on OFTC.
Regards,
Michael
[1] https://lists.debian.org/debian-devel/2025/11/msg00245.html
--- End Message ---
--- Begin Message ---
Hi Michael,
In debian/rules, I can read:
execute_before_dh_installdeb:
if command -v dh_movetousr > /dev/null 2>&1; then \
dh_movetousr; fi
So it'll be ok if dh_movetousr goes away, from the Ceph package
perspective. I'm therefore closing this bug.
Cheers,
Thomas Goirand (zigo)
--- End Message ---