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 47313e7 commit 9e871c2Copy full SHA for 9e871c2
debian/rules
@@ -18,10 +18,12 @@ export PYBUILD_NAME = heudiconv
18
dh $@ --buildsystem=pybuild
19
20
override_dh_auto_install:
21
- mkdir -p build
22
- help2man -n 'DICOM converter for organizing brain imaging data into structured directory layouts' \
23
- -N --no-discard-stderr bin/heudiconv > build/heudiconv.1
24
dh_auto_install
+ mkdir -p build
+ PYTHONPATH=./debian/heudiconv/usr/lib/python2.7/dist-packages \
+ help2man -n 'DICOM converter for organizing brain imaging data into structured directory layouts' \
25
+ -N --no-discard-stderr \
26
+ ./debian/heudiconv/usr/bin/heudiconv >| build/heudiconv.1
27
28
clean::
29
dh_clean
0 commit comments