summaryrefslogtreecommitdiff
diff options
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2018-09-26 23:46:57 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2018-09-26 23:49:08 +0200
commit3be37897790cb8d782042ca9a7295502dc723401 (patch)
tree5c040a46b977e68cbf408a530c03afedc77de67d
parent6d92a70d6539d1aed1fb0b07c02293f173e642f6 (diff)
debian/gbp.conf: add default settings to use gbp-buildpackage
-rw-r--r--debian/changelog6
-rw-r--r--debian/gbp.conf10
2 files changed, 16 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 4dd2b64df..720b5aaf8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+unity (7.5.0+18.10.20180926.2-0ubuntu2) UNRELEASED; urgency=medium
+
+ * debian/gbp.conf: add default settings to use gbp-buildpackage
+
+ -- Marco Trevisan (Treviño) <marco@ubuntu.com> Wed, 26 Sep 2018 23:47:35 +0200
+
unity (7.5.0+18.10.20180926.2-0ubuntu1) cosmic; urgency=medium
[ Alexander Hale ]
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 000000000..8d24e73cf
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,10 @@
+[DEFAULT]
+debian-tag = %(version)s
+upstream-tree = BRANCH
+upstream-branch = master
+
+[buildpackage]
+sign-tags = True
+
+[dch]
+multimaint-merge = True