[saga] 03/11: Add experimental brancht in vcs-git and gbp.conf
Johan Van de Wauw
johanvdw-guest at moszumanska.debian.org
Mon Nov 3 19:43:41 UTC 2014
This is an automated email from the git hooks/post-receive script.
johanvdw-guest pushed a commit to branch experimental
in repository saga.
commit 74c3ae99ad7b55db7db43c9dc1dce8d955d9ab57
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date: Fri Oct 31 21:27:47 2014 +0100
Add experimental brancht in vcs-git and gbp.conf
---
debian/control | 2 +-
debian/gbp.conf | 16 ++++++++++++++++
2 files changed, 17 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 854d773..85af494 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Build-Depends: libwxgtk3.0-dev,
dh-autoreconf
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/saga.git
-Vcs-Git: git://anonscm.debian.org/pkg-grass/saga.git
+Vcs-Git: git://anonscm.debian.org/pkg-grass/saga.git -b experimental
Homepage: http://www.saga-gis.org/
Package: saga
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..6464eea
--- /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 = experimental
+
+# 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/saga.git
More information about the Pkg-grass-devel
mailing list