r35407 - in /packages/teem/trunk/debian: changelog control
domibel-guest at users.alioth.debian.org
domibel-guest at users.alioth.debian.org
Wed Dec 31 23:50:48 UTC 2008
Author: domibel-guest
Date: Wed Dec 31 23:50:48 2008
New Revision: 35407
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35407
Log:
debian/control: changed package description
Modified:
packages/teem/trunk/debian/changelog
packages/teem/trunk/debian/control
Modified: packages/teem/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/teem/trunk/debian/changelog?rev=35407&op=diff
==============================================================================
--- packages/teem/trunk/debian/changelog (original)
+++ packages/teem/trunk/debian/changelog Wed Dec 31 23:50:48 2008
@@ -6,6 +6,7 @@
[ Dominique Belhachemi ]
* added README.source
* patch added to fix a bug that caused segfaults
+ * debian/control: changed package description
-- Dominique Belhachemi <domibel at cs.tu-berlin.de> Thu, 18 Dec 2008 15:49:57 -0500
Modified: packages/teem/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/teem/trunk/debian/control?rev=35407&op=diff
==============================================================================
--- packages/teem/trunk/debian/control (original)
+++ packages/teem/trunk/debian/control Wed Dec 31 23:50:48 2008
@@ -20,8 +20,25 @@
Conflicts: libteem-dev
Architecture: any
Depends: libteem1 (= ${binary:Version}), ${misc:Depends}
-Description: Teem header files for building C++ code
- This provides the Teem header files required to compile C++ programs
+Description: Tools to process and visualize scientific data and images - development
+ Teem is a coordinated group of libraries for representing, processing, and
+ visualizing scientific raster data. Teem includes command-line tools that
+ permit the library functions to be quickly applied to files and streams,
+ without having to write any code. The most important and useful libraries in
+ Teem are:
+ .
+ * Nrrd (and the unu command-line tool on top of it) supports a range of
+ operations for transforming N-dimensional raster data (resample, crop,
+ slice, project, histogram, etc.), as well as the NRRD file format for
+ storing arrays and their meta-information.
+ * Gage: fast convolution-based measurements at arbitrary point locations in
+ volume datasets (scalar, vector, tensor, etc.)
+ * Mite: a multi-threaded ray-casting volume render with transfer functions
+ based on any quantity Gage can measure
+ * Ten: for estimating, processing, and visualizing diffusion tensor fields,
+ including fiber tractography methods.
+ .
+ This package provides the Teem header files required to compile C++ programs
that use Teem to do 3D visualisation.
@@ -29,7 +46,24 @@
Section: libdevel
Architecture: any
Depends: libteem1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
-Description: Teem command-line tools
+Description: Tools to process and visualize scientific data and images - command line tools
+ Teem is a coordinated group of libraries for representing, processing, and
+ visualizing scientific raster data. Teem includes command-line tools that
+ permit the library functions to be quickly applied to files and streams,
+ without having to write any code. The most important and useful libraries in
+ Teem are:
+ .
+ * Nrrd (and the unu command-line tool on top of it) supports a range of
+ operations for transforming N-dimensional raster data (resample, crop,
+ slice, project, histogram, etc.), as well as the NRRD file format for
+ storing arrays and their meta-information.
+ * Gage: fast convolution-based measurements at arbitrary point locations in
+ volume datasets (scalar, vector, tensor, etc.)
+ * Mite: a multi-threaded ray-casting volume render with transfer functions
+ based on any quantity Gage can measure
+ * Ten: for estimating, processing, and visualizing diffusion tensor fields,
+ including fiber tractography methods.
+ .
This package contains some simple command-line tools which provide fast and
easy access to the functionality in the various libraries.
@@ -38,7 +72,7 @@
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Teem - A visualization library
+Description: Tools to process and visualize scientific data and images - runtime
Teem is a coordinated group of libraries for representing, processing, and
visualizing scientific raster data. Teem includes command-line tools that
permit the library functions to be quickly applied to files and streams,
@@ -55,13 +89,16 @@
based on any quantity Gage can measure
* Ten: for estimating, processing, and visualizing diffusion tensor fields,
including fiber tractography methods.
+ .
+ This package provides the runtime files required to run programs
+ that use Teem to do 3D visualisation.
Package: teem-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
-Description: Teem - A visualization library - documentation
+Description: Tools to process and visualize scientific data and images - documentation
Teem is a coordinated group of libraries for representing, processing, and
visualizing scientific raster data. Teem includes command-line tools that
permit the library functions to be quickly applied to files and streams,
@@ -78,3 +115,5 @@
based on any quantity Gage can measure
* Ten: for estimating, processing, and visualizing diffusion tensor fields,
including fiber tractography methods.
+ .
+ This package provides the documentation files.
More information about the debian-science-commits
mailing list