11 lines
260 B
Makefile
Executable File
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
|