diff options
author | Michael Prokop <mika@debian.org> | 2011-11-13 14:06:22 +0100 |
---|---|---|
committer | Frank Terbeck <ft@bewatermyfriend.org> | 2011-12-01 10:54:53 +0100 |
commit | 8773f1fcbc5e1b87d121a3a4739cb729795ae926 (patch) | |
tree | e3833592eb6fbc49761a38d4003dad3929872e09 /debian/gbp.conf | |
parent | ea0e8c35cb22935765771ee3a9f86fe91f121327 (diff) | |
download | zsh-8773f1fcbc5e1b87d121a3a4739cb729795ae926.tar.gz zsh-8773f1fcbc5e1b87d121a3a4739cb729795ae926.zip |
provide debian/gbp.conf for git-buildpackage and friends
Simplify (automated) building via git-buildpackage by shipping
an according debian/gbp.conf configuration file.
Diffstat (limited to 'debian/gbp.conf')
-rw-r--r-- | debian/gbp.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 000000000..f19a44fd0 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,11 @@ +# Configuration file for git-buildpackage and friends + +[DEFAULT] +upstream-branch = zsh-4.3.13 +debian-branch = debian +upstream-tree = branch + +# Options only affecting git-dch +[git-dch] +id-length = 7 +meta = True |