summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 20:17:59 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 20:17:59 +0000
commitbdfabe3c8d2a861a7edccc6539df853ded8535a1 (patch)
tree2a2312a3e25dad1888ee02f59a4b0a638033b8d3
parentMerging upstream version 0.1.27.1. (diff)
downloaddebputy-bdfabe3c8d2a861a7edccc6539df853ded8535a1.tar.xz
debputy-bdfabe3c8d2a861a7edccc6539df853ded8535a1.zip
Adding debian version 0.1.27.1.debian/0.1.27.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/changelog17
-rw-r--r--debian/salsa-ci.yml20
2 files changed, 17 insertions, 20 deletions
diff --git a/debian/changelog b/debian/changelog
index 6beb52f..252b050 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+debputy (0.1.27.1) unstable; urgency=medium
+
+ [ David Kalnischkies ]
+ * Improve LSP hover docs:
+ - Don't encode <> in Uploaders field description
+ - Use consistently markdown */** instead of <em>/<b>
+ - Use markdown <automatic links> for URIs in text
+ - Define all allowed priorities only once
+ - Use **Example**: consistently in descriptions
+ - Format text consistently with `file` and `path/`
+
+ [ Niels Thykier ]
+ * LSP/Lint: Fix typo in `Upstream-Contact` field.
+ Thanks to gregor herrmann <gregoa@debian.org> (Closes: #1068523)
+
+ -- Niels Thykier <niels@thykier.net> Sun, 07 Apr 2024 08:18:06 +0200
+
debputy (0.1.27) unstable; urgency=medium
* LSP/Lint:
diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml
deleted file mode 100644
index 49376b1..0000000
--- a/debian/salsa-ci.yml
+++ /dev/null
@@ -1,20 +0,0 @@
----
-include:
- - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
- - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
-
-variables:
- SALSA_CI_DISABLE_WRAP_AND_SORT: 0
- SALSA_CI_WRAP_AND_SORT_ARGS: '-abkt'
- SALSA_CI_AUTOPKGTEST_ALLOWED_EXIT_STATUS: 0
- SALSA_CI_DISABLE_APTLY: 0
-
-debputy-lint:
- stage: provisioning
- image: debian:sid-slim
- script:
- - apt-get update -qq && apt-get -qq install --no-install-recommends --yes dh-debputy python3-pygls
- - PERL5LIB=lib debputy lint --spellcheck
- except:
- variables:
- - $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/