https://bugs.winehq.org/show_bug.cgi?id=46936
--- Comment #29 from Sveinar Søpler cybermax@dexter.no --- I am pusing some new packages now, so they are in the process of being built.
These are based on the 19.04 source released yesterday.
Most likely you get an error when trying to upgrade the package (either libfaudio0 cannot be upgraded, or winehq-devel has been kept back), you have to do the following:
For those that have added the OBS repo:
sudo apt remove libfaudio0 libfaudio0-amd64 libfaudio0-i386 sudo apt install winehq-devel
For those with manually installed packages:
sudo apt remove libfaudio0 libfaudio0-amd64 libfaudio0-i386 sudo dpkg -i libfaudio0_19.04-0~cosmic_amd64.deb libfaudio0_19.04-0~cosmic_i386.deb sudo apt install winehq-devel
Hopefully the conflicting changelog.Debian.gz is gone.
Let me know if it does not work!
Again, sorry for the inconvenience with all this.