Am 11.05.2011 18:27, schrieb Paul Elliott: > > I gather that new libraries in the usual case are supposed to delete the la > file. What is the standard way to accomplish this if the package is written > in > dh? >
I am just using the following snippet in my rules:
find debian/tmp/usr/lib -type f -name \*.la -exec sed
's/^dependency_libs/#dependency_libs/g' -i {} \;
Maybe it helps you.
--
/*
Mit freundlichem Gruß / With kind regards,
Patrick Matthäi
GNU/Linux Debian Developer
E-Mail: [email protected]
[email protected]
Comment:
Always if we think we are right,
we were maybe wrong.
*/
signature.asc
Description: OpenPGP digital signature

