it seems that the problem is triggered by the "++" suffix of the
python package. To get a comparison I 've built the package twice with
changing only the name of the python package. Debhelper +
python-support generate the following postint scripts:

with the name "python-getfem":

> #!/bin/sh
> set -e
> # Automatically added by dh_pysupport
> if which update-python-modules >/dev/null 2>&1; then
>       update-python-modules  python-getfem.public
> fi
> # End automatically added section


with the name "python-getfem++":

> #!/bin/sh
> set -e
> # Automatically added by dh_pysupport
> if which update-python-modules >/dev/null 2>&1; then
>       update-python-modules  
> debian/python-getfem++/usr/share/python-support/python-getfem++.public
> fi
> # End automatically added section

it seems that in the second case something goes wrong.

Regards

Kostas



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to