summaryrefslogtreecommitdiff
path: root/Makefile
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 /Makefile
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
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