diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2026-02-21 13:16:19 -0300 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2026-02-21 13:16:19 -0300 |
| commit | a294ee4f646113cd4ab6935af6165115e35cb1be (patch) | |
| tree | 7900a5ce0808dccb6502d81ee02ce2b14d90f026 /Makefile | |
| parent | 2434b564f6f9abcf096d00fba169dfbccbcc8768 (diff) | |
| parent | 88d9a40c5702e7ca368cdd1fc5783b32363ee58f (diff) | |
| download | keyringer-upstream_keyringer_0.7.2.tar.gz keyringer-upstream_keyringer_0.7.2.tar.bz2 | |
New upstream version 0.7.2upstream_keyringer_0.7.2upstream
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -113,6 +113,11 @@ release: debian: git checkout debian + # Setup a temporary .gitignore to allow "gbp import-orig" to work without issues + # This .gitignore will be removed by "gbp import-orig" anyway, but it allow it to run without complaining of untracked files + git checkout develop .gitignore + git add .gitignore + git commit -m 'Chore: set a temporary .gitignore so "gbp import-origin" does not complain' gbp import-orig --upstream-vcs-tag=$(VERSION) $(ARCHIVE)/keyringer-$(VERSION).tar.bz2 # Fine tune debian/changelog prepared by git-dch dch -e |
