On Tue, Nov 18, 2008 at 12:01:15PM +, Chris Lamb wrote:
> Olly Betts wrote:
>
> > You can safely limit the find to the python subdirectory to reduce the
> > number of directories it has to look through:
> >
> > find python -type f -name "*.pyc" -print0 | xargs -0 rm -f
>
> Sure. Or even
Olly Betts wrote:
> You can safely limit the find to the python subdirectory to reduce the
> number of directories it has to look through:
>
> find python -type f -name "*.pyc" -print0 | xargs -0 rm -f
Sure. Or even "rm -f python/testsuite.pyc", which is arguably superior as
it self-docume
tags 506090 + qa-doublebuild
severity 506090 important
thanks
On Tue, Nov 18, 2008 at 10:46:56AM +, Chris Lamb wrote:
> xapian-bindings FTBFS when built twice in a row:
Which is a lenny release goal, so I've tagged and set the severity
appropriately.
This is caused by an upstream build syste
Package: xapian-bindings
Version: 1.0.7-3
Tags: patch
xapian-bindings FTBFS when built twice in a row:
% debuild -uc -us
[...]
Now running lintian...
Finished running lintian.
% debuild -uc -us
[...]
dpkg-source -b xapian-bindings-1.0.7
dpkg-source: info: using source format `1.0'
dpkg-
4 matches
Mail list logo