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 a403329 commit 9239437Copy full SHA for 9239437
debian/rules
@@ -17,6 +17,13 @@ export PYBUILD_NAME = heudiconv
17
%:
18
dh $@ --buildsystem=pybuild
19
20
+override_dh_auto_test::
21
+ mkdir -p build; \
22
+ export HOME=$(CURDIR)/build; \
23
+ git config --global user.name "TESTING"; \
24
+ git config --global user.email "[email protected]"
25
+ HOME=$(CURDIR)/build dh_auto_test $@
26
+
27
override_dh_auto_install:
28
help2man -n 'DICOM converter for organizing brain imaging data into structured directory layouts' \
29
-N --no-discard-stderr bin/heudiconv > build/heudiconv.1
0 commit comments