diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | Makefile | 5 | ||||
| -rwxr-xr-x | keyringer | 2 |
3 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2026-02-21 - 0.7.2 - Silvio Rhatto <rhatto@riseup.net> + + Updated Debian workflow + 2026-02-21 - 0.7.1 - Silvio Rhatto <rhatto@riseup.net> GitLab CI now running on Debian sid. @@ -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 @@ -142,7 +142,7 @@ function keyringer_dispatch { # Config NAME="keyringer" -KEYRINGER_VERSION="0.7.1" +KEYRINGER_VERSION="0.7.2" CONFIG_VERSION="0.1" CONFIG_BASE="$HOME/.$NAME" CONFIG="$CONFIG_BASE/config" |
