Files
2026-04-20 09:09:50 -07:00

11 lines
260 B
Makefile
Executable File

#!/usr/bin/make -f
%:
dh $@
override_dh_auto_build:
# Architecture: all — nothing to compile
override_dh_auto_install:
install -Dm 0644 schema/profile.schema.yml \
debian/vesperprofiled-config-schema/usr/share/vesperprofiled/schema/profile.schema.yml