This is an automated email from the git hooks/post-receive script. jordi pushed a commit to branch master in repository mame.
commit 6bf59353bd9df1b56a276630efbd8a6099c55ecd Author: Jordi Mallach <[email protected]> Date: Fri Jul 15 12:42:57 2016 +0200 chmod lang files after purging the cruft. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index bc7a767..30284a0 100755 --- a/debian/rules +++ b/debian/rules @@ -201,8 +201,8 @@ override_dh_fixperms-indep: find debian/mame-data/usr/share/games/mame/fonts -type f -execdir chmod 644 {} \; find debian/mame-data/usr/share/games/mame/hash -type f -execdir chmod 644 {} \; find debian/mame-data/usr/share/games/mame/keymaps -type f -execdir chmod 644 {} \; - find debian/mame-data/usr/share/games/mame/language -type f -execdir chmod 644 {} \; find debian/mame-data/usr/share/games/mame/language -type f -name "*.po" -delete + find debian/mame-data/usr/share/games/mame/language -type f -execdir chmod 644 {} \; find debian/mame-data/usr/share/games/mame/plugins -type f -execdir chmod 644 {} \; PKD := $(abspath $(dir $(MAKEFILE_LIST))) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mame.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

