1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
package maintenance
-------------------
This package uses gbp
To get the source:
git clone https://salsa.debian.org:kienan-guest/puppet-strings.git && cd puppet-strings
To update when there is a new upstream release:
# If there is no upstream branch
git checkout -b upstream origin/upstream
# Go back to the master branch
git checkout master
# Update
gbp import-orig --pristine-tar --uscan
To add the debian changelog:
dch
# add and commit to git
To test with sbuild:
sbuild --run-autopkgtest --run-lintian
|