summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 20:19:53 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 20:19:53 +0000
commitf42a25756b9133ae9c62fa7a86112bfc603391c8 (patch)
tree51bf1ba3aad37d5913d230724bd1969d4d466286 /debian/control
parentAdding upstream version 0.91.0. (diff)
downloadpython-ruyaml-f42a25756b9133ae9c62fa7a86112bfc603391c8.tar.xz
python-ruyaml-f42a25756b9133ae9c62fa7a86112bfc603391c8.zip
Adding debian version 0.91.0-3.debian/0.91.0-3debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--debian/control50
1 files changed, 50 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..34dd2d8
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,50 @@
+Source: python-ruyaml
+Maintainer: Debian Python Team <team+python@tracker.debian.org>
+Uploaders:
+ Carsten Schoenert <c.schoenert@t-online.de>,
+Section: python
+Priority: optional
+Build-Depends:
+ debhelper-compat (= 13),
+ pybuild-plugin-pyproject,
+ dh-sequence-sphinxdoc,
+ python3-all,
+ python3-setuptools,
+ python3-setuptools-scm,
+Build-Depends-Indep:
+ python3-pytest <!nocheck>,
+ python3-sphinx <!nodoc>,
+ python3-sphinx-rtd-theme <!nodoc>,
+Rules-Requires-Root: no
+Standards-Version: 4.6.2
+Vcs-Browser: https://salsa.debian.org/python-team/packages/python-ruyaml
+Vcs-Git: https://salsa.debian.org/python-team/packages/python-ruyaml.git
+Homepage: https://github.com/pycontribs/ruyaml
+
+Package: python-ruyaml-doc
+Architecture: all
+Section: doc
+Depends:
+ ${misc:Depends},
+ ${sphinxdoc:Depends}
+Multi-Arch: foreign
+Description: YAML 1.2 loader/dumper package for Python (Documentation)
+ The ruyaml package is a fork of ruamel.yaml aimed to made in order to secure
+ the future of the library, mainly by having a pool of maintainers and can be
+ used as a drop-in replacement for python3-ruamel.yaml.
+ .
+ This package installs the documentation for the library.
+
+Package: python3-ruyaml
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+Suggests:
+ python-ruamel-doc,
+Description: YAML 1.2 loader/dumper package for Python
+ The ruyaml package is a fork of ruamel.yaml aimed to made in order to secure
+ the future of the library, mainly by having a pool of maintainers and can be
+ used as a drop-in replacement for python3-ruamel.yaml.
+ .
+ This package contains the Python 3 version of the library.