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

Bug#378604: dh_python generates dependencies on unversioned python versions for versioned python modules



Package: debhelper
Version: 5.0.37.3
Severity: important

Looking at python2.4-schoolbell, ${python:Depends} is expanded to

  python-central (>= 0.5), python (<< 2.5), python (>= 2.4) | python2.4

which is wrong.

 - the package can be installed, even if 2.5 is the default version
 - the 'python (>= 2.4) |' is not needed.

I would expect the expansion to be:

  python-central (>= 0.5), python2.4

All scripts use the versioned interpreter, XS-Python-Version is set to
2.4.



Reply to: