Package: cerealizer
Version: 0.7-2
Severity: important

Hi,

in the binary-post-install target of cerealizer, there is a check that
directly uses the python-support path:
        
PYTHONPATH='debian/$(cdbs_curpkg)/usr/share/python-support/python-cerealizer' \
                python test/regtest.py

This is quite a hack, and it causes the package to FTBFS with the new
python-support version that lies in experimental. This is also causing
the interpreter to create .pyc files, which you have to remove by hand
just after.

It would be much better to do this in the binary-install target instead.
Something like this should do the trick:
        PYTHONPATH='debian/$(cdbs_curpkg)/usr/lib/$(pyversions 
-d)/site-packages' \
                python test/regtest.py

Cheers,
-- 
 .''`.      Debian 5.0 "Lenny" has been released!
: :' :
`. `'   Last night, Darth Vader came down from planet Vulcan and told
  `-    me that if you don't install Lenny, he'd melt your brain.

Attachment: signature.asc
Description: Ceci est une partie de message numériquement signée

Reply via email to