Skip to content

Packaging notes

Viktor Kopp edited this page Aug 11, 2019 · 3 revisions

Release-like version debian/changelog created via

gbp dch --upstream-tag="v%(version)s" and then updated via gbp dch -R -N <version>

Succeded to build source deb package using:

gbp buildpackage --git-export-dir=<debian_packaging_dir> --git-upstream-tree=debian/master -S -sa

Submitted to ppa using

dput ppa:vifactor/ppa ../debian_packaging/repostat_0.95-2_source.changes

Important that *.tar.gz is included for upload, which is not the case is "-sa" option is not added to gbp buildpackage

This and This guides were useful.