diff options
author | B. Watson <urchlay@slackware.uk> | 2023-05-30 04:59:37 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2023-05-30 04:59:37 -0400 |
commit | 4c958b8a469d92c767efc4378f84787e49068c68 (patch) | |
tree | b05e0601dd8372de41243a86d5cd0d5eb7783491 | |
parent | a86425bd8bb719061250ea91da30a83d65960f3b (diff) | |
download | sbo-maintainer-tools-4c958b8a469d92c767efc4378f84787e49068c68.tar.gz |
Update TODO.
-rw-r--r-- | TODO | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,12 +1,12 @@ +TODO: sbopkglint should disallow new dirs in /usr (other than the + standard ones). +TODO: sbopklint: check libtins and anything-sync-daemon... +TODO: sbolint: same checks for douninst.sh as we have for doinst.sh. TODO: sbolint should warn if LIBDIRSUFFIX and/or SLKCFLAGS are set but never used. And/or, sbopklint could complain if the SlackBuild sets SLKCFLAGS but there's no native code. TODO: check for non-executable shared libs. -Future options: - --e Only log errors, not warnings (right now, everything is a warning). - Future test ideas: - static libraries? some packages ship these because upstream doesn't |