]> git.sven.stormbind.net Git - sven/fuse-exfat.git/commitdiff
Set --sbindir=/sbin to stay consistent with the current install location.
authorSven Hoexter <sven@stormbind.net>
Wed, 7 Oct 2015 09:16:03 +0000 (11:16 +0200)
committerSven Hoexter <sven@stormbind.net>
Wed, 7 Oct 2015 09:19:15 +0000 (11:19 +0200)
Remove d/install, no longer required.

debian/changelog
debian/install [deleted file]
debian/rules

index caefb1f0a51de2f7794f9840b56d5868cb8b18d8..7af39fd56d5be8e78e3bacef5925629b777aef62 100644 (file)
@@ -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 <hoexter@debian.org>  Wed, 07 Oct 2015 10:48:09 +0200
 
diff --git a/debian/install b/debian/install
deleted file mode 100644 (file)
index 7842e04..0000000
+++ /dev/null
@@ -1 +0,0 @@
-fuse/mount.exfat-fuse /sbin
index 171547bf6cf7325b0573b6c1b66ed930070b765f..f54ad8840a8cd34378864ad76f3bc4fd42263eb6 100755 (executable)
@@ -7,3 +7,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
        dh $@
+
+override_dh_auto_configure:
+       dh_auto_configure -- \
+               --sbindir=/sbin \