diff options
author | rillig <rillig@pkgsrc.org> | 2006-03-01 22:11:15 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-03-01 22:11:15 +0000 |
commit | 8da147b378aafd6f7e9cddf94d6538496156b3b3 (patch) | |
tree | 402f6c559d77a9f41edcdce9aea4e98fe19a3297 /pkgtools/pkglint | |
parent | ea79ae43c86dc42dba37b66908e9136ceb4edd72 (diff) | |
download | pkgsrc-8da147b378aafd6f7e9cddf94d6538496156b3b3.tar.gz |
Debian's lintian has many ideas for things that pkglint could also check.
Maybe we can use some of them.
Diffstat (limited to 'pkgtools/pkglint')
-rw-r--r-- | pkgtools/pkglint/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/pkglint/TODO b/pkgtools/pkglint/TODO index 18a4028816e..b3a659e90c8 100644 --- a/pkgtools/pkglint/TODO +++ b/pkgtools/pkglint/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.41 2006/02/04 03:39:40 rillig Exp $ +$NetBSD: TODO,v 1.42 2006/03/01 22:11:15 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. @@ -27,3 +27,4 @@ include the name of an example package where a warning should occur. * Many of the checking routines need some context to provide better 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. |