[med-svn] [gadgetron] 01/13: d/control: break gadgetron-dev to multiple binaries

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Apr 29 15:23:19 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository gadgetron.

commit 0a2be62352ea189d18b4834d6bbee1d036b21c06
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Wed Apr 29 12:18:18 2015 +0100

    d/control: break gadgetron-dev to multiple binaries
---
 debian/control | 67 +++++++++++++++++++++++++++++++++++++++-------------------
 1 file changed, 45 insertions(+), 22 deletions(-)

diff --git a/debian/control b/debian/control
index ef6a30c..9356c52 100644
--- a/debian/control
+++ b/debian/control
@@ -58,25 +58,25 @@ Description: Open source framework for medical image reconstruction (Config)
  .
  This package provides the Gagdetron configuration scripts.
 
-Package: gadgetron-dev
-Architecture: amd64
-Section: libdevel
-Depends:
- ${misc:Depends},
- ${shlibs:Depends},
-Suggests:
- gadgetron-doc
-Description: Open source framework for medical image reconstruction (Development)
- The Gadgetron framework implements a flexible system for creating streaming 
- data processing pipelines where data pass through a series of modules or 
- "Gadgets" from raw data to reconstructed images. The data processing pipeline 
- is configured dynamically at run-time based on an extensible markup language 
- configuration description. The framework promotes reuse and sharing of 
- reconstruction modules and new Gadgets can be added to the Gadgetron framework 
- through a plugin-like architecture without recompiling the basic framework 
- infrastructure.
- .
- This package provides the development files.
+#Package: gadgetron-dev
+#Architecture: amd64
+#Section: libdevel
+#Depends:
+# ${misc:Depends},
+# ${shlibs:Depends},
+#Suggests:
+# gadgetron-doc
+#Description: Open source framework for medical image reconstruction (Development)
+# The Gadgetron framework implements a flexible system for creating streaming 
+# data processing pipelines where data pass through a series of modules or 
+# "Gadgets" from raw data to reconstructed images. The data processing pipeline 
+# is configured dynamically at run-time based on an extensible markup language 
+# configuration description. The framework promotes reuse and sharing of 
+# reconstruction modules and new Gadgets can be added to the Gadgetron framework 
+# through a plugin-like architecture without recompiling the basic framework 
+# infrastructure.
+# .
+# This package provides the development files.
 
 Package: gadgetron-doc
 Architecture: all
@@ -117,8 +117,8 @@ Depends:
  ${misc:Depends},
  ${shlibs:Depends},
  gadgetron-config,
- gadgetron-dev (= ${binary:Version}),
- gadgetron-schema
+ gadgetron-schema,
+ libgadgetron-gadgets-dev (= ${binary:Version})
 Description: Open source framework for medical image reconstruction (Server)
  The Gadgetron framework implements a flexible system for creating streaming 
  data processing pipelines where data pass through a series of modules or 
@@ -136,7 +136,7 @@ Architecture: amd64
 Depends:
  ${misc:Depends},
  ${shlibs:Depends},
- gadgetron-dev (= ${binary:Version})
+ libgadgetron-toolboxes-dev (= ${binary:Version})
 Description: Open source framework for medical image reconstruction (Tools)
  The Gadgetron framework implements a flexible system for creating streaming 
  data processing pipelines where data pass through a series of modules or 
@@ -148,3 +148,26 @@ Description: Open source framework for medical image reconstruction (Tools)
  infrastructure.
  .
  This package provides the standalone tools.
+
+Package: libgadgetron-gadgets-dev
+Architecture: amd64
+Section: libdevel
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+ libgadgetron-toolboxes-dev (= ${binary:Version})
+Suggests:
+ gadgetron-doc
+Description: Open source framework for medical image reconstruction (Gadgets)
+ This package provides the gadgets component of Gagdetron.
+
+Package: libgadgetron-toolboxes-dev
+Architecture: amd64
+Section: libdevel
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
+Suggests:
+ gadgetron-doc
+Description: Open source framework for medical image reconstruction (Toolboxes)
+ This package provides the toolboxes component of Gagdetron.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gadgetron.git



More information about the debian-med-commit mailing list