summaryrefslogtreecommitdiffstats
path: root/debian/gbp.conf
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2013-11-04 09:17:57 +0100
committerDidier Raboud <odyx@debian.org>2013-11-04 09:17:57 +0100
commit2d2037ca300b67bceffbf4e93eec44efbedfccbf (patch)
tree25203ad30e35f3faf8fbaa02c10b6afebde7dcd6 /debian/gbp.conf
parent2ae9ad78069800fb726ef545a0560beeefd9f049 (diff)
downloadcolobot-2d2037ca300b67bceffbf4e93eec44efbedfccbf.tar.gz
colobot-2d2037ca300b67bceffbf4e93eec44efbedfccbf.tar.bz2
colobot-2d2037ca300b67bceffbf4e93eec44efbedfccbf.zip
Add small gbp.conf
Diffstat (limited to 'debian/gbp.conf')
-rw-r--r--debian/gbp.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..a7e1131
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,10 @@
+[DEFAULT]
+# the default branch for upstream sources:
+upstream-branch = master
+# the default branch for the debian patch:
+debian-branch = debian
+[git-dch]
+# don't include information from meta tags:
+meta = true
+# include the full commit message in the changelog:
+full = True