diff options
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 252b050..16a32d3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,31 @@ +debputy (0.1.28) unstable; urgency=medium + + [ Niels Thykier ] + * LSP/Lint: + - Fix missing `binary-targets` value for R³ + - Emit multiple issues for the same value if applicable in deb822 files + - Detect exclusive values used with other values in deb822 files. Examples + include `any` or `all` in the `Architecture` field. + - Add `hover` docs to `debian/copyright` fields. + - Add basic support for cross-file data reference. As an example, + the `debputy.manifest` code can now determine which packages are + listed in `debian/control`. Additionally, the `debian/changelog` checks + will now assert that the source package name in the newest entry match + the `Source` field of `debian/control`. + - Provide specialized hover docs for `debian/control` that provides + specialized help for the synopsis part of the `Description` field. + - The hover docs for `debian/control` will now provide hover docs for + some substvars. + + * debputy: `lsp features` now reports if general features are missing + * d/copyright: Add missing `GPL-2+` and missing `Apache-2` license stanzas + + [ Andrea Pappacoda ] + * `debputy lsp editor-configs`: Add `yegappan`'s VIM LSP. + (https://github.com/yegappan/lsp). + + -- Niels Thykier <niels@thykier.net> Wed, 10 Apr 2024 13:32:34 +0000 + debputy (0.1.27.1) unstable; urgency=medium [ David Kalnischkies ] |