Skip to content

Commit 5af771e

Browse files
committed
debian/ - depend on python-pathlib and dcm2niix (from Recommends) - remove recommends of mricron, no longer used
1 parent d415115 commit 5af771e

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

debian/changelog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ heudiconv (0.5-1) neurodebian; urgency=medium
33
* Fresh upstream release
44
- huge refactoring to provide a heudiconv module
55
- explicit assignment of the license (apache-2.0)
6+
* debian/
7+
- depend on python-pathlib and dcm2niix (from Recommends)
8+
- remove recommends of mricron, no longer used
69

710
-- Yaroslav Halchenko <[email protected]> Thu, 01 Mar 2018 09:27:55 -0500
811

debian/control

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Build-Depends: debhelper (>= 9),
1111
python-setuptools,
1212
python-six,
1313
python-pytest,
14+
python-pathlib,
1415
help2man,
1516
python-dcmstack,
1617
python-dicom,
@@ -22,15 +23,15 @@ Vcs-Git: https://github.com/nipy/heudiconv -b debian
2223
Package: heudiconv
2324
Architecture: all
2425
Depends: ${misc:Depends},
26+
dcm2niix,
2527
python,
2628
python-dcmstack,
2729
python-dicom,
2830
python-nibabel,
31+
python-pathlib,
2932
python-numpy,
3033
python-nipype,
31-
Recommends: mricron,
32-
dcm2niix,
33-
python-pytest,
34+
Recommends: python-pytest,
3435
python-datalad,
3536
Description: DICOM converter with support for structure heuristics
3637
This is a flexible dicom converter for organizing brain imaging data into

0 commit comments

Comments
 (0)