Merge branch 'debian'

This commit is contained in:
2026-07-01 09:05:47 +02:00
8 changed files with 81 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
python-prometheus-rus (0.2.0-1) unstable; urgency=medium
* Initial release
-- Stefan Bühler <stefan.buehler@tik.uni-stuttgart.de> Mon, 12 May 2025 15:17:38 +0200
python-prometheus-rus (0.2.0-0) unstable; urgency=medium
* Initial release
-- Stefan Bühler <stefan.buehler@tik.uni-stuttgart.de> Mon, 12 May 2025 15:17:37 +0200
+26
View File
@@ -0,0 +1,26 @@
Source: python-prometheus-rus
Section: python
Priority: optional
Maintainer: Stefan Bühler <stefan.buehler@tik.uni-stuttgart.de>
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.
+26
View File
@@ -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 <stefan.buehler@tik.uni-stuttgart.de
License: MIT
License: MIT
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
.
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
+8
View File
@@ -0,0 +1,8 @@
[DEFAULT]
pristine-tar = False
upstream-tree = BRANCH
upstream-branch = master
debian-branch = debian
debian-tag = debian/%(version)s
sign-tags = True
tag = True
+2
View File
@@ -0,0 +1,2 @@
README.Debian
README.source
Vendored Executable
+6
View File
@@ -0,0 +1,6 @@
#!/usr/bin/make -f
export PYBUILD_NAME=python-prometheus-rus
%:
dh $@ --buildsystem=pybuild
+1
View File
@@ -0,0 +1 @@
3.0 (quilt)
+1
View File
@@ -0,0 +1 @@
extend-diff-ignore = "^[^/]*[.]egg-info/|^.venv|^.mypy[^/]*"