diff options
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/Makefile | 4 | ||||
-rw-r--r-- | pkgtools/pkglint/TODO | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile index 54f3e326528..340ae6ad3ed 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.336 2006/04/12 20:25:06 rillig Exp $ +# $NetBSD: Makefile,v 1.337 2006/04/21 10:37:51 rillig Exp $ # -DISTNAME= pkglint-4.59 +DISTNAME= pkglint-4.60 CATEGORIES= pkgtools MASTER_SITES= # empty DISTFILES= # empty diff --git a/pkgtools/pkglint/TODO b/pkgtools/pkglint/TODO index c8abdc48a3e..0edb34407b3 100644 --- a/pkgtools/pkglint/TODO +++ b/pkgtools/pkglint/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.43 2006/04/19 15:05:34 joerg Exp $ +$NetBSD: TODO,v 1.44 2006/04/21 10:37:51 rillig 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. @@ -29,5 +29,3 @@ include the name of an example package where a warning should occur. 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. |