2024-08-15 20:07:56 +01:00
|
|
|
#!/usr/bin/make -f
|
2024-08-15 21:01:35 +02:00
|
|
|
%:
|
2024-08-15 22:30:30 +03:00
|
|
|
dh $@ --buildsystem=meson
|
2024-08-30 11:25:02 +02:00
|
|
|
|
|
|
|
override_dh_installsystemd:
|
|
|
|
dh_installsystemd --no-start --no-enable
|
|
|
|
|
2024-08-15 20:07:56 +01:00
|
|
|
override_dh_auto_configure:
|
2024-12-17 13:22:40 +01:00
|
|
|
dh_auto_configure -- -Dsystemd=enabled -Dopenrc=disabled -Dlibalpm=disabled -Dlibbpf_a=/usr/lib/x86_64-linux-gnu/libbpf.a -Dlibbpf_h=/usr/include/bpf/
|
2024-08-15 20:07:56 +01:00
|
|
|
|