From 247c516c1a6e60c5828cafe127f6ce0caceb0bf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BChler?= Date: Mon, 12 May 2025 15:09:04 +0200 Subject: [PATCH] debianize --- debian/changelog | 11 +++++++++ debian/control | 26 ++++++++++++++++++++ debian/copyright | 26 ++++++++++++++++++++ debian/gbp.conf | 8 ++++++ debian/python-python-prometheus-rus-doc.docs | 2 ++ debian/rules | 6 +++++ debian/source/format | 1 + debian/source/options | 1 + 8 files changed, 81 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/gbp.conf create mode 100644 debian/python-python-prometheus-rus-doc.docs create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/source/options 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