This is an automated email from the git hooks/post-receive script. vcheng pushed a commit to branch devel in repository wesnoth.
commit e5c861bf1d75be5c254a49e158a639914203d709 Author: Vincent Cheng <[email protected]> Date: Tue Apr 5 21:16:49 2016 -0700 add overrides for harmless lintian issues --- debian/wesnoth-1.13-tools.lintian-overrides | 3 +++ debian/wesnoth-BRANCH-tools.lintian-overrides.in | 3 +++ 2 files changed, 6 insertions(+) diff --git a/debian/wesnoth-1.13-tools.lintian-overrides b/debian/wesnoth-1.13-tools.lintian-overrides index cd2b9d1..27be013 100644 --- a/debian/wesnoth-1.13-tools.lintian-overrides +++ b/debian/wesnoth-1.13-tools.lintian-overrides @@ -1,3 +1,6 @@ # Wesnoth refuses to run if license file cannot be found; see #697933 wesnoth-1.13-tools: extra-license-file usr/share/games/wesnoth/1.13/data/tools/addon_manager/COPYING.txt wesnoth-1.13-tools: executable-not-elf-or-script usr/share/games/wesnoth/1.13/data/tools/*/*.py +wesnoth-1.13-tools: script-not-executable usr/share/games/wesnoth/1.13/utils/umc_dev/build/update_version +# wesnoth-1.13-tools already depends on python +wesnoth-1.13-tools: python-script-but-no-python-dep * diff --git a/debian/wesnoth-BRANCH-tools.lintian-overrides.in b/debian/wesnoth-BRANCH-tools.lintian-overrides.in index d34ccb6..47540d7 100644 --- a/debian/wesnoth-BRANCH-tools.lintian-overrides.in +++ b/debian/wesnoth-BRANCH-tools.lintian-overrides.in @@ -1,3 +1,6 @@ # Wesnoth refuses to run if license file cannot be found; see #697933 wesnoth-BRANCH-tools: extra-license-file usr/share/games/wesnoth/BRANCH/data/tools/addon_manager/COPYING.txt wesnoth-BRANCH-tools: executable-not-elf-or-script usr/share/games/wesnoth/BRANCH/data/tools/*/*.py +wesnoth-BRANCH-tools: script-not-executable usr/share/games/wesnoth/1.13/utils/umc_dev/build/update_version +# wesnoth-BRANCH-tools already depends on python +wesnoth-BRANCH-tools: python-script-but-no-python-dep * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/wesnoth.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

