From c5dce4e180dc8e8c79c253af7c39282f78cfabdd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 11 Jun 2024 19:11:03 +0200 Subject: Merging debian version 0.1.36. Signed-off-by: Daniel Baumann --- debian/changelog | 18 ++++++++++++++++++ debian/control | 4 ++-- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2ba50e4..4a7e0be 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +debputy (0.1.36) unstable; urgency=medium + + * LSP/Lint: Basic detection of hook targets that will not be run + with `debputy` sequences (debputy#103). Known issues are: + - The check does not account for sequences loaded via + `debian/rules`. + - The diagnostics does not automatically refresh in the + language server when changing `debian/control`. The work + around is to do a minor change to `debian/rules` to + re-trigger it. + * Internal refactoring of linter and LSP to make it easier to + make some build-dependencies fully optional, which in turn + makes backporting `debputy` to bookworm-backports a lot easier. + * debian/control: Mark some build-dependencies unnecessary for + bookworm-backports via a package specific build profile. + + -- Niels Thykier Sun, 09 Jun 2024 11:45:02 +0000 + debputy (0.1.35-0.0~progress7.99u1) graograman-backports; urgency=medium * Uploading to graograman-updates, remaining changes: diff --git a/debian/control b/debian/control index 6406b3b..38a0f83 100644 --- a/debian/control +++ b/debian/control @@ -17,8 +17,8 @@ Build-Depends: python3-debian, python3-hunspell , python3-levenshtein , - python3-lsprotocol , - python3-pygls , + python3-lsprotocol , + python3-pygls , python3-pytest , python3-pytest-cov , python3-ruyaml | python3-ruamel.yaml, -- cgit v1.2.3