diff options
Diffstat (limited to 'pkgtools/pkglint/TODO')
-rw-r--r-- | pkgtools/pkglint/TODO | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgtools/pkglint/TODO b/pkgtools/pkglint/TODO index b3a659e90c8..c8abdc48a3e 100644 --- a/pkgtools/pkglint/TODO +++ b/pkgtools/pkglint/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.42 2006/03/01 22:11:15 rillig Exp $ +$NetBSD: TODO,v 1.43 2006/04/19 15:05:34 joerg Exp $ Please add your own entries at the bottom of this file. If possible, include the name of an example package where a warning should occur. @@ -28,3 +28,6 @@ include the name of an example package where a warning should occur. warnings. For example, checkline_foo() may need to know what has happened in the file before that line. * Add checks for binary packages. See Debian/lintian for ideas. +* Check that USE_LIBTOOL=yes, when the PLIST contains *.la. +* Warn if the PLIST contains both libtool archives and the expanded version, + e.g. libfoo.la and libfoo.a. |