From 067f6fdf4c596ea19f24bd6efae70ab685e3f42a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 24 May 2024 06:48:19 +0200 Subject: Adding debian version 0.1.34. Signed-off-by: Daniel Baumann --- debian/changelog | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 61b7d3d..c2f471d 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) unstable; urgency=medium * LSP/Lint: -- cgit v1.2.3