diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-14 19:07:17 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-14 19:07:17 +0000 |
commit | b521eea8caf19b0f6c8eb05185001054729603d1 (patch) | |
tree | d4b1dea7145085dd7dd9687d23f390c006411cfc | |
parent | Merging upstream version 1.35.1. (diff) | |
download | yamllint-b521eea8caf19b0f6c8eb05185001054729603d1.tar.xz yamllint-b521eea8caf19b0f6c8eb05185001054729603d1.zip |
Adding debian version 1.35.1-1.debian/1.35.1-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/changelog | 11 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rw-r--r-- | debian/lintian-overrides | 2 | ||||
-rwxr-xr-x | debian/rules | 3 | ||||
-rw-r--r-- | debian/source/lintian-overrides | 1 |
5 files changed, 15 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index c5c3a5b..f462a2b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +yamllint (1.35.1-1) unstable; urgency=medium + + * Team Upload + * New upstream version 1.35.1 (LP: #1641016) + * Remove python3-nose dep (Closes: #1018670) + * Add dependency on python3-sphinx-rtd-theme + * Switch to new dh-sequence-python3 + * Refresh lintian overrides + + -- Alexandre Detiste <tchet@debian.org> Sat, 11 May 2024 15:08:53 +0200 + yamllint (1.33.0-1) unstable; urgency=medium * New upstream version 1.33.0 diff --git a/debian/control b/debian/control index dfb02fe..71d8383 100644 --- a/debian/control +++ b/debian/control @@ -4,13 +4,13 @@ Uploaders: Adrien Vergé <adrienverge@gmail.com>, Philipp Huebner <debalance@deb Section: devel Priority: optional Build-Depends: debhelper-compat (= 13), - dh-python, + dh-sequence-python3, python3-all, - python3-nose, python3-pathspec, python3-setuptools, pybuild-plugin-pyproject, python3-sphinx, + python3-sphinx-rtd-theme, python3-yaml Standards-Version: 4.6.2 Rules-Requires-Root: no diff --git a/debian/lintian-overrides b/debian/lintian-overrides index 5576616..bccc9a6 100644 --- a/debian/lintian-overrides +++ b/debian/lintian-overrides @@ -1 +1 @@ -yamllint: package-contains-documentation-outside-usr-share-doc [usr/lib/python3/dist-packages/yamllint-1.33.0.dist-info/top_level.txt] +yamllint: package-contains-documentation-outside-usr-share-doc [usr/lib/python3/dist-packages/yamllint-*dist-info/top_level.txt] diff --git a/debian/rules b/debian/rules index ac8acde..913a220 100755 --- a/debian/rules +++ b/debian/rules @@ -2,8 +2,7 @@ export DH_VERBOSE=1 %: - NOSE_EXCLUDE=test_run_colored_output \ - dh $@ --with python3 --buildsystem=pybuild + dh $@ --buildsystem=pybuild override_dh_auto_build: dh_auto_build diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides index 4b2e55f..bdef6cf 100644 --- a/debian/source/lintian-overrides +++ b/debian/source/lintian-overrides @@ -1,3 +1,2 @@ yamllint source: debian-watch-does-not-check-openpgp-signature -yamllint source: no-dh-sequencer yamllint source: prefer-uscan-symlink filenamemangle * |