r11286 - packages/trunk/playonlinux/debian
Bertrand Marc
bbk-guest at alioth.debian.org
Wed Aug 25 08:40:11 UTC 2010
Author: bbk-guest
Date: 2010-08-25 08:40:10 +0000 (Wed, 25 Aug 2010)
New Revision: 11286
Modified:
packages/trunk/playonlinux/debian/changelog
packages/trunk/playonlinux/debian/rules
Log:
Remove temporary fix to compile twice in a row
Modified: packages/trunk/playonlinux/debian/changelog
===================================================================
--- packages/trunk/playonlinux/debian/changelog 2010-08-25 08:37:50 UTC (rev 11285)
+++ packages/trunk/playonlinux/debian/changelog 2010-08-25 08:40:10 UTC (rev 11286)
@@ -2,8 +2,9 @@
* New upstream release.
* Refresh patches.
+ * Remove temporary fix to compile twice in a row.
- -- Bertrand Marc <beberking at gmail.com> Wed, 25 Aug 2010 10:36:44 +0200
+ -- Bertrand Marc <beberking at gmail.com> Wed, 25 Aug 2010 10:39:24 +0200
playonlinux (3.7.7-1) UNRELEASED; urgency=low
Modified: packages/trunk/playonlinux/debian/rules
===================================================================
--- packages/trunk/playonlinux/debian/rules 2010-08-25 08:37:50 UTC (rev 11285)
+++ packages/trunk/playonlinux/debian/rules 2010-08-25 08:40:10 UTC (rev 11286)
@@ -20,8 +20,6 @@
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 @@
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
More information about the Pkg-games-commits
mailing list