summaryrefslogtreecommitdiff
path: root/projects/git-buildpackage/gbp.conf
diff options
context:
space:
mode:
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