Package: jfsutils
Version: 1.1.15-5
Tags: patch
User: helm...@debian.org
Usertags: dep17

Hi,

we want to finalize the /usr-merge transition by moving all aliased
files from / to /usr via DEP17 to avoid any negative effects arising
from aliasing. jfsutils is involved because it installs utiles to /sbin.
Since it cannot be automatically converted using dh-sequence-movetousr,
I'm sending a patch to perform the conversion. This patch should not be
uploaded to bookworm-backports or earlier as it would violate the file
move moratorium there.

Helmut
diff --minimal -Nru jfsutils-1.1.15/debian/changelog 
jfsutils-1.1.15/debian/changelog
--- jfsutils-1.1.15/debian/changelog    2020-06-23 22:31:15.000000000 +0200
+++ jfsutils-1.1.15/debian/changelog    2024-02-09 17:06:29.000000000 +0100
@@ -1,3 +1,10 @@
+jfsutils (1.1.15-5.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Move files to /usr for DEP17 (closes: #-1).
+
+ -- Helmut Grohne <hel...@subdivi.de>  Fri, 09 Feb 2024 17:06:29 +0100
+
 jfsutils (1.1.15-5) unstable; urgency=medium
 
   * Update Standards-Version to 4.5.0 .
diff --minimal -Nru jfsutils-1.1.15/debian/jfsutils-udeb.install 
jfsutils-1.1.15/debian/jfsutils-udeb.install
--- jfsutils-1.1.15/debian/jfsutils-udeb.install        2016-11-07 
18:39:06.000000000 +0100
+++ jfsutils-1.1.15/debian/jfsutils-udeb.install        2024-02-09 
17:06:29.000000000 +0100
@@ -1 +1 @@
-debian/tmp/sbin
\ No newline at end of file
+debian/tmp/usr/sbin
diff --minimal -Nru jfsutils-1.1.15/debian/jfsutils.install 
jfsutils-1.1.15/debian/jfsutils.install
--- jfsutils-1.1.15/debian/jfsutils.install     2016-11-07 18:39:06.000000000 
+0100
+++ jfsutils-1.1.15/debian/jfsutils.install     2024-02-09 17:06:29.000000000 
+0100
@@ -1 +1 @@
-debian/tmp/sbin
+debian/tmp/usr/sbin
diff --minimal -Nru jfsutils-1.1.15/debian/rules jfsutils-1.1.15/debian/rules
--- jfsutils-1.1.15/debian/rules        2016-11-07 18:39:29.000000000 +0100
+++ jfsutils-1.1.15/debian/rules        2024-02-09 17:06:26.000000000 +0100
@@ -25,5 +25,4 @@
        LDFLAGS += -Wl,--no-relax
 endif
 
-DEB_CONFIGURE_USER_FLAGS := --sbindir=/sbin
 DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(CURDIR)/debian/tmp

Reply via email to