This is an automated email from the git hooks/post-receive script. bmarc pushed a commit to branch master in repository playonlinux.
commit 28ef2053398c6984ca0673ec61a9be87b35644e6 Author: Bertrand Marc <[email protected]> Date: Wed Aug 25 08:40:10 2010 +0000 Remove temporary fix to compile twice in a row --- debian/changelog | 3 ++- debian/rules | 4 ---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 20265d7..132b0e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,9 @@ playonlinux (3.8-1) unstable; urgency=low * New upstream release. * Refresh patches. + * Remove temporary fix to compile twice in a row. - -- Bertrand Marc <[email protected]> Wed, 25 Aug 2010 10:36:44 +0200 + -- Bertrand Marc <[email protected]> Wed, 25 Aug 2010 10:39:24 +0200 playonlinux (3.7.7-1) UNRELEASED; urgency=low diff --git a/debian/rules b/debian/rules index d79d734..e91fb98 100755 --- a/debian/rules +++ b/debian/rules @@ -20,8 +20,6 @@ clean: dh_testroot rm -f build-stamp dh_clean - #temporary fix for ukrainian : - [ -d lang/locale/ua ] || mv lang/locale/uk lang/locale/ua install: build dh_testdir @@ -37,8 +35,6 @@ 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. binary-indep: build install -- 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

