diff options
author | B. Watson <urchlay@slackware.uk> | 2023-12-15 21:11:58 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2023-12-15 21:11:58 -0500 |
commit | 2ad13140d0a864c6cfdb614bb8f066ea701527f5 (patch) | |
tree | 6320b226aef5856d612ef251b49fd1dfd9560065 /TODO | |
parent | d221257bc87189a8a0e47e38ccd8de224cdb4754 (diff) | |
download | sbo-maintainer-tools-2ad13140d0a864c6cfdb614bb8f066ea701527f5.tar.gz |
sbopkglint: checks for /usr/share/terminfo.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -4,16 +4,13 @@ DONE: if sbopkglint finds a hardcoded $PKG in /var/lib/pkgtools/scripts/*, mention doinst.sh in the error message DONE: check arch of static libs (like the shared lib checks). DONE: if package contains any static libs, don't suggest noarch. +DONE: check structure and contents of /usr/share/terminfo. +DONE: /usr/share/pixmaps image check no longer includes subdirs. Not yet implemented: -TODO: don't complain about: ---- non-image files in icon dirs: -[text/xml]: -rw-r--r-- 1 root root 11763 Oct 30 19:35 usr/share/pixmaps/pidgin/guifications/themes/default/theme.xml TODO: stop checking shared libs for +x and being stripped if they're not directly in /lib /lib64 /usr/lib /usr/lib64. too many packages trigger this, and it just doesn't matter much. -TODO: dereference symlinks in icon permission test. probably some other - perms tests, too. TODO: figure out if /usr/GNUstep is allowed or not. TODO: sbopkglint reports bad files in doc dir twice. TODO: sbopkglint should check for stuff like /usr/lib/lv2 vs. /usr/lib64/lv2, @@ -23,8 +20,6 @@ TODO: sbopkglint could complain if the SlackBuild sets SLKCFLAGS Future test ideas: -- /usr/share/terminfo, light checking. - - duplicate files, maybe the error message could suggest a "ln -s" command to use if the file really does need to appear in multiple dirs. |