On Thu, Dec 02, 2004 at 02:14:08PM +0100, Ionel Mugurel Ciobica wrote: > I just started to switch from woddy to sarge. > I have a problem with a2ps, it is saying: > > | a2ps pre-depends on emacsen-common > > But I don't WANT any trace of emacs on my computer. > What shall I do?
build it from source, it doesn't REALLY need emacs. apt-get install devscripts apt-get source a2ps cd a2ps-4.13b vi debian/control # remove refs to emacs! vi debian/rules # remove every line which mentions emacs! rm debian/emacs* debuild -b cd .. dpkg -i a2ps_4.13b-4.1_i386.deb it worked for me! admittedly this is a PITA but what can you do? Sam -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]