tags 362239 + moreinfo thanks Re: Alexander Gattin 2006-04-12 <[EMAIL PROTECTED]> > I keep sources in CVS and build from working directory. > That way there's a CVS/ directory in every subdirectory > of mutt's source. > > debian/rules does not expect this to happen, and has > some places where /* is shell expanded and fed to cat, > awk and so on. This leads to build failure.
Hi Alexander, is that still a problem for you? "find -maxdepth 1 -type f" is a bit too ugly imho. (All new VCSes use dotfiles for meta data...) FYI, the Debian package is kept in a mercurial repository now which should make maintaining local branches very easy. Maybe that solves the problem. > --- debian/rules 11 Apr 2006 15:04:28 -0000 1.1.1.1 > +++ debian/rules 11 Apr 2006 21:11:43 -0000 1.1.1.1.2.1 > - debian/header.awk debian/patches/features/* >debian/tmp/README.Patches > + find debian/patches/features/ -maxdepth 1 -type f -print0\ > + | xargs -0 debian/header.awk >debian/tmp/README.Patches Christoph -- [EMAIL PROTECTED] | http://www.df7cb.de/
signature.asc
Description: Digital signature

