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 9314d01 commit 372898aCopy full SHA for 372898a
debian/rules
@@ -16,11 +16,19 @@ export PYBUILD_NAME = heudiconv
16
# for paranoid
17
export http_proxy=http://127.0.0.1:9/
18
19
+export HOME=$(CURDIR)/build
20
21
# one ring to rule them all ...
22
%:
23
dh $@ --buildsystem=pybuild
24
25
+override_dh_auto_configure:
26
+ dh_auto_configure
27
+ # Needed for git/datalad to function correctly
28
+ mkdir -p "$(HOME)"
29
+ git config --global user.email "[email protected]"
30
+ git config --global user.name "His Name"
31
+
32
override_dh_auto_install:
33
dh_auto_install
34
mkdir -p build
0 commit comments