cosmic-edit/debian/rules

19 lines
287 B
Text
Raw Permalink Normal View History

2023-10-27 14:59:41 -06:00
#!/usr/bin/make -f
export DESTDIR = debian/cosmic-edit
export VENDOR ?= 1
%:
dh $@
override_dh_auto_clean:
if ! ischroot && test "${VENDOR}" = "1"; then \
just vendor; \
2023-10-27 14:59:41 -06:00
fi
override_dh_auto_build:
just build-vendored
override_dh_auto_install:
just rootdir=$(DESTDIR) install