[python-mpop] 01/01: Add gbp.conf to use pristine-tar by default.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sat Feb 27 19:46:53 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository python-mpop.
commit 92fe74f0447b32856893e152940cad420b13e316
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat Feb 27 20:40:22 2016 +0100
Add gbp.conf to use pristine-tar by default.
---
debian/changelog | 4 ++++
debian/gbp.conf | 16 ++++++++++++++++
2 files changed, 20 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 641e1a1..db95ec8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
python-mpop (1.2.1-1) unstable; urgency=medium
+ [ Antonio Valentino ]
* New upstream release (Closes: #813873)
* Refresh all patches
* Fix debian/watch file
@@ -16,6 +17,9 @@ python-mpop (1.2.1-1) unstable; urgency=medium
- new tempararily-disable-TestProjector.test_init.patch: see upstream
bug https://github.com/pytroll/pyresample/issues/36
+ [ Bas Couwenberg ]
+ * Add gbp.conf to use pristine-tar by default.
+
-- Antonio Valentino <antonio.valentino at tiscali.it> Sat, 27 Feb 2016 18:15:15 +0000
python-mpop (1.0.0-1) unstable; urgency=low
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/python-mpop.git
More information about the Pkg-grass-devel
mailing list