[ismrmrd] 72/129: d/control: add SWIG python bindings pkg
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Wed Jan 14 20:00:18 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository ismrmrd.
commit 4908322040ef4fa088700a9dcd80c093848bdb9e
Author: Ghislain Vaillant <ghisvail at gmail.com>
Date: Fri May 9 23:35:37 2014 +0100
d/control: add SWIG python bindings pkg
---
debian/control | 26 +++++++++++++++++++++++++-
1 file changed, 25 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index c9493c6..9ad455c 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,11 @@ Build-Depends:
libfftw3-dev,
libhdf5-serial-dev (>= 1.8),
libxerces-c-dev,
- xsdcxx
+ xsdcxx,
+ dh-python,
+ python-dev,
+ python-numpy,
+ swig
Build-Depends-Indep:
doxygen
Standards-Version: 3.9.5
@@ -114,3 +118,23 @@ Description: ISMRM Raw Data format (ISMRMRD) - tools
other calibration data.
.
This package provides the support programs.
+
+Package: python-ismrmrd
+Section: python
+Architecture: any
+Depends:
+ libismrmrd0 (= ${binary:Version})
+ ${misc:Depends},
+ ${python:Depends},
+ ${shlibs:Depends}
+Description: ISMRM Raw Data format (ISMRMRD) - python bindings
+ The ISMRMRD format combines a mix of flexible data structures (XML header)
+ and fixed structures (equivalent to C-structs) to represent MRI data.
+ .
+ In addition, the ISMRMRD format also specifies an image header for storing
+ reconstructed images and the accompanying C++ library provides a convenient
+ way of writing such images into HDF5 files along with generic arrays for
+ storing less well defined data structures, e.g. coil sensitivity maps or
+ other calibration data.
+ .
+ This package provides the SWIG generated Python bindings.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ismrmrd.git
More information about the debian-science-commits
mailing list