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 2955dce commit d4ce9c8Copy full SHA for d4ce9c8
debian/changelog
@@ -1,6 +1,8 @@
1
heudiconv (0.6.0-1) unstable; urgency=medium
2
3
* Fresh upstream release, upload to unstable
4
+ * debian/rules
5
+ - cleanup artifacts from running tests at build time
6
7
-- Yaroslav Halchenko <[email protected]> Thu, 05 Dec 2019 21:18:16 -0500
8
debian/rules
@@ -33,6 +33,10 @@ override_dh_auto_install:
33
-N --no-discard-stderr \
34
./debian/heudiconv/usr/bin/heudiconv >| build/heudiconv.1
35
find debian -iname *.pyc -delete
36
+ # https://github.com/nipy/heudiconv/issues/399
37
+ rm -rf debian/heudiconv/usr/lib/python*/*-packages/Research
38
+ find debian -name __pycache__ | xargs rm -rf
39
+
40
41
clean::
42
dh_clean
0 commit comments