]> git.sven.stormbind.net Git - sven/fuse-exfat.git/commitdiff
Drop "mount.exfat" symlink to the mount helper in the wake of the exfat support insid...
authorSven Hoexter <sven@stormbind.net>
Fri, 26 Jun 2020 18:45:19 +0000 (20:45 +0200)
committerSven Hoexter <sven@stormbind.net>
Fri, 26 Jun 2020 18:55:17 +0000 (20:55 +0200)
debian/NEWS [new file with mode: 0644]
debian/changelog
debian/links [deleted file]
debian/rules

diff --git a/debian/NEWS b/debian/NEWS
new file mode 100644 (file)
index 0000000..0abc1aa
--- /dev/null
@@ -0,0 +1,11 @@
+fuse-exfat (1.3.0-2) unstable; urgency=medium
+
+  In the wake of Linux 5.7 supporting exFAT natively, the fuse-exfat
+  package drops the "mount.exfat" symlink for the "mount.exfat-fuse"
+  helper. Subsequently a plain mount of an exFAT filesystem will rely
+  on the Linux implementation. If you'd like to continue to use the
+  fuse-exfat implementation you've to invoke "/sbin/mount.exfat-fuse"
+  directly.
+
+ -- Sven Hoexter <hoexter@debian.org>  Fri, 26 Jun 2020 20:38:03 +0200
+
index a4db6077b6f4eb955eb4b6ff0058904ae760b286..88d6651854c4eb52ee9dd902b97e7825d649632b 100644 (file)
@@ -1,3 +1,11 @@
+fuse-exfat (1.3.0-2) unstable; urgency=medium
+
+  * Drop "mount.exfat" symlink to the mount helper in the
+    wake of the exfat support inside Linux. Adding a debian/NEWS
+    file to make this change more visible. (Closes: #963752)
+
+ -- Sven Hoexter <hoexter@debian.org>  Fri, 26 Jun 2020 19:26:47 +0200
+
 fuse-exfat (1.3.0-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/links b/debian/links
deleted file mode 100644 (file)
index 6890a07..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-sbin/mount.exfat-fuse sbin/mount.exfat
-usr/share/man/man8/mount.exfat-fuse.8.gz usr/share/man/man8/mount.exfat.8.gz
index f7f6b163d1d755b9135ee717b4ebb668effabf6c..a2c6210a53bf1e05bb7954db236a639e2b30beb0 100755 (executable)
@@ -10,3 +10,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 override_dh_auto_configure:
        dh_auto_configure -- \
                --sbindir=/sbin \
+
+override_dh_auto_install:
+       dh_auto_install
+       rm debian/exfat-fuse/sbin/mount.exfat