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 372898a commit 082209bCopy full SHA for 082209b
debian/rules
@@ -16,19 +16,15 @@ export PYBUILD_NAME = heudiconv
16
# for paranoid
17
export http_proxy=http://127.0.0.1:9/
18
19
-export HOME=$(CURDIR)/build
+# to please datalad and git
20
+export EMAIL[email protected]
21
+export GIT_AUTHOR_NAME="The Name"
22
+export GIT_COMMITTER_NAME=$(GIT_AUTHOR_NAME)
23
24
# one ring to rule them all ...
25
%:
26
dh $@ --buildsystem=pybuild
27
-override_dh_auto_configure:
- dh_auto_configure
- # 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