summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-03-01 22:11:15 +0000
committerrillig <rillig@pkgsrc.org>2006-03-01 22:11:15 +0000
commit8da147b378aafd6f7e9cddf94d6538496156b3b3 (patch)
tree402f6c559d77a9f41edcdce9aea4e98fe19a3297 /pkgtools
parentea79ae43c86dc42dba37b66908e9136ceb4edd72 (diff)
downloadpkgsrc-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')
-rw-r--r--pkgtools/pkglint/TODO3
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.