When installed as a .whl in a Python virtual environment, my_package automatically links against all its dynamic libraries without issue. However, after packaging it as a .deb and installing that, none of those dependencies are detected or pulled in. Is there a way to work around this?