I've gotten ae to work. I'll post the files as soon as I can get to
them...

Otherwise a .deb file is quite a simple structure; 2 .tar.gz files
(one with the data and one with control stuff) packed into one 'ar'
file. Why they chose ar instead of another tar file beats me...

Unpack with 'ar -x [package].deb' then use tar on the data.tar.gz file
created (gunzip first if you don't have GNU tar) IIRC WinZip handles
.tar and .tar.gz files.

_________________________
/Michael