blob: 1612c5c068f25a9d16ee3d4ddf1fcb09020ff11b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#!/usr/bin/make -f
# Set these, such that pybuild does not set them
export http_proxy=
export https_proxy=
# This file was automatically generated by stdeb 0.8.5 at
# Tue, 22 Dec 2015 17:56:33 +0000
export PYBUILD_NAME=prometheus-client
# The test suite does not currently pass under python3
export PYBUILD_DISABLE_python3=test
%:
dh $@ --with python2,python3 --buildsystem=pybuild
|