* Build-Depend on xxd, used by upcase_table tests.
* Extend PATH variable to run tests.
exfatprogs (1.2.7-1) UNRELEASED; urgency=medium
* New upstream release.
+ * Build-Depend on xxd, used by upcase_table tests.
+ * Extend PATH variable to run tests.
-- Sven Hoexter <hoexter@debian.org> Mon, 03 Feb 2025 09:55:55 +0100
Section: otherosfs
Priority: optional
Maintainer: Sven Hoexter <hoexter@debian.org>
-Build-Depends: debhelper-compat (= 13), pkgconf
+Build-Depends: debhelper-compat (= 13), pkgconf, xxd
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/exfatprogs/exfatprogs
override_dh_auto_test:
ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
dh_auto_test
- export PATH="$(shell pwd)/fsck:$$PATH"; cd tests; ./test_fsck.sh
+ export PATH="$(shell pwd)/fsck:$(shell pwd)/dump:$(shell pwd)/mkfs:$$PATH"; \
+ cd tests; ./test_fsck.sh
rm tests/exfat.img
endif