diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..dde3185 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,11 @@ +python-prometheus-rus (0.2.0-1) unstable; urgency=medium + + * Initial release + + -- Stefan Bühler Mon, 12 May 2025 15:17:38 +0200 + +python-prometheus-rus (0.2.0-0) unstable; urgency=medium + + * Initial release + + -- Stefan Bühler Mon, 12 May 2025 15:17:37 +0200 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..8e4592b --- /dev/null +++ b/debian/control @@ -0,0 +1,26 @@ +Source: python-prometheus-rus +Section: python +Priority: optional +Maintainer: Stefan Bühler +Rules-Requires-Root: no +Build-Depends: + debhelper-compat (= 13), + dh-sequence-python3, + python3-setuptools, + python3-all, + pybuild-plugin-pyproject, + flit, +Standards-Version: 4.6.2 +Homepage: https://github.tik.uni-stuttgart.de/NKS/python-prometheus + +Package: python3-python-prometheus-rus +Architecture: all +Depends: + ${python3:Depends}, + ${misc:Depends}, +Suggests: + python-python-prometheus-rus-doc, +Description: promtheus library (RUS) + Library to build prometheus metric collection. + . + This package installs the library for Python 3. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..358b598 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,26 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: python-prometheus +Source: https://github.tik.uni-stuttgart.de/NKS/python-prometheus + +Files: * +Copyright: 2025 Stefan Bühler