diff options
author | rillig <rillig@pkgsrc.org> | 2005-06-07 17:53:08 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-06-07 17:53:08 +0000 |
commit | 25b5a911d7c2ee04395623490847c7bdac821b79 (patch) | |
tree | 2d67b45a5664321bb362099b8628c1f22bf4f4a9 /pkgtools | |
parent | e8f4d42453684ac29371033ac9538dbfafdf7f1e (diff) | |
download | pkgsrc-25b5a911d7c2ee04395623490847c7bdac821b79.tar.gz |
Check for non-normalized dependency lines like package:../package instead
of package:../../category/package.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/TODO | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgtools/pkglint/TODO b/pkgtools/pkglint/TODO index 98859013f2c..537574d5e9e 100644 --- a/pkgtools/pkglint/TODO +++ b/pkgtools/pkglint/TODO @@ -13,3 +13,4 @@ * check for absolute paths * check for direct use of /usr/pkgsrc etc. * check dir direct use of *DIR +* in dependency lines check for ../../category/package, not ../package |