Package: bootpc
Version: 0.64-9
Severity: important

Dear Maintainer,

your package installs files directly into /sbin. Please move them to
/usr/sbin at your earliest convenience. For details please see the
mails from Helmut Grohne to debian-devel or this wiki page:

  https://wiki.debian.org/UsrMerge

I'm also attaching a patch for your convenience.

Thanks,
Chris
>From 8f871cc1509e65390b2f9e20aabb7d787da85861 Mon Sep 17 00:00:00 2001
From: Chris Hofstaedtler <z...@debian.org>
Date: Sun, 26 Nov 2023 15:10:28 +0100
Subject: Install bootpc into /usr/sbin instead of /sbin

---
 debian/install | 2 +-
 debian/rules   | 5 -----
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/debian/install b/debian/install
index 0034bef..454623d 100644
--- a/debian/install
+++ b/debian/install
@@ -1 +1 @@
-bootpc /sbin/
+bootpc /usr/sbin/
diff --git a/debian/rules b/debian/rules
index 8d60a67..b77a41a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,8 +5,3 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
        dh $@
-
-# Install into /sbin/ for now for compatibility
-# Awaiting final usrmerge
-execute_after_dh_auto_install:
-       $(RM) -r $(CURDIR)/debian/*/usr/sbin/
-- 
2.39.2

Reply via email to