[ismrmrd] 08/08: d/*: add separate package for xml schema

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Jan 15 15:00:06 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 387c1a052e6518d43fd358435a77188b6e6d5251
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Thu Jan 15 14:41:08 2015 +0000

    d/*: add separate package for xml schema
---
 debian/control                | 18 ++++++++++++++++++
 debian/ismrmrd-schema.install |  1 +
 2 files changed, 19 insertions(+)

diff --git a/debian/control b/debian/control
index 8d53dcb..44bb5c0 100644
--- a/debian/control
+++ b/debian/control
@@ -37,6 +37,7 @@ Package: libismrmrd-dev
 Section: libdevel
 Architecture: any
 Depends:
+ ismrmrd-schema,
  libismrmrd1.2 (= ${binary:Version}),
  ${misc:Depends},
  ${shlibs:Depends}
@@ -75,6 +76,7 @@ Description: ISMRM Raw Data format (ISMRMRD) - documentation
 Package: ismrmrd-tools
 Architecture: any
 Depends:
+ ismrmrd-schema,
  libismrmrd1.2 (= ${binary:Version}),
  ${misc:Depends},
  ${shlibs:Depends}
@@ -89,3 +91,19 @@ Description: ISMRM Raw Data format (ISMRMRD) - binaries
  other calibration data.
  .
  This package provides the binaries.
+
+Package: ismrmrd-schema
+Architecture: all
+Depends:
+ ${misc:Depends}
+Description: ISMRM Raw Data format (ISMRMRD) - XML schema
+ 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 XML schema.
diff --git a/debian/ismrmrd-schema.install b/debian/ismrmrd-schema.install
new file mode 100644
index 0000000..a1c957e
--- /dev/null
+++ b/debian/ismrmrd-schema.install
@@ -0,0 +1 @@
+usr/share/ismrmrd/schema/*

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