diff options
author | Martin Lucina <martin@lucina.net> | 2012-01-23 10:28:25 +0100 |
---|---|---|
committer | Martin Lucina <martin@lucina.net> | 2012-01-23 10:28:25 +0100 |
commit | d0e3f5295361c9e5f3f8b5c6dd8df24804c071cf (patch) | |
tree | bd3ad7f27805b5fc6999517112b08566b9c534ea | |
parent | 5ea0ff8ad7b4fa193f698910897dab13ec50de99 (diff) |
Add package-specific gbp options
Git-Dch: Ignore
-rw-r--r-- | debian/gbp.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..3e74cbe --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,6 @@ +[DEFAULT] +pristine-tar = True + +[git-dch] +id-length = 7 + |