[med-svn] [mia] 05/11: correct minor errors in the created manpages

Gert Wollny gert-guest at moszumanska.debian.org
Wed Jan 14 11:08:14 UTC 2015


This is an automated email from the git hooks/post-receive script.

gert-guest pushed a commit to branch master
in repository mia.

commit b51f583d9d5c6e5e82622337954091514ecf090c
Author: Gert Wollny <gw.fossdev at gmail.com>
Date:   Thu Jan 8 11:30:19 2015 +0100

    correct minor errors in the created manpages
---
 debian/control                  | 6 +++++-
 src/2dmulti-force.cc            | 2 +-
 src/2dmultiimageregistration.cc | 2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index b6023f1..acf7bc0 100644
--- a/debian/control
+++ b/debian/control
@@ -55,6 +55,7 @@ Depends: libmia-2.2-0 (= ${binary:Version}),
          libblas-dev,
          ${misc:Depends}
 Recommends: libmia-2.2-doc
+Suggests: python-lxml
 Description: library for 2D and 3D gray scale image processing, development files
  libmia comprises a set of libraries and plug-ins for general purpose 
  2D and 3D gray scale image processing and basic handling of triangular 
@@ -118,7 +119,10 @@ Description: Command line tools for gray scale image processing
 
 Package: python-mia-nipype
 Architecture: all
-Depends: mia-tools (= ${binary:Version}), python-nipype
+Depends: mia-tools (>= ${source:Version}, 
+         mia-tools (<< ${source:Version}.1~)), 
+         python-nipype,
+         ${misc:Depends}
 Breaks: pymia ( <=0.1.6 )
 Description: Nipype interface wrappers for the MIA command line tools 
  Nipype interface wrappers for the mia lines tools to run general purpose 
diff --git a/src/2dmulti-force.cc b/src/2dmulti-force.cc
index bf82ac8..7bd0e11 100644
--- a/src/2dmulti-force.cc
+++ b/src/2dmulti-force.cc
@@ -38,7 +38,7 @@ const SProgramDescription g_description = {
 	 "The input images must be of the same dimensions and gray scale (whatever bit-depth)."}, 
 	{pdi_example_descr, "Evaluate the force normimage weighted sum of costs SSD and NGF of "
 	 "image1.v and image2.v. and store the result to force.v."}, 
-	{pdi_example_code, "-o force.v image:cost=ssd,src=image1.v,ref=image2.v,weight=0.1 "
+	{pdi_example_code, "-o force.v \n image:cost=ssd,src=image1.v,ref=image2.v,weight=0.1\n "
 	 "image:cost=ngf,src=image1.v,ref=image2.v,weight=2.0"}
 }; 
 
diff --git a/src/2dmultiimageregistration.cc b/src/2dmultiimageregistration.cc
index ac1258a..0a66d42 100644
--- a/src/2dmultiimageregistration.cc
+++ b/src/2dmultiimageregistration.cc
@@ -47,7 +47,7 @@ const SProgramDescription g_description = {
 	 "Use two multiresolution levels, ssd as image cost function and divcurl weighted by 10.0 "
 	 "as transformation smoothness penalty. The resulting transformation is saved in reg.vf."},
 
-	{pdi_example_code, "-o reg.vf -l 2 -f spline:rate=3,penalty=divcurl image:cost=ssd,src=test.v,ref=ref.v"}
+	{pdi_example_code, "-o reg.vf -l 2\n -f spline:rate=3,penalty=divcurl\n image:cost=ssd,src=test.v,ref=ref.v"}
 };
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/mia.git



More information about the debian-med-commit mailing list