[Pkg-javascript-commits] [node-findit2] 01/01: Add gbp.conf to force use of pristine-tar

Ross Gammon ross-guest at moszumanska.debian.org
Sat Nov 11 18:47:26 UTC 2017


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

ross-guest pushed a commit to branch master
in repository node-findit2.

commit 89be895a3a8aa663721c5f08a0b4b1431b85f486
Author: Ross Gammon <rossgammon at debian.org>
Date:   Sat Nov 11 19:46:55 2017 +0100

    Add gbp.conf to force use of pristine-tar
---
 debian/gbp.conf | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..462aef2
--- /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
+
+# Applies to all commands
+sign-tags = True

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-findit2.git



More information about the Pkg-javascript-commits mailing list