diff options
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 87e2b20..d10ed8c 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,9 @@ #!/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 |