Control: tags -1 + patch

On Fri, 12 Dec 2025 14:52:17 +0100 [email protected] wrote:
Source: palo
Version: 2.28
Severity: normal
User: [email protected]
Usertags: dh_movetousr_removal

Hi,

your package palo 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



Please find attached a patch which implements this change

Regards,
Michael
diff -Nru palo-2.29/debian/changelog palo-2.29+nmu1/debian/changelog
--- palo-2.29/debian/changelog  2026-01-11 19:02:34.000000000 +0100
+++ palo-2.29+nmu1/debian/changelog     2026-07-04 23:51:43.000000000 +0200
@@ -1,3 +1,10 @@
+palo (2.29+nmu1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Avoid usage of dh_movetousr (Closes: #1122767)
+
+ -- Michael Biebl <[email protected]>  Sat, 04 Jul 2026 23:51:43 +0200
+
 palo (2.29) unstable; urgency=medium
 
   [ Helge Deller ]
diff -Nru palo-2.29/debian/control palo-2.29+nmu1/debian/control
--- palo-2.29/debian/control    2025-01-07 23:56:57.000000000 +0100
+++ palo-2.29+nmu1/debian/control       2026-07-04 23:51:41.000000000 +0200
@@ -2,7 +2,7 @@
 Section: admin
 Priority: optional
 Maintainer: Helge Deller <[email protected]>
-Build-Depends: debhelper-compat (= 13), lynx, gcc-hppa-linux-gnu [!hppa], 
libc6-dev-hppa-cross [!hppa], help2man, dh-sequence-movetousr
+Build-Depends: debhelper-compat (= 13), lynx, gcc-hppa-linux-gnu [!hppa], 
libc6-dev-hppa-cross [!hppa], help2man
 Standards-Version: 4.5.0
 Homepage: https://git.kernel.org/cgit/linux/kernel/git/deller/palo.git
 Vcs-Browser: https://git.kernel.org/cgit/linux/kernel/git/deller/palo.git
diff -Nru palo-2.29/debian/rules palo-2.29+nmu1/debian/rules
--- palo-2.29/debian/rules      2025-01-07 23:56:57.000000000 +0100
+++ palo-2.29+nmu1/debian/rules 2026-07-04 23:51:43.000000000 +0200
@@ -5,6 +5,7 @@
 #export DH_VERBOSE=1
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export SBINDIR = /usr/sbin
 
 override_dh_auto_build:
        echo "Regenerating iplboot."

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

Reply via email to