summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint/TODO
diff options
context:
space:
mode:
authorrillig <rillig>2006-05-16 22:18:59 +0000
committerrillig <rillig>2006-05-16 22:18:59 +0000
commitfe888196f1cb9e47f6cf1a02ac293dc3f46ee157 (patch)
treef03a92b99c0b18c3447f01de0d602b608216900a /pkgtools/pkglint/TODO
parent3c65bf586b08c3b01ebcc9eb18c7a3a1909c4218 (diff)
downloadpkgsrc-fe888196f1cb9e47f6cf1a02ac293dc3f46ee157.tar.gz
Updated pkglint to 4.62.
Changes since 4.61: - Bug fixes.
Diffstat (limited to 'pkgtools/pkglint/TODO')
-rw-r--r--pkgtools/pkglint/TODO7
1 files changed, 5 insertions, 2 deletions
diff --git a/pkgtools/pkglint/TODO b/pkgtools/pkglint/TODO
index e875afea4ca..cbb469ffa14 100644
--- a/pkgtools/pkglint/TODO
+++ b/pkgtools/pkglint/TODO
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.45 2006/05/10 09:01:15 rillig Exp $
+$NetBSD: TODO,v 1.46 2006/05/16 22:18:59 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,4 +29,7 @@ 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.
-* In the vartypes.map, distinguish FOO and FOO.*.
+* In the vartypes.map, distinguish FOO and FOO.*:
+ FOO Matches only FOO
+ FOO* Matches FOO and FOO.*
+ FOO.* Matches FOO with an extension.