This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository tenmado.
commit c169f4198cdcf31838735220d20c600f1c257046 Author: Markus Koschany <[email protected]> Date: Mon Feb 2 21:19:23 2015 +0100 Replace deprecated dot notation with colon. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 8059ab0..7a6e6e8 100755 --- a/debian/rules +++ b/debian/rules @@ -26,6 +26,6 @@ override_dh_install: override_dh_fixperms: dh_fixperms - chown root.games $(CURDIR)/debian/tenmado/usr/games/tenmado + 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

