On Fri, 22 Jun 2007 09:40:08 +0200, Francesco Pietra wrote: > (1) Which the reason for removing "checkinstall" from "etch", in view of > my reasons above?
I don't know, but I'd be more than sure that there are good reasons. > (2) How to remedy? Ditch checkinstall and learn the debian way. In particular: $ tar -xzvf foo.tar.gz $ cd foo $ ./configure --your-pretty-options $ make --your-pretty-options [if everything goes according to the plan] $ dh_make --createorig $ joe/nano/pico/vi/emacs debian/rules [change --your-pretty-options] $ debuild -us -uc -b Now that's a crash course ;) -- Best Regards, Jack Linux User #264449 Powered by Debian GNU/Linux on AMD64 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

