On Fri, Jan 03, 2003 at 03:48:58PM -0800, Dan Peterson wrote: > I untar the tarball, do a 'perl Makefile.PL' to get > the Makefile ready, but when I run 'debuild', it seems > to blow away the Makefile and then complains that it > can't continue as that file doesn't exist!
'make clean' deletes Makefile, not really debuild. You need to arrange that the 'build' target in debian/rules runs 'perl Makefile.PL' before running 'make'. -- Colin Watson [[EMAIL PROTECTED]] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]