[osm2pgrouting] 04/24: Update gbp.conf with Debian GIS defaults.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Apr 29 18:47:34 UTC 2016


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

sebastic pushed a commit to branch master
in repository osm2pgrouting.

commit d3b163f9834b19f6c844db0e7128a01da44cf472
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Apr 29 19:23:52 2016 +0200

    Update gbp.conf with Debian GIS defaults.
---
 debian/gbp.conf | 24 +++++++++++-------------
 1 file changed, 11 insertions(+), 13 deletions(-)

diff --git a/debian/gbp.conf b/debian/gbp.conf
index fcb05fd..21d0417 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -1,18 +1,16 @@
 [DEFAULT]
-pristine-tar = True
-debian-branch = master
+
+# The default name for the upstream branch is "upstream".
+# Change it if the name is different (for instance, "master").
 upstream-branch = upstream
-cleaner = fakeroot debian/rules clean
 
-[git-buildpackage]
-export-dir = ../build-area/
-#tarball-dir = ../tarballs/
-#sign-tags = True
-#keyid = 0xdeadbeef
-#ignore-new = True
+# 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]
-#dch = False
+# 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
 
-[git-dch]
-#git-log = --no-merges
+# Always use pristine-tar.
+pristine-tar = True

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



More information about the Pkg-grass-devel mailing list