Well Bobby has lost his 4th tooth last night -- and he declared that "All I want for Christmas is my 4 Front Teeth!"
For all the pics visit: http://picasaweb.google.com/bob.willmot/Teeth#
Bob Willmot's Blog
dpkg -e squeezeboxserver_7.4.1_all.debThen edited the control file:
cd DEBIAN
vi control
Depends: perl (>= 5.8.8), mysql-server-5.1 | mysql-server-5.1, libmysqlclient14-dev | libmysqlclient15-dev, mysql-client-4.1 | mysql-client-5.1, adduserRebuilt the changes into deb file:
tar -czvf ../control.tar.gz *And finally installed the new package:
cd ..
ar r squeezeboxserver_7.4.1_all.deb control.tar.gz
sudo dpkg -i squeezeboxserver_7.4.1_all.deb