This is an automated email from the git hooks/post-receive script. vcheng pushed a commit to branch master in repository wesnoth.
commit f3201f8ab2d9b09eaad1f1b34eb0c0a00ee940e0 Author: Vincent Cheng <[email protected]> Date: Tue Apr 5 21:50:31 2016 -0700 add overrides for harmless lintian issue --- debian/wesnoth-1.12-tools.lintian-overrides | 3 +++ debian/wesnoth-BRANCH-tools.lintian-overrides.in | 3 +++ 2 files changed, 6 insertions(+) diff --git a/debian/wesnoth-1.12-tools.lintian-overrides b/debian/wesnoth-1.12-tools.lintian-overrides index 1845942..73e2a89 100644 --- a/debian/wesnoth-1.12-tools.lintian-overrides +++ b/debian/wesnoth-1.12-tools.lintian-overrides @@ -1,3 +1,6 @@ # Wesnoth refuses to run if license file cannot be found; see #697933 wesnoth-1.12-tools: extra-license-file usr/share/games/wesnoth/1.12/data/tools/addon_manager/COPYING.txt wesnoth-1.12-tools: executable-not-elf-or-script usr/share/games/wesnoth/1.12/data/tools/*/*.py +wesnoth-1.12-tools: script-not-executable usr/share/games/wesnoth/1.12/utils/umc_dev/build/update_version +# wesnoth-1.12-tools already depends on python +wesnoth-1.12-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..b27b0f7 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/BRANCH/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

