This is an automated email from the git hooks/post-receive script. bmarc pushed a commit to branch master in repository playonlinux.
commit 04c97953a62937ca3a3c1224fa31a6f854d7c6f0 Author: Bertrand Marc <[email protected]> Date: Wed May 19 12:44:49 2010 +0000 Temporary fix for ukrainian localecd --- debian/changelog | 3 ++- debian/rules | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 84e14ee..242501d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,9 @@ playonlinux (3.7.6-1) unstable; urgency=low * Switch to dpkg-source 3.0 (quilt) format. * Refresh debian/rules, remove any quilt references. * Complete upstream changelog. + * debian/rules : temporary fix ukrainian locale. - -- Bertrand Marc <[email protected]> Sun, 02 May 2010 13:51:23 +0200 + -- Bertrand Marc <[email protected]> Wed, 19 May 2010 14:36:48 +0200 playonlinux (3.7.3-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 6c01533..098c93a 100755 --- a/debian/rules +++ b/debian/rules @@ -35,6 +35,8 @@ install: build chmod +x lib/* chmod +x lang/old/* chmod +x bash/terminals/* + #temporary fix for ukrainian : + mv lang/locale/ua lang/locale/uk # Build architecture-independent files here. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/playonlinux.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

