Files
oxmc d9ed8f52a3 Rename package from vesperprofiled-config-schema to pawletprofiled-config-schema
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.
2026-07-25 00:53:04 -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/pawletprofiled-config-schema/usr/share/pawletprofiled/schema/profile.schema.yml