summaryrefslogtreecommitdiffstats
path: root/debian/gbp.conf
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 12:36:05 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 12:36:05 +0000
commit8bc37fc67193505a5a346fd2f1bee70476eb3942 (patch)
tree24bc012bd3fa1f2e7cb96ac12c041bafe31b0670 /debian/gbp.conf
parentAdding upstream version 1.1.0. (diff)
downloadicingadb-8bc37fc67193505a5a346fd2f1bee70476eb3942.tar.xz
icingadb-8bc37fc67193505a5a346fd2f1bee70476eb3942.zip
Adding debian version 1.1.0-1.debian/1.1.0-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/gbp.conf')
-rw-r--r--debian/gbp.conf22
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..e5a4bce
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,22 @@
+[DEFAULT]
+
+# The default name for the upstream branch is "upstream".
+# Change it if the name is different (for instance, "master").
+upstream-branch = upstream
+
+# The default name for the Debian branch is "master".
+# Change it if the name is different (for instance, "debian/unstable").
+debian-branch = master
+
+# git-import-orig uses the following names for the upstream tags.
+# Change the value if you are not using git-import-orig
+upstream-tag = upstream/%(version)s
+
+# Always use pristine-tar.
+pristine-tar = True
+
+[buildpackage]
+pbuilder-options = --source-only-changes
+
+[import-orig]
+component = dependencies