[SCM] libgig/master: Improve filter option in gbp.conf file.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Mon Nov 27 12:06:10 UTC 2017


The following commit has been merged in the master branch:
commit ce58613ce673eb11f909605a5aa1d5eaa246fbc7
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Mon Nov 27 13:05:19 2017 +0100

    Improve filter option in gbp.conf file.

diff --git a/debian/gbp.conf b/debian/gbp.conf
index ff8830a..69353ed 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -2,6 +2,7 @@
 pristine-tar = True
 compression = bz2
 sign-tags = True
-filter = */.git*
-filter = */autom4te.cache/*
-filter = */debian/*
+
+[import-orig]
+filter = [ '*/.git*', '*/autom4te.cache/*', '*/debian/*' ]
+filter-pristine-tar = True

-- 
libgig packaging



More information about the pkg-multimedia-commits mailing list