From 0eaf72dc227dafeb9c8051e5370c0ce77847adba Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 24 May 2024 06:48:19 +0200 Subject: Merging debian version 0.1.34. Signed-off-by: Daniel Baumann --- debian/changelog | 31 +++++++++++++++++++++++++++++++ debian/control | 3 +++ 2 files changed, 34 insertions(+) diff --git a/debian/changelog b/debian/changelog index bb1ad9f..3aa49b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,34 @@ +debputy (0.1.34) unstable; urgency=medium + + * LSP/Lint: + - Improve Synopsis hover docs by using a wording closer to + DevRef 6.2.2 and provide a reference example for comparison. + - Detect some issues with the Synopsis of package description. + Example include detecting known placeholders, the synopsis being + too short (single word), and the synopsis starting with an + article. + - Avoid emitting diagnostic for missing `Standards-Version` when + the source package only produces `udebs`. + - Limit diagnostics of `debian/changelog` to the first two issues + (Closes: debputy#92) + - The `black` style no longer normalizes stanza order. Instead, + current order is preserved as-is. + - Fix negated architectures being considered a typo. This is a quick + fix that side-steps the issue. However, the current solution should + be replaced by a specialized diagnostic logic for `Architecture`. + Thanks to + Picca Frédéric-Emmanuel + for reporting the issue. + + * debputy: Support `junit` report format for the `lint` subcommand. + (Closes: debputy#99) + * d/control: Have `dh-debputy` provide `debputy` for now to simplify + installation. The documentation still uses `dh-debputy` until such + a time where it makes sense to create a standalone `debputy` package. + * Improve support for `dwz` being missing to match `debhelper` + + -- Niels Thykier Tue, 21 May 2024 14:48:10 +0000 + debputy (0.1.33-0.0~progress7.99u1) graograman-backports; urgency=medium * Uploading to graograman-updates, remaining changes: diff --git a/debian/control b/debian/control index 225cd42..6406b3b 100644 --- a/debian/control +++ b/debian/control @@ -39,6 +39,7 @@ Package: dh-debputy Architecture: all Depends: debhelper, + dwz , man-db , # The colors dependencies are not necessary for debputy to work. # However, to have coloring work, we need to use Depends because @@ -56,10 +57,12 @@ Recommends: Suggests: hunspell-en-us, python3-hunspell, + python3-junit.xml, python3-levenshtein, python3-lsprotocol, python3-pygls, Provides: + debputy (= ${binary:Version}), debputy-plugin-gnome, debputy-plugin-grantlee, debputy-plugin-numpy3, -- cgit v1.2.3