cosmic-player/debian/rules

19 lines
289 B
Text
Raw Permalink Normal View History

2024-01-24 14:31:39 -07:00
#!/usr/bin/make -f
export DESTDIR = debian/cosmic-player
export VENDOR ?= 1
%:
dh $@
override_dh_auto_clean:
if ! ischroot && test "${VENDOR}" = "1"; then \
2025-01-09 11:13:43 -07:00
just vendor; \
2024-01-24 14:31:39 -07:00
fi
override_dh_auto_build:
just build-vendored
override_dh_auto_install:
just rootdir=$(DESTDIR) install