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 8a6bac0e08a16225dfea0e6c32f2c2979e86be01 Author: Alexandre Detiste <[email protected]> Date: Mon Dec 7 12:50:49 2015 +0100 our_dh_fixperms: chmod +x *.x86, thanks to Anonyme68#ubuntu-fr.org --- game_data_packager/build.py | 1 + 1 file changed, 1 insertion(+) diff --git a/game_data_packager/build.py b/game_data_packager/build.py index 92b6b13..728983d 100644 --- a/game_data_packager/build.py +++ b/game_data_packager/build.py @@ -1655,6 +1655,7 @@ class PackagingTask(object): os.chmod(full, 0o755) elif ((stat.S_IMODE(stat_res.st_mode) & 0o111) != 0 and (fn.endswith('.sh') + or fn.endswith('.x86') or dirpath.endswith('/usr/bin') or dirpath.endswith('/usr/games') or dirpath.endswith('/DEBIAN'))): -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

