Coverfinder is a nice application that grabs cd covers on amazon. Unfortunately, there is no deb provided for feisty on coverfinder site.
But it’s not really difficult to build. Here”s what I did :

sudo apt-get build-essential checkinstall libgtk2.0-dev  libxml2-dev libcurl3-gnutls-dev

then untar coverfinder-0.1.tar.gz
and go in coverfinder-0.1/ directory. And finally :

./configure --prefix=/usr/local
make
sudo checkinstall

here is the result : the quick made deb