[gadap] 14/16: Add debian/gbp.conf file

Alastair McKinstry mckinstry at moszumanska.debian.org
Thu Jul 27 15:28:47 UTC 2017


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to branch debian/master
in repository gadap.

commit 164cbc44c2f921740ddd36e7d5cfc992111b27e6
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Thu Jul 27 16:24:49 2017 +0100

    Add debian/gbp.conf file
---
 debian/changelog |  1 +
 debian/gbp.conf  | 16 ++++++++++++++++
 2 files changed, 17 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c79554e..484426b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ gadap (2.0-9) UNRELEASED; urgency=medium
 
   * Standards-Version: 4.0.0; no changes required
   * B-D on dh-autoreconf and autoconf no longer required
+  * Add debian/gbp.conf file
 
  -- Alastair McKinstry <mckinstry at debian.org>  Thu, 27 Jul 2017 16:15:26 +0100
 
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..0f92903
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,16 @@
+[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 = debian/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 = False

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gadap.git



More information about the debian-science-commits mailing list