summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 20:14:37 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 20:14:37 +0000
commitfaaa666ba0f64eb4f6ab2e0fb165bc7df2fed68c (patch)
tree91fced5da9d6793f7bb0b90cb054f9606c42897f
parentMerging upstream version 0.1.22.3. (diff)
downloaddebputy-faaa666ba0f64eb4f6ab2e0fb165bc7df2fed68c.tar.xz
debputy-faaa666ba0f64eb4f6ab2e0fb165bc7df2fed68c.zip
Adding debian version 0.1.22.3.debian/0.1.22.3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/changelog16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index ea70ec5..9e42608 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,19 @@
+debputy (0.1.22.3) unstable; urgency=medium
+
+ * debputy: Fix typo of `type-mapping` suggestion in output
+ * debputy lint: Fix bug where errors on the first or last line
+ * lint/LSP: Provide a few "generic" field level validations. As
+ an example, the values of the `Package` and `Source` fields are
+ now checked against the standard regex for the validating
+ package names.
+ * debputy: Enable `lint` to run with invalid `debian/control` file.
+ As example, if a package stanza is missing the `Architecture`
+ field or is syntaxically invalid, then the linter will now still
+ run and report this linting errors (rather than `debputy` hard
+ stopping on the first issue).
+
+ -- Niels Thykier <niels@thykier.net> Thu, 28 Mar 2024 11:37:22 +0100
+
debputy (0.1.22.2) unstable; urgency=medium
* Restore registration of `conffiles` in `dh-sequence-debputy`