[qmapshack] 01/01: Update gbp.conf to use common configuration.

Bas Couwenberg sebastic at debian.org
Sun Jul 2 14:23:30 UTC 2017


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

sebastic pushed a commit to branch master
in repository qmapshack.

commit 991905f02ddd9858d7d2cb673763109630f8f3cc
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Jul 2 15:58:20 2017 +0200

    Update gbp.conf to use common configuration.
---
 debian/changelog |  6 ++++++
 debian/gbp.conf  | 15 ++++++++++++++-
 2 files changed, 20 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 234144b..5f4ad5a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+qmapshack (1.8.1-2) UNRELEASED; urgency=medium
+
+  * Update gbp.conf to use common configuration.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Sun, 02 Jul 2017 15:58:02 +0200
+
 qmapshack (1.8.1-1) unstable; urgency=medium
 
   * Bump Standards-Version to 4.0.0, no changes.
diff --git a/debian/gbp.conf b/debian/gbp.conf
index f2c5d6a..21d0417 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -1,3 +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 = 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
-compression = gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/qmapshack.git



More information about the Pkg-grass-devel mailing list