--- /dev/null
+The main version of exfatprogs is imported via the released
+orig tarball with gbp import-orig. The huge tests-folder patch
+is generated via:
+
+$ git checkout master
+$ gbp pq import
+$ git fetch https://github.com/exfatprogs/exfatprogs/ 1.2.4
+$ git checkout FETCH_HEAD tests/
+$ git commit -m "Add tests folder from upstream"
+$ gbp pq export
* Adjust debian/watch to download the release tarball,
instead of the auto-generated GitHub source tarball.
Patch by Alessandro Astone. (Closes: #1076722)
+ * Include and run upstream tests. Tests are imported
+ as one big patch out of upstreams git (see README.source
+ for the details). Patches by Alessandro Astone. (Closes: #1076705)
- -- Sven Hoexter <hoexter@debian.org> Tue, 23 Jul 2024 19:56:35 +0200
+ -- Sven Hoexter <hoexter@debian.org> Fri, 26 Jul 2024 14:42:45 +0200
exfatprogs (1.2.4-1) unstable; urgency=medium
dh $@
override_dh_auto_test:
+ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
dh_auto_test
export PATH="$(shell pwd)/fsck:$$PATH"; cd tests; ./test_fsck.sh
rm tests/exfat.img
+endif
override_dh_installchangelogs:
dh_installchangelogs NEWS