#!/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/pawletprofiled-config-schema/usr/share/pawletprofiled/schema/profile.schema.yml
