tags 679466 - confirmed
thanks

Hi,

> There's new packages of wine-unstable version 1.5.6 but there has been some
> changes. In amd64 the package wine-bin-unstable has been renamed
> wine64-bin-unstable so q4wine won't install because of missing dependency.
> This also applies to the newer version of q4wine in experimental.
> I simply rebuild the q4wine package with the new dependency and it works.

Sorry, but after more detail research I found that packages wine64-bin and
wine64-bin-unstable are not independent. They just provide documentation. See:
  http://packages.debian.org/sid/wine64-bin-unstable
  http://packages.debian.org/sid/amd64/wine64-bin-unstable/filelist
  http://packages.debian.org/sid/wine64-bin
  http://packages.debian.org/sid/amd64/wine64-bin/filelist

So wine-bin-unstable or wine-bin should be installed in any case...

$ cat /usr/bin/wine
#!/bin/sh

echo "This is the wine64-bin helper package, which does not provide wine 
itself,"
echo "but instead exists solely to provide the following information about"
echo "enabling multiarch on your system in order to be able to install and run"
echo "the 32-bit wine packages."
echo ""
echo "The following commands should be issued as root or via sudo in order to"
echo "enable multiarch (the last command installs 32-bit wine):"
echo ""
echo "  # dpkg --add-architecture i386"
echo "  # sed -i 's/deb\ /deb\ [arch=amd64,i386]\ /g' /etc/apt/sources.list"
echo "  # apt-get update"
echo "  # apt-get install wine-bin:i386"
echo ""
echo "Be very careful as spaces matter above.  For kfreebsd systems, replace 
i386"
echo "and amd64 with kfreebsd-i386 and kfreebsd-amd64.  Note that this package"
echo "(wine64-bin) will be removed in the process.  For more information on the"
echo "multiarch conversion, see:"
echo "http://wiki.debian.org/Multiarch/HOWTO";

Regards,
Boris

Reply via email to