Debian packaging: force name of build directory

make uses the GNUMakefile in the source directory otherwise
This commit is contained in:
David Adam
2025-10-28 05:51:01 +08:00
parent 3a9c5c7dc0
commit ccde87c4e3

4
debian/rules vendored
View File

@@ -8,7 +8,7 @@ export DH_VERBOSE=1
export DEB_BUILD_MAINT_OPTIONS=optimize=-lto
%:
dh $@ --buildsystem=cmake
dh $@ --buildsystem=cmake --builddirectory=build
# Setting the build system is still required, because otherwise the GNUmakefile gets picked up
override_dh_auto_configure:
@@ -22,4 +22,4 @@ override_dh_clean:
-unlink vendor
override_dh_auto_test:
make fish_run_tests
cd build && make fish_run_tests