Hi,
workrave installs gobjection-introspection files and a library
into the system paths:
/usr/lib/girepository-1.0/Workrave-1.0.typelib
/usr/lib/x86_64-linux-gnu/libworkrave-private-1.0.so.0
Those files seem to be package private, so they should not be installed
in the system paths.
Moving them into a package-private directory like $pkglibdir seems
appropriate. See e.g. [1] how this can be done.
When you are installing the typelib into a package-private directory,
you need to adjust the typelib search path. As an example see [2].
Cheers,
Michael
[1]
http://git.gnome.org/browse/gnome-documents/commit/?id=a04a1eee491d7f0df83abfb00e610340b5fe1f19
[2]
http://git.gnome.org/browse/gtranslator/tree/src/gtr-plugins-engine.c?id=73de175b25390b176cdf55fc6b631f393b64caea#n71