diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-26 06:32:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-26 06:32:44 +0000 |
commit | b63edee7e66385088bbfd0e3873f7d51bc7f5fde (patch) | |
tree | fb2c9f2ade060e50303045f65737fe021287cf37 | |
parent | Merging upstream version 0.1.38. (diff) | |
download | debputy-b63edee7e66385088bbfd0e3873f7d51bc7f5fde.tar.xz debputy-b63edee7e66385088bbfd0e3873f7d51bc7f5fde.zip |
Merging debian version 0.1.38.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/changelog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 7cbb5d4..2582bb4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,26 @@ +debputy (0.1.38) unstable; urgency=medium + + * LSP/Lint: + - Avoid self-DOS when checking packaging file names + - Perform more checks of packaging files + - Ignore `fundamental` language ID (from `emacs`'s `fundamental-mode`) + * debputy: Explicitly state how to see the editor snippets in the list of + snippets + * debputy: Special-case the file-level range in the output in the + `junit4-xml` output format for `debputy lint`. + * Fix matching of packager provided files for some corner cases. As a + side-effect, some more corner cases of typos of the name stem are + now detected by the LSP/Lint and annotate-debian-directory code + when `python3-levenshtein` is installed. As an example, + `foo.uxxr.service` can now be reported as a typo of `user.service` + (for `dh_installsystemduser`) where it was previously considered a + `service` file with a name segment of `uxxr` (for `dh_installsystemd`). + Though, this only happens subcommands that active look for typos + (such as the LSP/Lint part) and only when `python3-levenshtein` is + enabled (check `debputy lsp features` for the `typo detection`). + + -- Niels Thykier <niels@thykier.net> Thu, 20 Jun 2024 05:54:24 +0000 + debputy (0.1.37-0.0~progress7.99u1) graograman-backports; urgency=medium * Uploading to graograman-updates, remaining changes: |