aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2015-12-22 18:04:42 +0000
committerChristopher Baines <mail@cbaines.net>2015-12-22 18:05:19 +0000
commit4f6f331149386c145af42b0cb287dfd3ae6e0020 (patch)
tree4bd8085676afcdfe47e79c9927854624d95d1bc9 /debian/rules
parent977daa17ce6db99ad1b6ec88bbc9c7a42baf22d6 (diff)
downloadpython-prometheus-client-4f6f331149386c145af42b0cb287dfd3ae6e0020.tar
python-prometheus-client-4f6f331149386c145af42b0cb287dfd3ae6e0020.tar.gz
Initial Debian package
Using py2dsc.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules8
1 files changed, 8 insertions, 0 deletions
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
+