[SCM] ntk/master: Add gbp.conf file to use pristine-tar by default

ross-guest at users.alioth.debian.org ross-guest at users.alioth.debian.org
Sat Apr 25 19:39:28 UTC 2015


The following commit has been merged in the master branch:
commit eb2794ee4ba3a48f708a6890e3a787d9602b15a1
Author: Ross Gammon <rossgammon at mail.dk>
Date:   Sat Apr 25 21:25:07 2015 +0200

    Add gbp.conf file to use pristine-tar by default

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

-- 
ntk packaging



More information about the pkg-multimedia-commits mailing list