From: Brendan M. S. <me...@ba...> - 2006-12-23 21:59:13
|
Hi All, I had fun tonight building MorphixLiveKiosk. I wanted to debug a problem with pdfs. Such fun I had :) , I manged to have problems with x. To get x running on a morphix cd, amongst other packages, the following packages are need:- <packagereq>xserver-xorg</packagereq> <packagereq>xfonts-base</packagereq> Normally I do not have these packages in my template - which was the problem I now have solved. :) I normally just have:- <packagereq>morphix-init-matchbox</packagereq> Which Depends: morphix-init, matchbox So my question is; should xserver-xorg and xfonts-base, be in the depends of /scripts-main/*/debian/control or always in the template file ? IMHO in the depends, but my debian package building skills and knowledge is _poor_. Now to the real problem, trying to get ssh into qemu, to sort out this pdf problem... Regards, Brendan |