[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: some good advice for using cvs-buildpackage



On Wed, Mar 14, 2001 at 08:57:44PM +0100, Mikael Hedin wrote:
> Matt Zimmerman <mdz@debian.org> writes:
> 
> > from a fresh checkout (using cvs-buildpackage) once everything is ready.  This
> > way, only changes that are checked into CVS end up in the .diff.gz.
> 
> But with "cvs commit", the Makefile get checked in!  But I think you
> can "cvs delete Makefile", or make shure "make clean" takes the
> Makefile away, either way there is no Makefile when building the
> .diff.gz, and that's wat we want.

if Makefile is getting checked in, then it must already exist in the
repository.  You need to "cvs delete Makefile" and then "cvs commit
Makefile" to get rid of it.

-brad



Reply to: