diff options
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 |
