From fe2894feb0426dc1e429b1df5a8c92ab1dfd68c2 Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Fri, 26 Jun 2020 20:45:19 +0200 Subject: [PATCH] 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) --- debian/NEWS | 11 +++++++++++ debian/changelog | 8 ++++++++ debian/links | 2 -- debian/rules | 4 ++++ 4 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 debian/NEWS delete mode 100644 debian/links diff --git a/debian/NEWS b/debian/NEWS new file mode 100644 index 0000000..0abc1aa --- /dev/null +++ b/debian/NEWS @@ -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 Fri, 26 Jun 2020 20:38:03 +0200 + diff --git a/debian/changelog b/debian/changelog index a4db607..88d6651 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 index 6890a07..0000000 --- a/debian/links +++ /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 diff --git a/debian/rules b/debian/rules index f7f6b16..a2c6210 100755 --- a/debian/rules +++ b/debian/rules @@ -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 -- 2.39.2