Matches the profiled fork rename (git.oxmc.me/PawletOS/profiled): schema package name, install path, debian control fields. Also drops committed build output (debian/.debhelper, staged package dir, substvars/files) and adds a .gitignore. No PawletOS remote exists yet for this repo -- committed locally only, origin (git.oxmc.me/VesperOS/vesperprofiled-config-schema) untouched.
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/pawletprofiled-config-schema/usr/share/pawletprofiled/schema/profile.schema.yml
|