debian/package.sh clones a repo that does not exist #42
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?
debian/package.shcloneshttps://github.com/samicrusader/aqomui.git-- arename artifact; samicrusader's fork lived at
samicrusader/qomui, and thisfork lives on Forgejo. The clone fails, so the Debian packaging is unbuildable
as shipped.
Two further problems even once the URL is fixed:
in, so it can never package local or branch changes.
control,postinst, andprermare inherited from upstream and have notbeen reviewed since the rename.
Until this works, the README deliberately does not advertise Debian packages
(#28 removed the stale pointer to a GitHub releases tab). Fix direction: build
from the containing working tree, derive the version from that checkout, and
review the maintainer scripts.