Files
gimp/debian/libgimp2.0-dev.install
Simon McVittie 6165f929c4 Install shared libraries in multiarch locations
This should in principle allow loading plugins (which are executables)
from foreign architectures, although it will not allow loading foreign
modules (which are dlopen'ed).

I'm deliberately not changing the ${libdir} at this stage, because gimp
seems to treat the plugin directories derived from the ${libdir} as
configuration parameters that might be saved in user configuration, so
modifying plugin-loading code to look in /usr/lib in addition to
/usr/lib/${multiarch} will not necessarily be effective.

Closes: #737725
2020-08-27 10:13:11 +01:00

7 lines
204 B
Plaintext

usr/lib/*.so usr/lib/${DEB_HOST_MULTIARCH}
usr/lib/pkgconfig/*.pc usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig
usr/share/man/man1/gimptool-?.?.1
usr/share/aclocal/gimp-?.?.m4
usr/include/
usr/bin/gimptool-?.?