[ncl] 03/05: Add gbp.conf file

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jul 28 11:38:39 UTC 2017


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

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

commit 28c430fc51e4d81a0280989cc70f1dd59fb51713
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Mon Jul 24 09:49:39 2017 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 213693c..b1ac8c7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
-ncl (6.4.0-2) unstable; urgency=medium
+ncl (6.4.0-2) UNRELEASED; urgency=medium
 
   * Standards-Version: 4.0.0; no changes required
+  * Add gbp.conf file
 
  -- Alastair McKinstry <mckinstry at debian.org>  Tue, 20 Jun 2017 07:00:54 +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/ncl.git



More information about the debian-science-commits mailing list