Comment 16 for bug 418017

Revision history for this message
Loïc Minier (lool) wrote :

The lsb package calls pycentral as follows:
DH_PYCENTRAL=include-links dh_pycentral

I suspect the include-links bit triggers the python-support warning: python-support expects to find this file in a corresponding .public/.private list, but doesn't. You can safely ignore this warning which is just a consistency check in python-support not handling this python-central case.

I'm keeping this report open to either drop "include-links" from the lsb package if it's not needed, or to fix the python-support check/warning.