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