[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How to delete the .la file?



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: pmatthaei@debian.org
        patrick@linux-dev.org

Comment:
Always if we think we are right,
we were maybe wrong.
*/

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: