Skip to content

rules: Pass the private module directory to dh_python3

Iain Lane requested to merge dhpython3-pass-private-dir into debian/master

We only build for the default python version. Previously dh_python3 wasn't finding the directory containing the private modules, so it didn't know this. This meant that no versioned python3 dependencies were generated so we could, for example, be migrated without the corresponding version of python3 migrating. That results in programs which don't run.

Once the directory is passed, dh_python3 generates dependencies on the right python versions. For future transitions gobject-introspection will need to be binNMUed.

Bug-Debian: #950267

Merge request reports

Loading