[game-data-packager] 01/05: make_template -e: special-case scummvm

Alexandre Detiste detiste-guest at moszumanska.debian.org
Sun Aug 9 10:02:46 UTC 2015


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

detiste-guest pushed a commit to branch master
in repository game-data-packager.

commit 07c1964a63cdc5c88b0c2dea00c7e398c9590679
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Sun Aug 9 11:52:43 2015 +0200

    make_template -e: special-case scummvm
---
 game_data_packager/make_template.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/game_data_packager/make_template.py b/game_data_packager/make_template.py
index 1f403e2..9a1a4ad 100644
--- a/game_data_packager/make_template.py
+++ b/game_data_packager/make_template.py
@@ -442,6 +442,8 @@ def do_one_exec(pgm,lower):
                 continue
             file = line.split('"')[1]
             file = file.replace('//', '/')
+            if file.startswith('/usr/share/scummvm'):
+                continue
             if (not file.startswith('/usr/share/games')
               and not file.startswith('/usr/share/' + pgm[0])
               and not file.startswith('/usr/local/')):

-- 
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