Description: Do not ship sample upcase tables and helper scripts
 Starting with version 1.4.0 exfatprogs ships some sample upcase
 tables and a exfat-uctbl2bin.sh helper script to convert to those
 tables to little-endian binary files. Since that's mainly helpful
 for development and/or debugging of upcase table issues, it seems
 to be not helpful to ship that for the majority of users.
 Leaving that out of the package until someone complains and has a
 good use case.
Forwarded: not-needed
Author: Sven Hoexter <hoexter@debian.org>
Last-Update: 2026-05-28
Index: exfatprogs/Makefile.am
===================================================================
--- exfatprogs.orig/Makefile.am
+++ exfatprogs/Makefile.am
@@ -2,7 +2,7 @@
 
 ACLOCAL_AMFLAGS = -I m4
 
-SUBDIRS = lib mkfs fsck tune label dump exfat2img upcase dosattr
+SUBDIRS = lib mkfs fsck tune label dump exfat2img dosattr
 
 # manpages
 dist_man1_MANS =
