Support Debian/Ubuntu packaging #44
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The inherited
debian/tooling was removed rather than fixed (#42): itsbuild script cloned a repository that does not exist, and there is no way to
test a Debian package anyway -- CI runs on Arch only, matching the platform
the maintainer tests on.
Bringing Debian support back properly means:
suite, mirroring the existing Arch job
postinst/prermassumedupstream qomui's layout) rather than restoring them verbatim
Related: #19 -- the root self-updater's
dpkg -ibranch assumes Debianpackages exist, and that issue already names distro packaging as the correct
update path. Whatever replaces the self-updater should treat this package as
the Debian update channel. The README advertises a Debian install only once
this lands.