aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/gbp.conf
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-02-19 09:59:28 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-02-19 09:59:28 -0700
commit88b406aba96c65027cd05949cbffbecbff34a1cf (patch)
tree7b9ff6513d862887b2f923dd33c45c77b8bbc08c /debian/gbp.conf
parent75f148c25cf7dff4739e711fb8c252358bfee409 (diff)
downloadgit-remote-gcrypt-88b406aba96c65027cd05949cbffbecbff34a1cf.tar.gz
drop d/links and d/gbp.conf
Diffstat (limited to 'debian/gbp.conf')
-rw-r--r--debian/gbp.conf20
1 files changed, 0 insertions, 20 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf
deleted file mode 100644
index ff9c2ec..0000000
--- a/debian/gbp.conf
+++ /dev/null
@@ -1,20 +0,0 @@
-[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