497 B
497 B
Contributors guide
Packaging
Source release
A source tarball can be created from the Makefile
:
git checkout v1.0
make source-release
This is suitable as a "pristine" source for downstream packagers.
Debian unsigned package
An unsigned Debian package can also be created from the repository in a few steps.
Check out the version you want:
git checkout v1.0
make unsigned-package
You will then have source and binary packages in the current directory.