[tenmado] 01/01: Replace deprecated dot notation with colon.

Markus Koschany apo-guest at moszumanska.debian.org
Mon Feb 2 20:20:25 UTC 2015


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 <apo at gambaru.de>
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



More information about the Pkg-games-commits mailing list