diff options
author | Christopher Baines <mail@cbaines.net> | 2015-12-22 18:04:42 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2015-12-22 18:05:19 +0000 |
commit | 4f6f331149386c145af42b0cb287dfd3ae6e0020 (patch) | |
tree | 4bd8085676afcdfe47e79c9927854624d95d1bc9 /debian/rules | |
parent | 977daa17ce6db99ad1b6ec88bbc9c7a42baf22d6 (diff) | |
download | python-prometheus-client-4f6f331149386c145af42b0cb287dfd3ae6e0020.tar python-prometheus-client-4f6f331149386c145af42b0cb287dfd3ae6e0020.tar.gz |
Initial Debian package
Using py2dsc.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 8 |
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 + |