[SCM] kodiplatform/master: Add configuration file for git-buildpackage
rbalint at users.alioth.debian.org
rbalint at users.alioth.debian.org
Wed Sep 9 22:18:00 UTC 2015
The following commit has been merged in the master branch:
commit d2c07d39940ae8d71b66c6903f38b4d1db0fed24
Author: Balint Reczey <balint at balintreczey.hu>
Date: Wed Sep 9 17:46:29 2015 +0200
Add configuration file for git-buildpackage
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..8987420
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,13 @@
+[DEFAULT]
+# master and upstream branches are uploaded to unstable
+upstream-branch = master
+debian-branch = debian
+
+# there are separate branches for stable and experimental
+#upstream-branch = upstream-experimental
+#debian-branch = master-experimental
+pristine-tar = False
+sign-tags = True
+
+[git-import-orig]
+filter = .gitignore
--
kodiplatform packaging
More information about the pkg-multimedia-commits
mailing list