From 4f6f331149386c145af42b0cb287dfd3ae6e0020 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Tue, 22 Dec 2015 18:04:42 +0000 Subject: Initial Debian package Using py2dsc. --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 21 +++++++++++++++++++++ debian/rules | 8 ++++++++ debian/watch | 3 +++ 5 files changed, 38 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100755 debian/rules create mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..1bb3086 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +python-prometheus-client (0.0.13-1) unstable; urgency=low + + * source package automatically created by stdeb 0.8.5 + + -- Christopher Baines Tue, 22 Dec 2015 17:56:33 +0000 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..5dde8b0 --- /dev/null +++ b/debian/control @@ -0,0 +1,21 @@ +Source: python-prometheus-client +Maintainer: Debian Python Modules Team +Uploaders: Christopher Baines +Section: python +Priority: optional +Build-Depends: dh-python, python-setuptools (>= 0.6b3), python3-setuptools, python-all (>= 2.6.6-3), python3-all, debhelper (>= 9) +Standards-Version: 3.9.6 +Homepage: https://github.com/prometheus/client_python + +Package: python-prometheus-client +Architecture: all +Depends: ${misc:Depends}, ${python:Depends} +Description: Python client for the Prometheus monitoring system. + See https://github.com/prometheus/client_python/blob/master/README.md for documentation. + +Package: python3-prometheus-client +Architecture: all +Depends: ${misc:Depends}, ${python3:Depends} +Description: Python client for the Prometheus monitoring system. + See https://github.com/prometheus/client_python/blob/master/README.md for documentation. + diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..87e2b20 --- /dev/null +++ b/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +# This file was automatically generated by stdeb 0.8.5 at +# Tue, 22 Dec 2015 17:56:33 +0000 +export PYBUILD_NAME=prometheus-client +%: + dh $@ --with python2,python3 --buildsystem=pybuild + diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..b00e0d2 --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=3 +opts=filenamemangle=s/.+\/?(\d\S*)\.tar\.gz/python-prometheus-client-$1\.tar\.gz/ \ + https://github.com/prometheus/client_python/tags .*/?(\d\.\d.\d{2})\.tar\.gz -- cgit v1.2.3