Hi,

when I use dh_python3-ply in d/rules like this:

--------------------------------------8<-----------------------------------
override_dh_python3:
        dh_python3-ply $$(find $(PYBUILD_DESTDIR_python3) -name '*tab.py')
        dh_python3
--------------------------------------8<-----------------------------------

I get the following lintian warnings about the generated files:

W: python3-astropy: python-module-in-wrong-location 
usr/lib/python3.7/dist-packages/astropy/ usr/lib/python3/dist-packages/astropy/
W: python3-astropy: python-module-in-wrong-location 
usr/lib/python3.7/dist-packages/astropy/coordinates/ 
usr/lib/python3/dist-packages/astropy/coordinates/
W: python3-astropy: python-module-in-wrong-location 
usr/lib/python3.7/dist-packages/astropy/coordinates/angle_lextab.py 
usr/lib/python3/dist-packages/astropy/coordinates/angle_lextab.py

How can I fix that?

Best regards

Ole

Reply via email to