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

sebastic-guest pushed a commit to branch master
in repository qgis.

commit 616228e902d59bd6430bfd7aea8eb33ed018eee2
Author: Bas Couwenberg <sebas...@xs4all.nl>
Date:   Fri Feb 21 20:07:57 2014 +0100

    Add gbp.conf to use pristine-tar and pbuilder by default.
---
 debian/changelog |  1 +
 debian/gbp.conf  | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 8d2a1e5..cc2ff26 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ qgis (2.0.1-3) UNRELEASED; urgency=low
     ${sip:Depends}' warnings.
   * Add ${misc:Pre-Depends} for qgis-providers.
   * Use python substitution variables for python-qgis only.
+  * Add gbp.conf to use pristine-tar and pbuilder by default.
 
  -- Bas Couwenberg <sebas...@xs4all.nl>  Sat, 15 Feb 2014 18:20:29 +0100
 
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..006eed8
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,19 @@
+[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
+
+# Always use pbuilder
+builder = /usr/bin/git-pbuilder

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

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to