[SCM] liblscp/master: Fix filter option in gbp.conf file.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Thu Dec 14 13:56:04 UTC 2017


The following commit has been merged in the master branch:
commit b76a3840c82f2ba2e183ae492d6b7b949b9630c4
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Thu Dec 14 14:36:12 2017 +0100

    Fix filter option in gbp.conf file.

diff --git a/debian/gbp.conf b/debian/gbp.conf
index dc4beea..307d441 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -1,4 +1,7 @@
 [DEFAULT]
 pristine-tar = True
-filter = */.git*
-filter = */autom4te.cache/*
+sign-tags = True
+
+[import-orig]
+filter = [ '.git*', 'autom4te.cache/*' ]
+filter-pristine-tar = True

-- 
liblscp packaging



More information about the pkg-multimedia-commits mailing list