scx/debian/rules

11 lines
230 B
Plaintext
Raw Normal View History

2024-08-15 21:07:56 +02:00
#!/usr/bin/make -f
2024-08-15 21:01:35 +02:00
%:
dh $@ --buildsystem=meson
2024-08-30 11:25:02 +02:00
override_dh_installsystemd:
dh_installsystemd --no-start --no-enable
2024-08-15 21:07:56 +02:00
override_dh_auto_configure:
2024-08-15 21:48:19 +02:00
dh_auto_configure -- -Dsystemd=enabled -Dopenrc=disabled -Dlibalpm=disabled
2024-08-15 21:07:56 +02:00