blob: 87e2b209f9703483bfdc837ade0fb24776dcc56a (
plain)
1
2
3
4
5
6
7
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
|