summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-11 17:11:03 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-11 17:11:03 +0000
commit004f1916db399be377ee0689aaf7d1337e1f783b (patch)
tree6eac3564181c7ee4783396f32220430c890c6381 /debian
parentMerging upstream version 0.1.36. (diff)
downloaddebputy-004f1916db399be377ee0689aaf7d1337e1f783b.tar.xz
debputy-004f1916db399be377ee0689aaf7d1337e1f783b.zip
Adding debian version 0.1.36.debian/0.1.36
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog18
-rw-r--r--debian/control4
2 files changed, 20 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 2ee1567..b706f8b 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 <niels@thykier.net> Sun, 09 Jun 2024 11:45:02 +0000
+
debputy (0.1.35) unstable; urgency=medium
[ Niels Thykier ]
diff --git a/debian/control b/debian/control
index 2649236..9e84baf 100644
--- a/debian/control
+++ b/debian/control
@@ -14,8 +14,8 @@ Build-Depends:
python3-debian,
python3-hunspell <!nocheck>,
python3-levenshtein <pkg.debputy.ci>,
- python3-lsprotocol <!nocheck>,
- python3-pygls <!nocheck !pkg.debputy.minimal-tests>,
+ python3-lsprotocol <!nocheck !pkg.debputy.bookworm-backports>,
+ python3-pygls <!nocheck !pkg.debputy.minimal-tests !pkg.debputy.bookworm-backports>,
python3-pytest <!nocheck>,
python3-pytest-cov <pkg.debputy.test-coverage>,
python3-ruyaml | python3-ruamel.yaml,