Source: dosfstools
Version: 4.2-1
Severity: normal
Tags: patch
User: helm...@debian.org
Usertags: dep17m2

Dear Maintainer,

Patch attached to move files to /usr/sbin instead of /sbin in accordace with 
usrmerge
---
 debian/dosfstools-udeb.install | 6 +++---
 debian/dosfstools.install      | 1 -
 debian/rules                   | 2 +-
 3 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/debian/dosfstools-udeb.install b/debian/dosfstools-udeb.install
index 770b86d..09dc734 100644
--- a/debian/dosfstools-udeb.install
+++ b/debian/dosfstools-udeb.install
@@ -1,3 +1,3 @@
-sbin/fatlabel
-sbin/fsck.fat
-sbin/mkfs.fat
+usr/sbin/fatlabel
+usr/sbin/fsck.fat
+usr/sbin/mkfs.fat
diff --git a/debian/dosfstools.install b/debian/dosfstools.install
index 6811ecd..73752c9 100644
--- a/debian/dosfstools.install
+++ b/debian/dosfstools.install
@@ -1,2 +1 @@
-sbin
 usr
diff --git a/debian/rules b/debian/rules
index 126d903..161e79f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
        dh ${@}
 
 override_dh_auto_configure:
-       dh_auto_configure -- --sbindir=/sbin --enable-compat-symlinks
+       dh_auto_configure -- --enable-compat-symlinks
 
 override_dh_auto_install:
        dh_auto_install
-- 
2.43.0

Reply via email to