summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-01 18:12:28 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-01 18:12:28 +0000
commit0133f9367dd7d4925b205bdb55d06c5c3cb4ff80 (patch)
treecf1b39a7358a93e47d485e3acbb8db3ab68325b1
parentMerging upstream version 0.1.40. (diff)
downloaddebputy-0133f9367dd7d4925b205bdb55d06c5c3cb4ff80.tar.xz
debputy-0133f9367dd7d4925b205bdb55d06c5c3cb4ff80.zip
Merging debian version 0.1.40.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/changelog33
1 files changed, 33 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index f5e95c9..4125e3e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,36 @@
+debputy (0.1.40) unstable; urgency=medium
+
+ * Manifest changes:
+ - The manifest parser now validates the used features against the
+ integration mode. This causes some invalid manifests to be
+ detected at parse time (`debputy manifest`) rather than at
+ build time for `dh-sequence-zz-debputy-rrr`).
+
+ * LSP/Lint:
+ - Use `dh_assistant` to determine inactive commands. This improves
+ the check to cover commands that `debhelper` knows are inactive.
+ However, the functionality now requires `debhelper (>= 13.15~)`.
+ - Apply sequences from `debian/control` when analyzing `debian/rules`.
+ Note for LSP: Depending on your editor, you may have to save
+ `debian/control` first and then trigger a change in `debian/rules`
+ for it to be visible. (Known issue, see debputy#103 and debputy#108)
+ - Provide inlay hints for inherited fields in `debian/control`.
+ - Provide integration mode level checks for most features. The
+ capabilities on `path-metadata` is a known and notable case where
+ the LSP/Lint side is silent where `debputy check-manifest` would
+ complain.
+ - Provide a warning for unknown capabilities (that `cap_from_text`
+ does not recognize). Previously, this would only appear in
+ `debputy check-manifest` or during builds.
+ - Validate boolean and enum-like values for attributes of the
+ manifest. These would previously only be caught by
+ `debputy check-manifest` or during builds.
+
+ * debputy: Remove internal `--integration-mode=rrr` option.
+ * dh_debputy: Remove internal `--integration-mode=rrr` option.
+
+ -- Niels Thykier <niels@thykier.net> Sun, 30 Jun 2024 12:43:55 +0000
+
debputy (0.1.39-0.0~progress7.99u1) graograman-backports; urgency=medium
* Uploading to graograman-updates, remaining changes: