Re: some good advice for using cvs-buildpackage

2001-03-15 Thread Matt Zimmerman
On Wed, Mar 14, 2001 at 10:58:44PM +0100, Richard Atterer wrote: > No, for GNU programs, "make clean" is not supposed to delete Makefiles > - but "make distclean" is. dpkg-buildpackage executes not "make > clean", but "debian/rules clean". Your clean rule in debian/rules > should then execute the

Re: some good advice for using cvs-buildpackage

2001-03-15 Thread Matt Zimmerman
On Wed, Mar 14, 2001 at 10:58:44PM +0100, Richard Atterer wrote: > No, for GNU programs, "make clean" is not supposed to delete Makefiles > - but "make distclean" is. dpkg-buildpackage executes not "make > clean", but "debian/rules clean". Your clean rule in debian/rules > should then execute the

Re: some good advice for using cvs-buildpackage

2001-03-15 Thread Richard Atterer
On Tue, Mar 13, 2001 at 06:59:22PM -0500, Matt Zimmerman wrote: > On Tue, Mar 13, 2001 at 09:54:19AM +0100, Mikael Hedin wrote: > > > How do you cope with packages that use autoconf? I.e. for each compile they > > updates some (Make)files, and the they get into the .diff.gz, even though > > they

Re: some good advice for using cvs-buildpackage

2001-03-15 Thread Richard Atterer
On Tue, Mar 13, 2001 at 06:59:22PM -0500, Matt Zimmerman wrote: > On Tue, Mar 13, 2001 at 09:54:19AM +0100, Mikael Hedin wrote: > > > How do you cope with packages that use autoconf? I.e. for each compile they > > updates some (Make)files, and the they get into the .diff.gz, even though > > they