aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/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
commit8e1bacb80ec77a92dfc21934f0275697d6e5a0c2 (patch)
treeda4b0f32fb35aee34bad22955ac25abbb25ec229 /debian/gbp.conf
parentc233ea871b7a45b620e920c5ff0720ecd7e48f4c (diff)
parenta8efd51ae49e223adb5be406bc7f848c3ee825fc (diff)
downloadgit-remote-gcrypt-8e1bacb80ec77a92dfc21934f0275697d6e5a0c2.tar.gz
Record git-remote-gcrypt (1.0.0-1) in archive suite sid
Diffstat (limited to 'debian/gbp.conf')
-rw-r--r--debian/gbp.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..ff9c2ec
--- /dev/null
+++ b/debian/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