diff options
| author | Tianyu Chen <billchenchina2001@gmail.com> | 2026-07-04 02:26:34 +0800 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2026-07-03 22:43:09 +0000 |
| commit | d2e9341c8dab684d93c1626ac2b4b5e98740dd8c (patch) | |
| tree | 782c264064559dc357cc9618ed9afd11ddd43773 | |
| parent | afa98901b6ba8f03cb61413b9b66e74001c91502 (diff) | |
| parent | 2a381bd678c020d1325ba89e9a58763bf50961d5 (diff) | |
4.17.0-2 (patches applied)applied/4.17.0-2applied/ubuntu/stonking-proposedapplied/ubuntu/stonking-develapplied/ubuntu/stonkingapplied/ubuntu/develapplied/debian/sid
Imported using git-ubuntu import.
| -rw-r--r-- | debian/changelog | 9 | ||||
| -rw-r--r-- | debian/control | 12 | ||||
| -rwxr-xr-x | debian/rules | 2 |
3 files changed, 16 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog index 8f3d088..12b61a5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +python-cyclopts (4.17.0-2) unstable; urgency=medium + + * Team upload. + * Drop B-D on poetry, move dependencies to B-D-I. + * Drop unused B-D on python3-cattr, add B-D on python3-attr. + * Use dh-sequence-* build dependencies instead of dh --with: sphinxdoc. + + -- Tianyu Chen <billchenchina2001@gmail.com> Sat, 04 Jul 2026 02:26:34 +0800 + python-cyclopts (4.17.0-1) unstable; urgency=medium * New upstream version 4.17.0 diff --git a/debian/control b/debian/control index d718c22..45af6a6 100644 --- a/debian/control +++ b/debian/control @@ -6,24 +6,24 @@ Uploaders: Build-Depends: debhelper-compat (= 13), dh-sequence-python3, - mkdocs <!nocheck>, + dh-sequence-sphinxdoc, pybuild-plugin-pyproject, - python-pytest-doc <!nodoc>, python3-all, - python3-cattr, + python3-setuptools, +Build-Depends-Indep: + mkdocs <!nocheck>, + python-pytest-doc <!nodoc>, + python3-attr, python3-docstring-parser, python3-hatch-vcs, python3-hatchling, python3-linkify-it <!nodoc>, python3-myst-parser <!nodoc>, - python3-poetry, - python3-poetry-dynamic-versioning, python3-pydantic <!nocheck>, python3-pytest <!nocheck>, python3-pytest-mock <!nocheck>, python3-rich, python3-rich-rst, - python3-setuptools, python3-sniffio <!nocheck>, python3-sphinx <!nodoc>, python3-sphinx-autodoc-typehints <!nodoc>, diff --git a/debian/rules b/debian/rules index 2672284..f0765f5 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ export PYBUILD_TEST_ARGS=-v --ignore=tests/test_edit.py \ --ignore=tests/test_pydantic.py %: - dh $@ --with sphinxdoc --buildsystem=pybuild + dh $@ --buildsystem=pybuild execute_after_dh_auto_build: PYTHONPATH=. http_proxy='http://127.0.0.1:9/' python3 -m sphinx -d debian/doctrees \ |
