[osm-gps-map] 151/153: Configure default options for repository

Ross Gammon ross-guest at moszumanska.debian.org
Tue May 13 19:59:09 UTC 2014


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

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit 2bc7fd118b62aecc9869ba356865950854db0f7a
Author: Ross Gammon <rossgammon at mail.dk>
Date:   Sat May 10 20:37:22 2014 +0200

    Configure default options for repository
---
 .gitignore                  |  1 +
 debian/gbp.conf             | 19 +++++++++++++++++++
 debian/source/local-options |  2 ++
 3 files changed, 22 insertions(+)

diff --git a/.gitignore b/.gitignore
index 191d83d..093cdc8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,3 +37,4 @@ ChangeLog
 .cproject
 .autotools
 .pydevproject
+.pc
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..714f26c
--- /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 sign tags
+sign-tags = True
diff --git a/debian/source/local-options b/debian/source/local-options
new file mode 100644
index 0000000..9cdfca9
--- /dev/null
+++ b/debian/source/local-options
@@ -0,0 +1,2 @@
+unapply-patches
+abort-on-upstream-changes

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



More information about the Pkg-grass-devel mailing list