summaryrefslogtreecommitdiff
path: root/projects/git-buildpackage/gbp.conf
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2013-06-26 21:35:09 +0200
committerGuido Günther <agx@sigxcpu.org>2013-06-26 21:35:09 +0200
commit1147e1931a2c42929f7fc1bbb097d3319adbc508 (patch)
tree0420c71d03c26d73292312ed40890789a26d9833 /projects/git-buildpackage/gbp.conf
parent3a3744509d4d4d5ee838d42cca77953186eb3d5b (diff)
Use new gbp <command> syntax
Diffstat (limited to 'projects/git-buildpackage/gbp.conf')
-rw-r--r--projects/git-buildpackage/gbp.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/projects/git-buildpackage/gbp.conf b/projects/git-buildpackage/gbp.conf
index 3065548..7da678d 100644
--- a/projects/git-buildpackage/gbp.conf
+++ b/projects/git-buildpackage/gbp.conf
@@ -5,7 +5,7 @@ keyid = 0x3f3e6426
# use pristine tar by defaul
pristine-tar = True
-[git-dch]
+[dch]
# Parse meta tags like Closes: from commit messages
meta = True
# Add seven digits of the commits sha1 to the commit message
@@ -17,7 +17,7 @@ full = True
# Ignore these in commit messages
ignore-regex = (Signed-off|Acked)-by:
-[git-buildpackage]
+[buildpackage]
# Automatically push to remote repo after tagging a new release
posttag = /usr/share/doc/git-buildpackage/examples/gbp-posttag-push
# Run Lintian after a succesful build
@@ -27,6 +27,6 @@ builder = dpkg-buildpackage -i -I -uc -us
# Clean command
cleaner = /bin/true
-[git-import-orig]
+[import-orig]
# Automatically forward the changelog after importing a new upstream version
postimport = git-dch -N%(version)s -S -a --debian-branch=$GBP_BRANCH