Today was the first day I needed a tool to rip an audio CD after the removal of grip from testing/unstable. Unfortunately I did not find an appropriate replacement yet. At the moment I'm using asunder, which is nice, but missing a lot of the features grip had.
Dear lazyweb, is there a proper replacement for grip out there, or is anybody willing to take over the upstream maintenance for grip?

I am working on a pythonic one:
http://pypi.python.org/pypi?%3Aaction=search&term=pyrinox&submit=search
The points I am trying to address: 1. Excessive interaction - the existing rippers often ask too many questions, like 1 question per track (Do you wish to edit this track title?). pyrinox does what I want to happen: load the whole cddb entry into sensible-editor and let me do all the changes in one editor session.
Encodings - pretty much every ripper I have tried messes up the encodings wrt cddb info. Little wonder that most people learn to transliterate to ascii when creating new entries.
Safe ripping - all rippers, including the graphical ones, rip one track at a time. This tortures the drive and is also unnecessarily slow. Instead, either cdparanoia -B or icedax should be used, and if necessary split the single output file afterwards.
Note: 3. is not done yet; currently you're expected to run cdparanoia -B manually first, then pyrinox does the rest.
I too have been using abcde since KAudiocreator went the way of the dodo.
I'll have to take a look at audex some time.
Why not keep using grip? What is the problem in using a package that is no longer "available"? It's only a ripper and not a critical software. For example, I still use XMMS (after trying other players, I still prefer it).
Since I started using abcde, I never looked back. Just customize your .abcde.conf file. Later, put a cd, type abcde,enter and off you go! Simpler and easier than all the GUI app!
Yeah, it sucks that grip is no longer in Debian. People who recommend asunder as a replacement don't know what they are talking about.
I just installed grip from source...