[ Make here some adaptations, like updating debian/patches, if needed ]
gbp buildpackage -us -uc # create a test build
- # Final package creation:
+ # Final (source only) package creation:
gbp dch -R -a
- gbp buildpackage -k8F930BD1934C3E2140A258790747BD39BCFCAAAA --git-tag
+ gbp buildpackage -S -k8F930BD1934C3E2140A258790747BD39BCFCAAAA --git-tag
# Push the results to the repositories:
git push --all; git push --tags
deviations, say, in the release process of upstream releases (e.g., if
upstream changes the location where the tarballs reside).
-# Maintaining the repository
+Maintaining the repository
+--------------------------
I keep my development of the package (in particular, the master branch) at
GitHub and I usually try to have my changes there, since I am not always
alas... :-(
- -- Rogério Brito <rbrito@ime.usp.br>, Mon, 21 Jan 2019 12:46:26 -0200
+ -- Rogério Brito <rbrito@ime.usp.br>, Tue, 1 Oct 2019 15:45:10 -0300