This is an automated email from the git hooks/post-receive script. jordi pushed a commit to branch master in repository mame.
commit f469840b5138f7f43e563364c9c3029a830a9067 Author: Jordi Mallach <[email protected]> Date: Wed Jul 13 09:39:34 2016 +0200 Prune .po files, we only need .mo. --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index cf8b3be..3b1bbc8 100755 --- a/debian/rules +++ b/debian/rules @@ -190,6 +190,7 @@ override_dh_fixperms-indep: 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/plugins -type f -execdir chmod 644 {} \; chmod 644 debian/mame-data/usr/share/games/mame/uismall.bdf -- 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

