diff options
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ea70ec5..9e42608 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +debputy (0.1.22.3) unstable; urgency=medium + + * debputy: Fix typo of `type-mapping` suggestion in output + * debputy lint: Fix bug where errors on the first or last line + * lint/LSP: Provide a few "generic" field level validations. As + an example, the values of the `Package` and `Source` fields are + now checked against the standard regex for the validating + package names. + * debputy: Enable `lint` to run with invalid `debian/control` file. + As example, if a package stanza is missing the `Architecture` + field or is syntaxically invalid, then the linter will now still + run and report this linting errors (rather than `debputy` hard + stopping on the first issue). + + -- Niels Thykier <niels@thykier.net> Thu, 28 Mar 2024 11:37:22 +0100 + debputy (0.1.22.2) unstable; urgency=medium * Restore registration of `conffiles` in `dh-sequence-debputy` |