We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fba1e03 commit fa89abdCopy full SHA for fa89abd
debian/rules
@@ -13,6 +13,10 @@ gitver = $(shell [ -x /usr/bin/git ] && git describe --tags --match 'v[0-9].*' $
13
export DH_VERBOSE = 1
14
export PYBUILD_NAME = heudiconv
15
16
+# for paranoid
17
+export http_proxy=http://127.0.0.1:9/
18
+
19
20
# one ring to rule them all ...
21
%:
22
dh $@ --buildsystem=pybuild
0 commit comments