Flashbots software
Ethereum execution clients
Ethereum consensus clients
Go packaging
- Run
dh-make-golang <go import path>
- It will report the missing dependencies, so go back to (1) until there are no dependencies.
- File the intent to package bug.
- Edit the git origin URL to point to my personal repositories.
git push
- Make the repository public.
- Set the continuous integration pipeline to
debian/gitlab-ci.yml
. - Make a branch for the latest release.
- Edit
debian/changelog
. - Edit
debian/copyright
. - Edit
debian/control
. - Run
debuild
. - Run
lintian --pedantic --display-info
. - Run
git add debian
. - Run
git commit --message 'Initial packaging'
. - Run
git push
. - Create the merge request.
- Run the pipeline.