[Python-modules-commits] [django-prometheus] 04/10: Initial package

Christopher Baines cbaines-guest at moszumanska.debian.org
Sun Feb 28 01:59:57 UTC 2016


This is an automated email from the git hooks/post-receive script.

cbaines-guest pushed a commit to branch master
in repository django-prometheus.

commit 9b99cf20b194ea6197ddbc8ee134cc588d95244d
Author: Christopher Baines <mail at cbaines.net>
Date:   Sat Feb 27 16:28:37 2016 +0000

    Initial package
---
 debian/changelog |  5 +++++
 debian/compat    |  1 +
 debian/control   | 30 ++++++++++++++++++++++++++++++
 debian/rules     |  8 ++++++++
 debian/watch     |  4 ++++
 5 files changed, 48 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..3a6e23a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+django-prometheus (1.0.6-1) unstable; urgency=low
+
+  * source package automatically created by stdeb 0.8.5
+
+ -- Christopher Baines <mail at cbaines.net>  Sat, 27 Feb 2016 16:03:34 +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..b9d0827
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,30 @@
+Source: django-prometheus
+Maintainer: Christopher Baines <mail at cbaines.net>
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-setuptools,
+               python3-setuptools,
+               python-all,
+               python3-all,
+               python-prometheus-client,
+               python3-prometheus-client,
+Standards-Version: 3.9.7
+Homepage: http://github.com/korfuri/django-prometheus
+
+Package: python-django-prometheus
+Architecture: all
+Depends: ${misc:Depends},
+         ${python:Depends}
+Description: Django middlewares to monitor your application with Promethe
+ See https://github.com/korfuri/django-prometheus for usage
+ instructions.
+
+Package: python3-django-prometheus
+Architecture: all
+Depends: ${misc:Depends},
+         ${python3:Depends}
+Description: Django middlewares to monitor your application with Promethe
+ This library contains code to expose some monitoring metrics relevant
+ to Django internals so they can be monitored by Prometheus.io.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..39de202
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+# This file was automatically generated by stdeb 0.8.5 at
+# Sat, 27 Feb 2016 16:03:34 +0000
+export PYBUILD_NAME=django-prometheus
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
+
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..9a20121
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# please also check http://pypi.debian.net/django-prometheus/watch
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/django-prometheus/django-prometheus-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-prometheus.git



More information about the Python-modules-commits mailing list