Package: gramps Version: 4.0.3+dfsg-2 Hi,
This is a reminder to look at the resource path problem again when the next version of Gramps is released. For 4.0.3, a patch to setup.py was applied due to the "gramps/gen/utils/resource-path" file problem as documented in the Gramps Project wiki: https://www.gramps-project.org/wiki/index.php?title=Debian Since then Jerome reported on the Gramps Devel Mailing List that something like this should work (but he had not looked any further): $PYTHONPATH=.. python setup.py --install-lib=./app-packages --install-dir=/usr --prefix=/usr Looking at some PYBUILD examples on Code Search, we should be able to do something like this in debian/rules (taken from the picard package) to supply the required options to setup.py without needing an override to dh_auto_install: export PYBUILD_INSTALL_ARGS=--install-layout=deb \ --install-scripts=/usr/lib/picard \ --install-lib=/usr/lib/picard Regards, Ross -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org