[ismrmrd] 05/129: Imported Debian patch 0.5.0-1
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Wed Jan 14 20:00:07 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 3397947a260cf5a86aca327242f5bc0c9ad78ae0
Merge: 56fe574 ea29ddd
Author: Ghislain Vaillant <ghisvail at gmail.com>
Date: Fri Feb 28 15:29:55 2014 +0000
Imported Debian patch 0.5.0-1
CMakeLists.txt | 8 +-
bindings/CMakeLists.txt | 17 +-
bindings/java/CMakeLists.txt | 39 +-
bindings/java/XMLString.java | 32 +-
bindings/java/cfg.jxb | 10 +
bindings/java/ismrmrd_java.i | 31 +
bindings/java/{make_jar.sh => make_jar.sh.in} | 5 +-
bindings/python/CMakeLists.txt | 30 +-
bindings/python/ismrmrd_python.i | 839 +++--------
cmake/FindJava.cmake | 212 +++
cmake/FindNumPy.cmake | 101 ++
cmake/FindXSD.cmake | 72 +-
debian/changelog | 6 +-
debian/control | 63 +-
debian/docs | 0
debian/rules | 0
debian/watch | 3 +
examples/java/ismrmrd_test.java | 55 +-
examples/matlab/{ => old}/ismrmrd_header2struct.m | 0
examples/matlab/old/simple_cartesian_recon.m | 127 ++
examples/matlab/{ => old}/simple_gridder.m | 0
examples/matlab/{ => old}/simple_spiral_recon.m | 0
examples/matlab/{ => old}/testsynth.m | 0
{matlab => examples/matlab/old}/xml2struct.m | 0
examples/matlab/simple_cartesian_recon.m | 82 --
examples/matlab/test_create_dataset.m | 170 +++
examples/matlab/test_recon_dataset.m | 158 +++
ismrmrd.h | 1466 ++++++++++----------
ismrmrd_hdf5_datatypes.h | 4 +
matlab/+ismrmrd/+util/AcquisitionHeaderFromBytes.m | 47 +
matlab/+ismrmrd/+util/AcquisitionHeaderToBytes.m | 47 +
matlab/+ismrmrd/+util/ImageHeaderFromBytes.m | 32 +
matlab/+ismrmrd/+util/ImageHeaderToBytes.m | 32 +
matlab/+ismrmrd/{old => +util}/hdf5_datatypes.m | 187 +--
matlab/+ismrmrd/+util/includejar.m | 15 +
matlab/+ismrmrd/{old => +util}/isInt.m | 0
matlab/+ismrmrd/Acquisition.m | 122 ++
matlab/+ismrmrd/AcquisitionFlags.m | 38 -
matlab/+ismrmrd/AcquisitionHeader.m | 627 ++++++---
matlab/+ismrmrd/EncodingCounters.m | 94 --
matlab/+ismrmrd/FlagBit.m | 32 -
matlab/+ismrmrd/{old => }/Image.m | 18 +-
matlab/+ismrmrd/ImageDataType.m | 9 -
matlab/+ismrmrd/ImageFlags.m | 14 -
matlab/+ismrmrd/ImageHeader.m | 554 +++++---
matlab/+ismrmrd/ImageType.m | 9 -
matlab/+ismrmrd/{old/file.m => IsmrmrdDataset.m} | 200 +--
matlab/+ismrmrd/XMLHeader.m | 33 -
matlab/+ismrmrd/old/Acquisition.m | 49 -
matlab/CMakeLists.txt | 72 +
matlab/XMLString.java | 42 +
matlab/cfg.jxb | 10 +
schema/ismrmrd.xsd | 199 ++-
53 files changed, 3457 insertions(+), 2555 deletions(-)
diff --cc debian/changelog
index 136ea3b,0000000..b2156a3
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,5 -1,0 +1,5 @@@
- ismrmrd (0~20130706-1) UNRELEASED; urgency=low
++ismrmrd (0.5.0-1) unstable; urgency=low
+
- * Initial release (Closes: #732360)
++ * Initial release
+
- -- Ghislain Vaillant <ghisvail at gmail.com> Sat, 11 Jan 2014 14:41:59 +0000
++ -- Ghislain Vaillant <ghisvail at gmail.com> Fri, 28 Feb 2014 15:29:55 +0000
diff --cc debian/control
index 54a1d28,0000000..57f6a59
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,93 -1,0 +1,90 @@@
+Source: ismrmrd
+Section: science
+Priority: optional
+Maintainer: Ghislain Vaillant <ghisvail at gmail.com>
- Build-Depends: debhelper (>= 9),
- cmake,
- libfftw3-dev,
- libboost-program-options-dev,
- libboost-thread-dev,
- libhdf5-dev,
- libxerces-c-dev,
- xsdcxx
- Standards-Version: 3.9.5
++Build-Depends:
++ debhelper (>= 8.0.0),
++ cmake,
++ libfftw3-dev,
++ libboost-program-options-dev,
++ libboost-system-dev,
++ libboost-thread-dev,
++ libhdf5-serial-dev,
++ libxerces-c-dev,
++ xsdcxx
++Standards-Version: 3.9.3
+Homepage: http://ismrmrd.sourceforge.net/
- Vcs-Git: git://anonscm.debian.org/debian-science/packages/ismrmrd.git
- Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/ismrmrd.git
-
+
+Package: libismrmrd
+Architecture: any
- Depends: ${shlibs:Depends},
- ${misc:Depends}
++Depends:
++ ${shlibs:Depends},
++ ${misc:Depends}
+Description: ISMRM Raw Data format (ISMRMRD) - shared library
+ 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 contains the shared library.
-
-
++
+Package: libismrmrd-dev
+Section: libdevel
+Architecture: any
- Depends: libismrmrd (= ${binary:Version}),
- libboost-program-options-dev,
- libboost-thread-dev,
- libhdf5-dev,
- ${shlibs:Depends},
- ${misc:Depends}
- Description: ISMRM Raw Data format (ISMRMRD) - development files
++Depends:
++ libismrmrd (= ${binary:Version}),
++ ${shlibs:Depends},
++ ${misc:Depends}
++Description: ISMRM Raw Data format (ISMRMRD) - header files
+ 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 contains the development files.
-
++ This package contains the header files.
+
+Package: libismrmrd-dbg
+Section: debug
+Priority: extra
+Architecture: any
- Depends: libismrmrd (= ${binary:Version}),
- ${shlibs:Depends},
- ${misc:Depends}
- Description: ISMRM Raw Data format (ISMRMRD) - debugging symbols
++Depends:
++ libismrmrd (= ${binary:Version}),
++ ${shlibs:Depends},
++ ${misc:Depends}
++Description: ISMRM Raw Data format (ISMRMRD) - debug symbols
+ 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 contains the debugging symbols.
-
++ This package contains the debug symbols.
+
+Package: ismrmrd-bin
+Section: utils
+Architecture: any
- Depends: ${shlibs:Depends},
- ${misc:Depends}
++Depends:
++ ${shlibs:Depends},
++ ${misc:Depends}
+Description: ISMRM Raw Data format (ISMRMRD) - tools
+ 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 contains the binary tools.
diff --cc debian/docs
index 0000000,0000000..e69de29
new file mode 100644
--- /dev/null
+++ b/debian/docs
diff --cc debian/rules
index c80596f,0000000..c80596f
mode 100755,000000..100644
--- a/debian/rules
+++ b/debian/rules
diff --cc debian/watch
index 0000000,0000000..217aa5b
new file mode 100644
--- /dev/null
+++ b/debian/watch
@@@ -1,0 -1,0 +1,3 @@@
++version=3
++http://sf.net/ismrmrd/ismrmrd_(\d\S*)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
++
--
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