[game-data-packager] 04/09: lintian: override unknown-section for local/*
Simon McVittie
smcv at debian.org
Sun Jan 17 17:36:41 UTC 2016
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to branch master
in repository game-data-packager.
commit 37a0ebfc2f4b2aff53be5fe6c247a22e6735d832
Author: Simon McVittie <smcv at debian.org>
Date: Sun Jan 17 13:11:06 2016 +0000
lintian: override unknown-section for local/*
---
game_data_packager/build.py | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/game_data_packager/build.py b/game_data_packager/build.py
index 1bccb87..5fb33a3 100644
--- a/game_data_packager/build.py
+++ b/game_data_packager/build.py
@@ -1576,6 +1576,10 @@ class PackagingTask(object):
return specfile
def fill_dest_dir_deb(self, package, destdir):
+ if package.component == 'local':
+ self.packaging.override_lintian(destdir, package.name,
+ 'unknown-section', 'local/%s' % package.section)
+
# same output as in dh_md5sums
# we only compute here the md5 we don't have yet,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git
More information about the Pkg-games-commits
mailing list