scx/debian/rules

14 lines
413 B
Plaintext
Raw Normal View History

2024-08-15 20:07:56 +01:00
#!/usr/bin/make -f
2025-02-05 22:04:07 +01:00
export PATH := $(PATH):/root/.cargo/bin
export PATH := $(shell . /root/.cargo/env && echo $$PATH)
export $(shell . /root/.cargo/env && env | grep "^CARGO_\|^RUSTUP_" | sed "s/=/:=/")
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 20:07:56 +01:00
override_dh_auto_configure:
2024-12-17 13:28:30 +01:00
dh_auto_configure -- -Dsystemd=enabled -Dopenrc=disabled -Dlibalpm=disabled