On 05/11/2015 09:03 AM, Ole Streicher wrote: > Ben Finney <[email protected]> writes: >> Ole Streicher <[email protected]> writes: >> Installing the non-program files to ‘/usr/share/foopackage/images/’ (for >> example) is simple enough, using ‘dh_install’. > > I am using pybuild, and I am wondering why it doesn't do this > automatically (maybe with some help)? > > Generally: pybuild seem to install all files into /usr/lib/? As far as I > understand the FHS [1], architecture independent files should go to > /usr/share. But, almost all python files (except maybe compiled .so > extensions) are architecture independent? > > * .py sources > * .pyc bytecode > * .egg-info
The FHS never talks about putting *code* into /usr/share. So pybuild is right from my point of view to put it in /usr/lib. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

