hi,
if you are willing to compile pd-extended, see this page: http://puredata.info/docs/developer/Debian
something like this:
wget http://pure-data.cvs.sourceforge.net/pure-data/scripts/checkout-developer-la... sh checkout-developer-layout.sh cd pure-data
if i am not wrong!?! you have 2 choices:
cd packages/ && make patch the "old" pd version in cvs (new theme). or rm -rf pd and tar xzpf miller's version (old theme, new -nosleep mode)
and finally (no matter what you decided): cd linux_make make install
pd-extended will be build in linux_make/package i think, then you simply have to copy it to /usr/local or whatever. of course you will need to compile flext / xsample and some other externals by hand.
patrick