diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-04-30 01:26:49 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-04-30 01:26:49 -0400 |
| commit | 54db3539d128da3cb6f0c7a677ee55e01384b377 (patch) | |
| tree | 2f7ba9868952228139fe8944e574ff7b4105a760 | |
| parent | faca1bcc23705749999054363374de65e7d28497 (diff) | |
| download | sbo-maintainer-tools-54db3539d128da3cb6f0c7a677ee55e01384b377.tar.gz | |
| -rw-r--r-- | NEWS | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -4,10 +4,24 @@ user-visible changes between releases. New in 0.9.4: ============= +sbolint: +- Check for tabs or carriage returns in .info files (which have never been + allowed). +- When running in a git repo, check for files that are in the current + dir that aren't in the rep. If .diff and .patch files are found, it's + an error. If any other file is found, it's just a note. + sbopkglint: -- check .pc files for validity, ownerships/perms, correct lib dir (lib +- Error messages now begin with the string "--- ERR:". +- Check .pc files for validity, ownerships/perms, correct lib dir (lib vs. lib64) and make sure any -I or -L dirs from pkg-config actually exist in the package. +- Use a modified 'explodepkg' that will report errors, such as the partition + filling up. Regular Slackware explodepkg silently ignores such errors, + which led to large packages failing to lint properly if /tmp was a tmpfs. + +sbofixinfo: +- Correctly indent URLs in multi-line DOWNLOAD, DOWNLOAD_x86_64. New in 0.9.3: ============= |
