-
Notifications
You must be signed in to change notification settings - Fork 14
Packaging notes
Viktor Kopp edited this page Aug 11, 2019
·
3 revisions
gbp dch --upstream-tag="v%(version)s"
and then updated via
gbp dch -R -N <version>
gbp buildpackage --git-export-dir=<debian_packaging_dir> --git-upstream-tree=debian/master -S -sa
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