Author: bbk-guest Date: 2015-09-19 09:53:02 +0000 (Sat, 19 Sep 2015) New Revision: 15530
Modified: packages/trunk/playonlinux/debian/changelog packages/trunk/playonlinux/debian/control Log: Depend on wine32:any|wine32-development:any to make sure britney is aware of the mutliarch dependency. Modified: packages/trunk/playonlinux/debian/changelog =================================================================== --- packages/trunk/playonlinux/debian/changelog 2015-09-19 09:51:08 UTC (rev 15529) +++ packages/trunk/playonlinux/debian/changelog 2015-09-19 09:53:02 UTC (rev 15530) @@ -1,6 +1,8 @@ playonlinux (4.2.9-1) UNRELEASED; urgency=medium * New upstream release. + * Depend on wine32:any|wine32-development:any to make sure britney is + aware of the mutliarch dependency. -- Bertrand Marc <[email protected]> Sat, 19 Sep 2015 11:42:36 +0200 Modified: packages/trunk/playonlinux/debian/control =================================================================== --- packages/trunk/playonlinux/debian/control 2015-09-19 09:51:08 UTC (rev 15529) +++ packages/trunk/playonlinux/debian/control 2015-09-19 09:53:02 UTC (rev 15530) @@ -11,7 +11,7 @@ Package: playonlinux Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, wine|wine-development, wine32|wine32-development, unzip, wget, xterm|x-terminal-emulator, python-wxgtk3.0, imagemagick, cabextract, mesa-utils, gettext-base, binutils, gnupg, icoutils, x11-utils, curl, netcat, bzip2, p7zip-full +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, wine|wine-development, wine32:any|wine32-development:any, unzip, wget, xterm|x-terminal-emulator, python-wxgtk3.0, imagemagick, cabextract, mesa-utils, gettext-base, binutils, gnupg, icoutils, x11-utils, curl, netcat, bzip2, p7zip-full Suggests: ttf-mscorefonts-installer, scrot 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/cgi-bin/mailman/listinfo/pkg-games-commits

