diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 17 | ||||
-rw-r--r-- | debian/salsa-ci.yml | 20 |
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)$/ |