-This packaging harness is based on git-buildpackage and simplifies the development of the packaging for software in the [ggml ecosystem](https://github.com/ggml-org).
+This packaging harness is based on
+[git-buildpackage](https://honk.sigxcpu.org/projects/git-buildpackage/manual-html/)
+and simplifies the development of the packaging for software in the
+[ggml ecosystem](https://github.com/ggml-org).
The software layers are configured as git submodules under the `sources/` subdirectory.
These git repositories follow Debian's [DEP-14](https://dep-team.pages.debian.net/deps/dep14/) layout
Push to remote repositories:
- git push --tags origin "debian/*" "upstream/*"
- # git push --tags mbaudier@github "debian/*" "upstream/*"
+ git push origin "refs/heads/debian/*" "refs/heads/upstream/*" "refs/tags/upstream/*"
### Using locally built packages
Except for `ggml` itself, pbuilder/cowbuilder needs to be configured appropriately