diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 00:47:48 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 00:47:48 +0000 |
commit | 22f9a9dcf2f6c45b227a5cb5067627b13c7ed68e (patch) | |
tree | d1fdee9281831316b9606149b70b809020c697f5 /debian/control | |
parent | Merging upstream version 0.2.8+ds. (diff) | |
download | ruamel.yaml.clib-22f9a9dcf2f6c45b227a5cb5067627b13c7ed68e.tar.xz ruamel.yaml.clib-22f9a9dcf2f6c45b227a5cb5067627b13c7ed68e.zip |
Merging debian version 0.2.8+ds-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 6aaa6b1..482b882 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,8 @@ XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org> XSBC-Original-Maintainer: Debian Python Team <team+python@tracker.debian.org> XSBC-Original-Uploaders: Michael R. Crusoe <crusoe@debian.org> Bugs: mailto:maintainers@lists.progress-linux.org -Build-Depends: debhelper-compat (= 13), +Build-Depends: cython3, + debhelper-compat (= 13), dh-python, pybuild-plugin-pyproject, python3-all-dev, @@ -22,7 +23,9 @@ Rules-Requires-Root: no Package: python3-ruamel.yaml.clib Architecture: any Multi-Arch: same -Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends} +Depends: ${misc:Depends}, + ${python3:Depends}, + ${shlibs:Depends} Breaks: python3-ruamel.yaml (<< 0.18.6) Replaces: python3-ruamel.yaml (<< 0.16.10) Description: C version of reader, parser and emitter for ruamel.yaml |