From: Sven Hoexter Date: Tue, 18 Jun 2024 11:08:21 +0000 (+0200) Subject: UsrMerge, install with prefix /usr. (Closes: #1073755) X-Git-Tag: debian/1.4.0-3~3 X-Git-Url: https://git.sven.stormbind.net/?a=commitdiff_plain;h=fd677a01392b4aeb6996f148e45cffeb0719eabe;p=sven%2Ffuse-exfat.git UsrMerge, install with prefix /usr. (Closes: #1073755) --- diff --git a/debian/changelog b/debian/changelog index 3711571..e4b4691 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +fuse-exfat (1.4.0-3) UNRELEASED; urgency=medium + + * UsrMerge, install with prefix /usr. (Closes: #1073755) + + -- Sven Hoexter Tue, 18 Jun 2024 13:06:34 +0200 + fuse-exfat (1.4.0-2) unstable; urgency=medium * Drop kfreebsd-any from the architecture list since it's going to diff --git a/debian/rules b/debian/rules index a2c6210..7b6fc66 100755 --- a/debian/rules +++ b/debian/rules @@ -9,8 +9,8 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all override_dh_auto_configure: dh_auto_configure -- \ - --sbindir=/sbin \ + --prefix=/usr \ override_dh_auto_install: dh_auto_install - rm debian/exfat-fuse/sbin/mount.exfat + rm debian/exfat-fuse/usr/sbin/mount.exfat