From 7c45a02391c1f01134ca861924800a72b640a75d Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Wed, 7 Oct 2015 11:16:03 +0200 Subject: [PATCH] Set --sbindir=/sbin to stay consistent with the current install location. Remove d/install, no longer required. --- debian/changelog | 2 ++ debian/install | 1 - debian/rules | 4 ++++ 3 files changed, 6 insertions(+), 1 deletion(-) delete mode 100644 debian/install diff --git a/debian/changelog b/debian/changelog index caefb1f..7af39fd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ fuse-exfat (1.2.1-1) UNRELEASED; urgency=low * New upstream release + Moves from scons to autotools. * Build-Depend on autotools-dev and pkg-config instead of scons. + * Set --sbindir=/sbin to stay consistent with the current install location. + * Remove d/install, no longer required. -- Sven Hoexter Wed, 07 Oct 2015 10:48:09 +0200 diff --git a/debian/install b/debian/install deleted file mode 100644 index 7842e04..0000000 --- a/debian/install +++ /dev/null @@ -1 +0,0 @@ -fuse/mount.exfat-fuse /sbin diff --git a/debian/rules b/debian/rules index 171547b..f54ad88 100755 --- a/debian/rules +++ b/debian/rules @@ -7,3 +7,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: dh $@ + +override_dh_auto_configure: + dh_auto_configure -- \ + --sbindir=/sbin \ -- 2.39.2