On Wed, 15 Jun 2016, Emanuele Olivetti wrote: > Hi,
> I am starting to use mridefacer (Ubuntu 14.04), which is available in the > neurodebian repository. While using it I get the following error: > usr/bin/mridefacer: line 224: numbound: command not found > So numbound, from num-utils, is missing. Should num-utils be a dependency > of mridefacer? THANKS! makes sense so now there is and some time will be uploaded: $> git show commit fd56e7b0f4a028df756aa0b0750b182da423d317 Author: Yaroslav Halchenko <[email protected]> Date: Wed Jun 15 10:14:30 2016 -0400 added num-utils into Depends -- thanks Emanuele! diff --git a/debian/changelog b/debian/changelog index f9cad00..64bc637 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ mridefacer (0.1-2) UNRELEASED; urgency=medium * debian/control - added Vcs- fields + - added num-utils into Depends -- thanks Emanuele! -- diff --git a/debian/control b/debian/control index 19399ac..34e43a7 100644 --- a/debian/control +++ b/debian/control @@ -13,6 +13,7 @@ Vcs-Git: git://github.com/hanke/mridefacer.git -b debian Package: mridefacer Architecture: all Depends: ${misc:Depends}, + num-utils, fsl-5.0-core | fsl-core Description: de-identification of MRI data -- Yaroslav O. Halchenko Center for Open Neuroscience http://centerforopenneuroscience.org Dartmouth College, 419 Moore Hall, Hinman Box 6207, Hanover, NH 03755 Phone: +1 (603) 646-9834 Fax: +1 (603) 646-1419 WWW: http://www.linkedin.com/in/yarik _______________________________________________ Neurodebian-users mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/neurodebian-users
