This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository tenmado.
commit 52289eab3256e4128cd2d8824177dfe63fe2c82d Author: Markus Koschany <[email protected]> Date: Sun Feb 1 16:07:51 2015 +0100 Override dh_fixperms and ensure that tenmado is able to modify the hiscore file. --- debian/rules | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/rules b/debian/rules index 1e4a821..8059ab0 100755 --- a/debian/rules +++ b/debian/rules @@ -24,3 +24,8 @@ override_dh_install: cp icon.png debian/tenmado.png dh_install +override_dh_fixperms: + dh_fixperms + chown root.games $(CURDIR)/debian/tenmado/usr/games/tenmado + chmod 2755 $(CURDIR)/debian/tenmado/usr/games/tenmado + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/tenmado.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

