From: Sven Hoexter Date: Sat, 15 Jan 2022 21:01:06 +0000 (+0100) Subject: Update set-snapshot-version to only build the fuse driver. X-Git-Tag: debian/1.3.0+git20220115-1~3 X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Ffuse-exfat.git;a=commitdiff_plain;h=eca27631665477c9049e31b6774f7164c1abd886 Update set-snapshot-version to only build the fuse driver. --- diff --git a/debian/patches/set-snapshot-version b/debian/patches/set-snapshot-version index 5d9d7be..c1f49d2 100644 --- a/debian/patches/set-snapshot-version +++ b/debian/patches/set-snapshot-version @@ -11,3 +11,24 @@ Index: fuse-exfat/configure.ac [relan@users.noreply.github.com], [exfat], [https://github.com/relan/exfat]) +@@ -48,10 +48,6 @@ esac + AC_CONFIG_HEADERS([libexfat/config.h]) + AC_CONFIG_FILES([ + libexfat/Makefile +- dump/Makefile +- fsck/Makefile + fuse/Makefile +- label/Makefile +- mkfs/Makefile + Makefile]) + AC_OUTPUT +Index: fuse-exfat/Makefile.am +=================================================================== +--- fuse-exfat.orig/Makefile.am ++++ fuse-exfat/Makefile.am +@@ -20,4 +20,4 @@ + # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + # + +-SUBDIRS = libexfat dump fsck fuse label mkfs ++SUBDIRS = libexfat fuse