[med-svn] [mia] 03/11: add nipype interfaces as extra package

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 6d197393c61dd2d265e5b651ceb1cf8de78e69cc
Author: Gert Wollny <gw.fossdev at gmail.com>
Date:   Wed Jan 7 15:32:48 2015 +0100

    add nipype interfaces as extra package
---
 debian/changelog                 |  8 ++++++++
 debian/control                   | 11 +++++++++++
 debian/libmia-2.2-dev.install    |  1 +
 debian/python-mia-nipype.install |  1 +
 debian/rules                     |  6 +++++-
 5 files changed, 26 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 6fa651b..d0b1e5c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+mia (2.2.3-1) experimental; urgency=medium
+
+  * New upstream version 
+  * Add doctools to libmia-2.2-dev package 
+  * Add nipype interfaces to mia-tools package
+
+ -- Gert Wollny <gw.fossdev at gmail.com>  Wed, 07 Jan 2015 15:17:14 +0100
+
 mia (2.2.2-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/debian/control b/debian/control
index 99edf9b..b6023f1 100644
--- a/debian/control
+++ b/debian/control
@@ -116,6 +116,17 @@ Description: Command line tools for gray scale image processing
  registration, motion compensation for image series, and the estimation of 
  various statistics over images. 
 
+Package: python-mia-nipype
+Architecture: all
+Depends: mia-tools (= ${binary:Version}), python-nipype
+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 
+ image processing tasks on 2D and 3D gray scale images, and basic operations 
+ on triangular meshes. Supported image processing algorithms are image 
+ filtering, combining, image registration, motion compensation for image 
+ series, and the estimation of various statistics over images. 
+
 Package: mia-tools-doc
 Architecture: all
 Section: doc
diff --git a/debian/libmia-2.2-dev.install b/debian/libmia-2.2-dev.install
index 6e416a6..7b9cf62 100644
--- a/debian/libmia-2.2-dev.install
+++ b/debian/libmia-2.2-dev.install
@@ -2,3 +2,4 @@ usr/include/*
 usr/lib/*/lib*.so
 usr/lib/*/mia-2.2/include/*
 usr/lib/*/pkgconfig/*
+usr/share/mia-doctools/*
diff --git a/debian/python-mia-nipype.install b/debian/python-mia-nipype.install
new file mode 100644
index 0000000..2500355
--- /dev/null
+++ b/debian/python-mia-nipype.install
@@ -0,0 +1 @@
+usr/lib/python*
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index 79fd505..3d30cce 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,11 @@ export DH_ALWAYS_EXCLUDE=jquery.js
 	dh $@ --parallel
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DALWAYS_CREATE_DOC=ON  -DSTRICT_DEPENDECIES=ON
+	dh_auto_configure -- \
+	-DALWAYS_CREATE_DOC=ON  \
+	-DSTRICT_DEPENDECIES=ON \
+	-DMIA_CREATE_MANPAGES=ON \
+	-DMIA_CREATE_NIPYPE_INTERFACES
 
 override_dh_builddeb:
 	dh_builddeb -- -Z xz

-- 
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