Skip to content

v0.0.16

Compare
Choose a tag to compare
@github-actions github-actions released this 15 May 18:29
· 117 commits to main since this release
b95f6f7

Added

  • Add inspection for possibly incorrect architecture field value based on package name.
  • Add DM-Upload-Allowed as known field and an inspection suggesting removing it as it is obsolete.
  • Add inspection for possibly incorrect section field value based on package name. This inspection
    matches the lintian hint wrong-section-according-to-package-name.
  • Add Build-Profiles as a known field and validation of known build profiles used in that field.
    (Build profiles used in build-dependency fields are still not checked).
  • Add inspection for detecting misspelled field names.
  • Add inspection for detecting missing ${shlibs:Depends} dependency.
  • Add inspection for detecting non-canonical variants of fields (depends -> Depends or XC-Package-Type -> Package-Type).

Fixed

  • Typo of the archive section electronics, which caused the plugin to mark the correct spelling as an error and
    promote the spelling error instead.

Changed

  • Internal/Chore: Update the CI dependency on actions/setup-java.
  • Internal/Chore: Bump lombok dependency to 1.18.24.
  • Internal/Chore: Rewrite how problem descriptors are managed internally.
  • Internal: Optimize the deb822 lexer by removing some redundant states.