summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2026-02-21 13:16:19 -0300
committerSilvio Rhatto <rhatto@riseup.net>2026-02-21 13:16:19 -0300
commita294ee4f646113cd4ab6935af6165115e35cb1be (patch)
tree7900a5ce0808dccb6502d81ee02ce2b14d90f026
parent2434b564f6f9abcf096d00fba169dfbccbcc8768 (diff)
parent88d9a40c5702e7ca368cdd1fc5783b32363ee58f (diff)
downloadkeyringer-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
-rw-r--r--ChangeLog4
-rw-r--r--Makefile5
-rwxr-xr-xkeyringer2
3 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7bb7c41..8b87629 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/Makefile b/Makefile
index 157a6f9..47ebced 100644
--- a/Makefile
+++ b/Makefile
@@ -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
diff --git a/keyringer b/keyringer
index 3685a63..4b25afd 100755
--- a/keyringer
+++ b/keyringer
@@ -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"