Packaged copies of branding/scutarius/{console/os-release.snippet,ascii/issue,ascii/issue.plain}; motd is the stock base-files text with the distro name changed (installed by postinst, see there).
branding/ is the design source; re-copy here when it changes (the source package must be self-contained).

os-release.snippet.org.in and debian/changelog.org.in are rendered from org
config per release (scripts/pkg/build.sh RELEASE=<codename>): the version is
<release version>.3+<org vendor tag> and os-release carries that release's
VERSION_ID/VERSION_CODENAME. Build for stable and testing only -- unstable
has no version of its own in org config (org.sh org_version_of_role returns
empty for the unstable role), so a RELEASE=<unstable codename> build would
produce a malformed leading-dot version; debian/rules refuses that build
instead (dpkg-parsechangelog -S Version must start with a digit). Unstable
installs use the testing release's built package unchanged, copied across
with scripts/pkg/copy.sh (the same way Debian's sid uses testing's
base-files).
