summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 20:17:18 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 20:17:18 +0000
commit8ee580f28bb7bf8dc8aac0a6d226c70c6abaeefc (patch)
tree1267e174efca5543900542408bd3094af0833f57
parentMerging upstream version 0.1.26. (diff)
downloaddebputy-8ee580f28bb7bf8dc8aac0a6d226c70c6abaeefc.tar.xz
debputy-8ee580f28bb7bf8dc8aac0a6d226c70c6abaeefc.zip
Merging debian version 0.1.26.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/changelog22
1 files changed, 21 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 6607261..2cf34b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,23 @@
+debputy (0.1.26) unstable; urgency=medium
+
+ * LSP/lint:
+ - Make debputy.manifest completer better at accounting for conflicting
+ keywords such as `as` vs. `sources` in `install`.
+ - The debputy.manifest completer now provides completions in more cases.
+ - Add basic support `debian/tests/control`. Note that `elpa-dpkg-dev-el`
+ does not support it yet in unstable (in git, expected to be 37.22) and
+ `vim` does not seem to have support for it.
+
+ * migrate-from-dh:
+ - Provide migration advice for known hook targets. Additionally, hook
+ targets with migration advice no longer triggers an unsupported
+ feature error (only a manual migration warning).
+ (Closes: debputy#78)
+
+ * lint: Fix crash bug when auto-fixing something at the start of a file
+
+ -- Niels Thykier <niels@thykier.net> Thu, 04 Apr 2024 12:36:11 +0200
+
debputy (0.1.25-0.0~progress7.99u1) graograman-backports; urgency=medium
* Uploading to graograman-backports, remaining changes:
@@ -34,7 +54,7 @@ debputy (0.1.25) unstable; urgency=medium
dependencies, which in turn should make arch bootstrapping easier.
(Closes: debputy#84)
* debputy: Make `debputy lsp editor-config` list known config names.
- Thanks to David Kalnischkies <david@kalnischkies.de> (Closes: #82)
+ Thanks to David Kalnischkies <david@kalnischkies.de> (Closes: debputy#82)
* LSP: Fallback to filename based detection if no language id is provided
[ Otto Kekäläinen ]