Author: bbk-guest Date: 2010-05-22 16:12:31 +0000 (Sat, 22 May 2010) New Revision: 10982
Modified: packages/trunk/playonlinux/debian/changelog packages/trunk/playonlinux/debian/rules Log: fix clean rule to compile twice in a row Modified: packages/trunk/playonlinux/debian/changelog =================================================================== --- packages/trunk/playonlinux/debian/changelog 2010-05-22 15:24:50 UTC (rev 10981) +++ packages/trunk/playonlinux/debian/changelog 2010-05-22 16:12:31 UTC (rev 10982) @@ -1,3 +1,9 @@ +playonlinux (3.7.6-2) UNRELEASED; urgency=low + + * Fix clean in debian/rules to compile twice in a row. + + -- Bertrand Marc <[email protected]> Sat, 22 May 2010 18:10:55 +0200 + playonlinux (3.7.6-1) unstable; urgency=low * New upstream release. Modified: packages/trunk/playonlinux/debian/rules =================================================================== --- packages/trunk/playonlinux/debian/rules 2010-05-22 15:24:50 UTC (rev 10981) +++ packages/trunk/playonlinux/debian/rules 2010-05-22 16:12:31 UTC (rev 10982) @@ -20,6 +20,8 @@ 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,7 +39,6 @@ chmod +x bash/terminals/* #temporary fix for ukrainian : mv lang/locale/ua lang/locale/uk - # Build architecture-independent files here. binary-indep: build install _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

