Differences between revisions 1 and 2
Revision 1 as of 2009-08-25 20:45:50
Size: 903
Editor: ?MarcBrockschmidt
Comment:
Revision 2 as of 2010-01-09 08:57:35
Size: 909
Editor: ?JakubWilk
Comment:
Deletions are marked like this. Additions are marked like this.
Line 14: Line 14:
   The current output can be found on [[http://ries.debian.org/~aba/la/current.txt]].    The current output can be found on [[http://ftp-master.debian.org/~aba/la/current.txt]].

Remove .la files

Goal description

In the past, we discovered quite a few RC bugs due to dependencies hidden in .la-files, or noticed that these .la files introduced unneeded dependencies. As they are usually not needed on Debian systems, we would like to remove them.

A longer explanation and the corresponding discussion can be found at http://lists.debian.org/debian-devel/2009/08/msg00783.html.

Current status

How to help

  • Emptying the dependency_libs field in .la files.

  • Removal of the .la file if and only if all reverse dependencies don't list it anymore in the depdency_libs field of their .la file.

Next Milestone

  • Removal of all unneeded .la files.