[Pkg-owncloud-commits] [qtkeychain] 56/63: Added gbp.conf

Sandro Knauß hefee at debian.org
Sat Jun 10 14:39:33 UTC 2017


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

hefee pushed a commit to branch master
in repository qtkeychain.

commit e6e49c29589ea4d205176b8aefe0c767e7006e33
Author: Sandro Knauß <hefee at debian.org>
Date:   Sat Jun 10 14:18:15 2017 +0200

    Added gbp.conf
---
 debian/gbp.conf | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..cc7cc0f
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,38 @@
+[DEFAULT]
+cleaner = fakeroot debian/rules clean
+# Create pristine-tar on import
+pristine-tar = True
+
+[buildpackage]
+export-dir = ../build-area/
+
+[import-orig]
+# Filter out unwanted files/dirs from upstream
+filter = [
+    '*egg.info',
+    '.bzr',
+    '.hg',
+    '.hgtags',
+    '.svn',
+    'CVS',
+    '*/debian/*',
+    'debian/*',
+    '.gitignore'
+    ]
+# filter the files out of the tarball passed to pristine-tar
+filter-pristine-tar = True
+
+[git-import-dsc]
+filter = [
+    'CVS',
+    '.cvsignore',
+    '.hg',
+    '.hgignore',
+    '.bzr',
+    '.bzrignore',
+    '.gitignore'
+    ]
+
+[git-dch]
+# ignore merge commit messages
+git-log = --no-merges

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/qtkeychain.git



More information about the Pkg-owncloud-commits mailing list