9 lines
293 B
Plaintext
Raw Permalink Normal View History

2025-02-10 18:47:52 +00:00
#!/usr/bin/make -f
2025-02-10 19:41:55 +01:00
%:
2025-02-10 18:47:52 +00:00
dh $@ --parallel
override_dh_auto_configure:
dh_auto_configure -- \
-DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_LIBEXECDIR="lib" -DFORCE_INIT_SYSTEM="systemd" -DCMAKE_INSTALL_LIBDIR="lib" -DDISABLE_UPDATER=1 -DSYSTEMD_UNIT_INSTALL_DIR=/lib/systemd/system