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

Hi!

Your package installs files directly into /. For the ongoing Debian UsrMerge
effort [1] these files should move to /usr in the trixie cycle.

I'm attaching a patch to implement such a move.

However, please still read the wiki page on moving files, especially if you
intend to backport to bookworm or earlier. The patch has already been checked
by a local dumat copy.

If during the trixie cycle your package will undergo structural changes or any
other file moves, please also see the wiki and upload to experimental first
when these changes are done.

Chris

[1] https://wiki.debian.org/UsrMerge
diff -Nru mergerfs-2.33.5/debian/changelog mergerfs-2.33.5/debian/changelog
--- mergerfs-2.33.5/debian/changelog	2022-09-02 13:30:28.000000000 +0200
+++ mergerfs-2.33.5/debian/changelog	2023-12-23 19:01:58.000000000 +0100
@@ -1,3 +1,10 @@
+mergerfs (2.33.5-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Install into /usr/sbin instead of /sbin. (Closes: #-1)
+
+ -- Chris Hofstaedtler <z...@debian.org>  Sat, 23 Dec 2023 19:01:58 +0100
+
 mergerfs (2.33.5-1) unstable; urgency=medium
 
   * New upstream version 2.33.5
diff -Nru mergerfs-2.33.5/debian/rules mergerfs-2.33.5/debian/rules
--- mergerfs-2.33.5/debian/rules	2021-08-17 12:05:44.000000000 +0200
+++ mergerfs-2.33.5/debian/rules	2023-12-23 18:58:33.000000000 +0100
@@ -23,4 +23,4 @@
 	# Because there's no auto* files shipped anymore
 
 override_dh_auto_install:
-	$(MAKE) DESTDIR=$(CURDIR)/debian/mergerfs PREFIX=/usr install STRIP=true
+	$(MAKE) DESTDIR=$(CURDIR)/debian/mergerfs PREFIX=/usr SBINDIR=/usr/sbin install STRIP=true

Reply via email to