diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 20:14:37 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 20:14:37 +0000 |
commit | 3b3687f445301255d7c58a2532b401ff3a1e9269 (patch) | |
tree | 6d4c0e9a9e4ff73f621186bf72a9967a9fa1c07c /debian | |
parent | Merging upstream version 0.1.22.3. (diff) | |
download | debputy-3b3687f445301255d7c58a2532b401ff3a1e9269.tar.xz debputy-3b3687f445301255d7c58a2532b401ff3a1e9269.zip |
Merging debian version 0.1.22.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 10ebd65..3db3cf4 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-0.0~progress7.99u1) graograman-backports; urgency=medium * Uploading to graograman-backports, remaining changes: |