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

Re: RFS: for two orphaned packages



On Mon, May 10, 2004 at 04:15:23PM +0200, Andreas Metzler wrote:
> On Mon, May 10, 2004 at 03:07:50PM +0200, Bartosz Fenski aka fEnIo wrote:
> > On Mon, May 10, 2004 at 02:38:37PM +0200, Andreas Metzler wrote:
> > > > Ok now I changed dependencies to xlibmesa-gl-dev, xlibmesa-glu-dev.
> > >  
> > > > And I made changes to rules file so now I'm using:
> > >  
> > > >     -find images -name *.ppm.gz -print0 | xargs -0r rm -f
> > > >     -find images -name *.pbm.gz -print0 | xargs -0r rm -f
> > >  
> > > > Hope this solves every issue talked on list.
> > > 
> > > Too easy. ;-) The wildcard (*.ppm.gz) needs to be quoted, otherwise
> > > the shell will (try to) expand it before find sees it.
> > > 
> > > -find images -name '*.ppm.gz' ....
> > 
> > Ok. Done already ;)
> 
> Well, I find something new everytime I try. ;-)
> 
> cp debian/config.{guess,sub} .
> cp: cannot stat `debian/config.{guess,sub}': No such file or directory
> make: *** [build-stamp] Error 1
> 
> "cp debian/config.{guess,sub} ." only works with bash. Use
> "cp debian/config.guess debian/config.sub ."

Also, better depend on autotools-dev, and copy them from
/usr/share/misc/.

That way, they are always uptodate.

--Jeroen

-- 
Jeroen van Wolffelaar
Jeroen@wolffelaar.nl (also for Jabber & MSN; ICQ: 33944357)
http://Jeroen.A-Eskwadraat.nl



Reply to: