i've traced the problem down to
`debian/python-pkg-resources/usr/share/pyshared-data/python-pkg-resources`,
which lists said `/usr/lib/python3.1/dist-packages/pkg_resources.py`, and
causes pycentral to fail. the file is listed because in the line

        DH_PYCENTRAL=include-links \
          dh_pycentral -p$(p_pkgr) -p$(p_setp) #-p$(p_dist)

a symlink named
`debian/python-pkg-resources/usr/lib/python3.1/dist-packages/pkg_resources.py`
is created, which is later in the same command found and included in the
`pyshared-data/python-pkg-resources` file.

(by the time this line is run, `usr/lib/python2.[56]` are already
created, the `usr/lib/python3.1/` stuff might be an unintended side
effect of pycentral not knowing which python versions the package is
built for.)

-- 
There's always a bigger fish.
  -- Qui-Gon Jinn

Attachment: signature.asc
Description: Digital signature

Reply via email to