diff options
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 + |