diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-11-03 11:03:19 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-11-03 11:03:19 -0200 |
commit | 3c23d9d24eb07c6faab184e3da30b2c7efe7028e (patch) | |
tree | 6e7e9a298cb92b43d2c2743e5b9cd9230d0ad131 | |
parent | 98d826f243e2d183adab5af90a29887bafd55a3d (diff) | |
download | keyringer-3c23d9d24eb07c6faab184e3da30b2c7efe7028e.tar.gz keyringer-3c23d9d24eb07c6faab184e3da30b2c7efe7028e.tar.bz2 |
Update 'git-dch' to 'gbp dch'
-rw-r--r-- | debian/gbp.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf index 9734d4d..2ea989d 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -7,4 +7,4 @@ pristine-tar = True [git-import-orig] dch = False -postimport = git-dch -N%(version)s -S -a --debian-branch=$GBP_BRANCH +postimport = gbp dch -N%(version)s -S -a --debian-branch=$GBP_BRANCH |