Author: bbk-guest Date: 2009-10-20 13:57:14 +0000 (Tue, 20 Oct 2009) New Revision: 10439
Modified: packages/trunk/playonlinux/debian/changelog packages/trunk/playonlinux/debian/control Log: add depends: binutils to provide ar Modified: packages/trunk/playonlinux/debian/changelog =================================================================== --- packages/trunk/playonlinux/debian/changelog 2009-10-20 09:58:33 UTC (rev 10438) +++ packages/trunk/playonlinux/debian/changelog 2009-10-20 13:57:14 UTC (rev 10439) @@ -1,3 +1,9 @@ +playonlinux (3.7-2) unstable; urgency=low + + * Depends on binutils to provide ar (LP: #456276). + + -- Bertrand Marc <[email protected]> Tue, 20 Oct 2009 15:39:55 +0200 + playonlinux (3.7-1) unstable; urgency=low * New upstream release: Modified: packages/trunk/playonlinux/debian/control =================================================================== --- packages/trunk/playonlinux/debian/control 2009-10-20 09:58:33 UTC (rev 10438) +++ packages/trunk/playonlinux/debian/control 2009-10-20 13:57:14 UTC (rev 10439) @@ -11,7 +11,7 @@ Package: playonlinux Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, wine|wine-unstable, unzip, wget, x-terminal-emulator, python-wxgtk2.8, imagemagick, cabextract, mesa-utils, gettext-base +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, wine|wine-unstable, unzip, wget, x-terminal-emulator, python-wxgtk2.8, imagemagick, cabextract, mesa-utils, gettext-base, binutils Suggests: ttf-mscorefonts-installer Description: front-end for Wine PlayOnLinux is a front-end for wine. It permits you to easily install Windows _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

