[ismrmrd] 111/129: d/control: update packages, comment out obsolete

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Jan 14 20:00:27 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 6f2de92a0f7e97d90de2e485d1755f2af1417d67
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Wed Jan 14 18:44:21 2015 +0000

    d/control: update packages, comment out obsolete
---
 debian/control | 208 +++++++++++++++++++++++++++------------------------------
 1 file changed, 99 insertions(+), 109 deletions(-)

diff --git a/debian/control b/debian/control
index e9652e7..137049d 100644
--- a/debian/control
+++ b/debian/control
@@ -6,18 +6,8 @@ Uploaders: Ghislain Antony Vaillant <ghisvail at gmail.com>
 Build-Depends:
  cmake (>= 2.8),
  debhelper (>= 9),
- libboost-program-options-dev,
- libboost-system-dev,
- libboost-thread-dev,
- libfftw3-dev,
  libhdf5-serial-dev (>= 1.8),
- libxerces-c-dev,
- xsdcxx,
- python-dev,
- python-numpy,
- swig,
- default-jdk,
- python-pyxb
+ libpugixml-dev
 Build-Depends-Indep:
  doxygen 
 Standards-Version: 3.9.5
@@ -25,11 +15,11 @@ Homepage: http://ismrmrd.sourceforge.net/
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/ismrmrd.git
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/ismrmrd.git
 
-Package: libismrmrd0
+Package: libismrmrd1.2
 Architecture: any
 Depends:
- ${misc:Depends},
- ${shlibs: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.
@@ -46,9 +36,9 @@ Package: libismrmrd-dev
 Section: libdevel
 Architecture: any
 Depends:
- libismrmrd0 (= ${binary:Version}),
- ${misc:Depends},
- ${shlibs:Depends}
+ libismrmrd1.2 (= ${binary:Version}),
+ ${shlibs:Depends},
+ ${misc:Depends}
 Suggests:
  libismrmrd-dev-doc
 Description: ISMRM Raw Data format (ISMRMRD) - development files
@@ -63,95 +53,95 @@ Description: ISMRM Raw Data format (ISMRMRD) - development files
  .
  This package provides the development files.
 
-Package: libismrmrd-dev-doc
-Section: doc
-Architecture: all
-Depends:
- libjs-jquery,
- ${misc:Depends}
-Description: ISMRM Raw Data format (ISMRMRD) - API documentation
- 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 API documentation.
-
-Package: ismrmrd-tools
-Section: utils
-Architecture: any
-Depends:
- libismrmrd0 (= ${binary:Version}),
- ${misc:Depends},
- ${shlibs:Depends}
-Suggests:
- hdfview
-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 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.
-
-Package: libismrmrd-java
-Section: java
-Architecture: any
-Depends:
- ${misc:Depends},
- ${shlibs:Depends}
-Description: ISMRM Raw Data format (ISMRMRD) - Java 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 Java bindings.
-
-Package: matlab-ismrmrd
-Section: science
-Architecture: all
-Depends: ${misc:Depends}
-Description: ISMRM Raw Data format (ISMRMRD) - MATLAB implementation
- 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 MATLAB implementation of the library.
+#Package: libismrmrd-dev-doc
+#Section: doc
+#Architecture: all
+#Depends:
+# libjs-jquery,
+# ${misc:Depends}
+#Description: ISMRM Raw Data format (ISMRMRD) - API documentation
+# 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 API documentation.
+#
+#Package: ismrmrd-tools
+#Section: utils
+#Architecture: any
+#Depends:
+# libismrmrd0 (= ${binary:Version}),
+# ${misc:Depends},
+# ${shlibs:Depends}
+#Suggests:
+# hdfview
+#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 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.
+#
+#Package: libismrmrd-java
+#Section: java
+#Architecture: any
+#Depends:
+# ${misc:Depends},
+# ${shlibs:Depends}
+#Description: ISMRM Raw Data format (ISMRMRD) - Java 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 Java bindings.
+#
+#Package: matlab-ismrmrd
+#Section: science
+#Architecture: all
+#Depends: ${misc:Depends}
+#Description: ISMRM Raw Data format (ISMRMRD) - MATLAB implementation
+# 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 MATLAB implementation of the library.

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