diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-11-03 10:59:04 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-11-03 10:59:04 -0200 |
commit | 86bf5ee5f72a3f23401a464b217e429f433a9179 (patch) | |
tree | 197dce979858375a774718ebbac9fc23a929033d /Makefile | |
parent | 7fca7cd0433e6f97080ecf12bee64ec4f38948ba (diff) | |
download | keyringer-86bf5ee5f72a3f23401a464b217e429f433a9179.tar.gz keyringer-86bf5ee5f72a3f23401a464b217e429f433a9179.tar.bz2 |
Update 'git-import-orig' to 'gbp import-orig'
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ release: debian: git checkout debian - git-import-orig --upstream-vcs-tag=$(VERSION) $(ARCHIVE)/keyringer-$(VERSION).tar.bz2 + gbp import-orig --upstream-vcs-tag=$(VERSION) $(ARCHIVE)/keyringer-$(VERSION).tar.bz2 # Fine tune debian/changelog prepared by git-dch dch -e git commit -a -m "Updating debian/changelog" |