mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
* Switch to debhelper compat 13 * Increase test timeout via `meson test` * Depend on same version of libzim as meson.build specifies * Restore mistakenly deleted libkiwix-dev.manpages * We still need this file to instruct Debian to associate it with the libkiwix-dev package.
9 lines
144 B
Makefile
Executable File
9 lines
144 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
|
|
|
%:
|
|
dh $@ --buildsystem=meson
|
|
|
|
override_dh_auto_test:
|
|
dh_auto_test -- -t 3
|