Skip to content

Commit 62e6129

Browse files
committed
manually remove all the .pyc files which might have got generated
1 parent 7c1abdf commit 62e6129

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

debian/rules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ override_dh_auto_install:
2424
help2man -n 'DICOM converter for organizing brain imaging data into structured directory layouts' \
2525
-N --no-discard-stderr \
2626
./debian/heudiconv/usr/bin/heudiconv >| build/heudiconv.1
27+
find debian -iname *.pyc -delete
2728

2829
clean::
2930
dh_clean

0 commit comments

Comments
 (0)