[osgearth] 02/02: Add gbp.conf to use pristine-tar and git-pbuilder by default.
Bas Couwenberg
sebastic at xs4all.nl
Sat Feb 22 00:29:24 UTC 2014
This is an automated email from the git hooks/post-receive script.
sebastic-guest pushed a commit to branch master
in repository osgearth.
commit 29947667b67bea82d962a136b04b9669aa1fd8dd
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat Feb 22 01:17:48 2014 +0100
Add gbp.conf to use pristine-tar and git-pbuilder by default.
---
debian/changelog | 1 +
debian/gbp.conf | 19 +++++++++++++++++++
2 files changed, 20 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index ad6ee31..b616e24 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ osgearth (2.5.0+dfsg-0~exp1) experimental; urgency=low
* Refresh cmake-FindMiniZip.patch.
* Add manpage for osgearth_tileindex, osgearth_terraineffects,
osgearth_sharedlayer & osgearth_demo.
+ * Add gbp.conf to use pristine-tar and git-pbuilder by default.
-- Bas Couwenberg <sebastic at xs4all.nl> Sun, 26 Jan 2014 01:56:28 +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/osgearth.git
More information about the Pkg-grass-devel
mailing list