From: Sven Hoexter Date: Sat, 19 May 2012 11:12:48 +0000 (+0200) Subject: Symlink mount.exfat-fuse to mount.exfat. This should ease the integration with the... X-Git-Tag: debian/0.9.7-2~7 X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Ffuse-exfat.git;a=commitdiff_plain;h=ab7910285489fc2655a2e385f6c311aaa5e3c668 Symlink mount.exfat-fuse to mount.exfat. This should ease the integration with the automount functionality in thunar. Thanks to Bob Valantin . (Closes: #673517) --- diff --git a/debian/changelog b/debian/changelog index 08fa6e3..452ecfc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,9 @@ fuse-exfat (0.9.7-2) UNRELEASED; urgency=low * Enable all hardening flags via DEB_BUILD_MAINT_OPTIONS. * Export CFLAGS as CCFLAGS which is honored by the current SConstruct file. + * Symlink mount.exfat-fuse to mount.exfat. This should ease the + integration with the automount functionality in thunar. + Thanks to Bob Valantin . (Closes: #673517) -- Sven Hoexter Thu, 17 May 2012 14:47:47 +0200 diff --git a/debian/links b/debian/links new file mode 100644 index 0000000..6890a07 --- /dev/null +++ b/debian/links @@ -0,0 +1,2 @@ +sbin/mount.exfat-fuse sbin/mount.exfat +usr/share/man/man8/mount.exfat-fuse.8.gz usr/share/man/man8/mount.exfat.8.gz