>>611
ppaはUbuntuのバージョンを判定するのでDebianにはインストールできない。

>Debian7ベースのKonaLinux2.3Black
このディストリを選んだということは個人のPCだろうから
目的のWindowsソフトウェアが動けばWineのバージョンはどれでもいいはずだ。

下記ページのコマンドを実行してStagingを入れる事を勧める。
Stagingは動作するWindowsソフトウェアが一番多い版だ。
2週間ごとにバージョンアップする、最新版に近い版でもある。
Debian7から対応しているからKonaLinux2.3Blackにも入る。
今ならWine2.4が入る。

Debian
https://wiki.winehq.org/Debian

winehq-stagingインストールはまず下記コマンドを実行
sudo dpkg --add-architecture i386
wget https://dl.winehq.org/wine-builds/Release.key
sudo apt-key add Release.key

/etc/apt/sources.listに下記の2行を追加
deb https://dl.winehq.org/wine-builds/debian/ wheezy main
deb http://ftp.de.debian.org/debian/ oldstable main

続けて以下のコマンドを実行
sudo apt-get update
sudo apt-get install --install-recommends winehq-staging