[gmt] 03/29: Add gbp.conf to use pristine-tar by default.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sun Jun 7 18:33:34 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository gmt.
commit f967b4dcc732155b1156f5bef659b249a63b027d
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri Jun 5 14:29:40 2015 +0200
Add gbp.conf to use pristine-tar by default.
---
debian/changelog | 1 +
debian/gbp.conf | 16 ++++++++++++++++
2 files changed, 17 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index be1dfef..83525e9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,7 @@ gmt (5.1.1-1) UNRELEASED; urgency=medium
* Restructure control file with cme, changes:
- Update Vcs-Browser URL to use cgit instead of gitweb
- Bump Standards-Version to 3.9.6, no changes.
+ * Add gbp.conf to use pristine-tar by default.
-- Francesco Paolo Lovergine <frankie at debian.org> Wed, 27 Nov 2013 13:27:48 +0100
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..21d0417
--- /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 = 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/gmt.git
More information about the Pkg-grass-devel
mailing list