[Pkg-samba-maint] [samba] 01/07: filter chm files from upstream tarball

Ivo De Decker ivodd at moszumanska.debian.org
Mon Oct 20 22:39:35 UTC 2014


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

ivodd pushed a commit to branch master
in repository samba.

commit 8010ccaa73b27a62b3c7060a1de825e0ad6a533b
Author: Ivo De Decker <ivodd at debian.org>
Date:   Mon Oct 20 23:32:49 2014 +0200

    filter chm files from upstream tarball
    
    Avoid lintian error source-contains-prebuilt-ms-help-file
---
 debian/gbp.conf | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/gbp.conf b/debian/gbp.conf
index 6b69b01..2f30dd2 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -5,6 +5,12 @@ upstream-branch = upstream_4.1
 ignore-branch = True
 
 [git-import-orig]
-filter = [ 'source4/heimdal/lib/wind/*txt', 'source4/ldap_server/devdocs' ]
+filter = [
+# non-free RFC's
+  'source4/heimdal/lib/wind/*txt',
+  'source4/ldap_server/devdocs',
+# lintian source-contains-prebuilt-ms-help-file
+  '*chm',
+  ]
 filter-pristine-tar = True
 debian-branch = master

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




More information about the Pkg-samba-maint mailing list