aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp.conf
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-07-04 03:18:48 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-07-04 03:18:48 -0700
commit34fcf4d9b3ece87a549f2eca16bcd499567a4c5c (patch)
tree9121d53cf150ff89ed093e269b2b9a7bd3ff1cde /gbp.conf
downloadgit-remote-gcrypt-34fcf4d9b3ece87a549f2eca16bcd499567a4c5c.tar.gz
Import git-remote-gcrypt_1.0.0-1.debian.tar.xz
[dgit import tarball git-remote-gcrypt 1.0.0-1 git-remote-gcrypt_1.0.0-1.debian.tar.xz]
Diffstat (limited to 'gbp.conf')
-rw-r--r--gbp.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/gbp.conf b/gbp.conf
new file mode 100644
index 0000000..ff9c2ec
--- /dev/null
+++ b/gbp.conf
@@ -0,0 +1,20 @@
+[DEFAULT]
+
+# Debian package maintainer is upstream project maintainer, so
+# everything lives on the master branch (from ver. 1.0.0-1 onwards)
+upstream-branch = master
+debian-branch = master
+# However, separate tags (e.g. one commit tagged both 1.0.0 and
+# debian/1.0.0-1) because git-remote-gcrypt is meant to be usable
+# outside of Debian
+upstream-tag = %(version)s
+debian-tag = debian/%(version)s
+
+# Some standard gbp settings
+sign-tags = True
+pristine-tar = True
+pristine-tar-commit = True
+
+color = on
+compression = xz
+compression-level = 9