summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas D Steeves <sten@debian.org>2023-06-03 21:01:17 -0400
committerNicholas D Steeves <sten@debian.org>2023-06-03 21:01:17 -0400
commitc32b3b5fd1570285794ee67cb36f838dae8bb10c (patch)
treeef748d092f536756e58a6e5621d5dccafe3d701a
parent3908c1c9c3a306eddc60bd2ecf43172a5d6a23bd (diff)
Add gbp.conf
-rw-r--r--debian/changelog1
-rw-r--r--debian/gbp.conf11
2 files changed, 12 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 383b9cd..d47067e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ org-contrib (0.4.1-1~exp1) UNRELEASED; urgency=medium
* Team upload.
* New upstream release.
* Add watch file.
+ * Add gbp.conf.
-- Nicholas D Steeves <sten@debian.org> Sat, 03 Jun 2023 20:59:27 -0400
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..19fcce1
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,11 @@
+[DEFAULT]
+debian-branch = master
+upstream-tag = release_%(version)s
+debian-tag = debian/%(version)s
+
+sign-tags = True
+pristine-tar = False
+pristine-tar-commit = False
+
+compression = xz
+compression-level = 9