[ufo-core] 01/01: update the ufo description

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Mon Dec 2 20:01:54 UTC 2013


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

picca pushed a commit to branch master
in repository ufo-core.

commit 6308e79877b3fa5eefcf83249a0da4443b6de78c
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Mon Dec 2 20:50:44 2013 +0100

    update the ufo description
---
 debian/control | 93 ++++++++++++++++++++++++++++++++++++++++++++--------------
 1 file changed, 71 insertions(+), 22 deletions(-)

diff --git a/debian/control b/debian/control
index dc6809c..60737bc 100644
--- a/debian/control
+++ b/debian/control
@@ -12,9 +12,9 @@ Build-Depends: debhelper (>= 9),
                python-dev
 Standards-Version: 3.9.5
 Section: libs
-Homepage: <insert the upstream URL, if relevant>
-#Vcs-Git: git://git.debian.org/debian-science/packages/ufo-core.git
-#Vcs-Browser: http://git.debian.org/?p=debian-science/packages/ufo-core.git;a=summary
+Homepage: http://ufo.kit.edu/
+Vcs-Git: git://git.debian.org/debian-science/packages/ufo-core.git
+Vcs-Browser: http://git.debian.org/?p=debian-science/packages/ufo-core.git;a=summary
 
 Package: libufo-dev
 Section: libdevel
@@ -26,8 +26,15 @@ Depends: gir1.2-ufo-0.0 (= ${binary:Version}),
 	 libzmq3-dev,
 	 ocl-icd-opencl-dev,
          libpython-dev
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
+Description: Library for high-performance, GPU-based computing - devel
+ The UFO data processing framework is a C library suited to build
+ general purpose streams data processing on heterogeneous
+ architectures such as CPUs, GPUs or clusters. It is extensively used
+ at the Karlsruhe Institute of Technology for Ultra-fast X-ray Imaging
+ (radiography, tomography and laminography).
+ .
+ A gobject-instrospection binding is also provided to write scripts or
+ user interfaces.
  .
  This package contain the developpement files for libufo.
 
@@ -37,10 +44,15 @@ Architecture: any
 Depends: ${misc:Depends},
          ${shlibs:Depends},
          libufo-data (= ${source:Version})
-Description: Library for high-performance, GPU-based computing
- This package contains the run-time library for the UFO data processing
- framework. It is suited for processing streams of data on a wide variety of
- heterogenuous architectures such as CPU cores, GPUs and clusters.
+Description: Library for high-performance, GPU-based computing - runtime
+ The UFO data processing framework is a C library suited to build
+ general purpose streams data processing on heterogeneous
+ architectures such as CPUs, GPUs or clusters. It is extensively used
+ at the Karlsruhe Institute of Technology for Ultra-fast X-ray Imaging
+ (radiography, tomography and laminography).
+ .
+ A gobject-instrospection binding is also provided to write scripts or
+ user interfaces.
  .
  This package provides the runtime for libufo.
 
@@ -50,8 +62,15 @@ Architecture: any
 Priority: extra
 Depends: ${misc:Depends},
          ${shlibs:Depends}
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
+Description: Library for high-performance, GPU-based computing - debug
+ The UFO data processing framework is a C library suited to build
+ general purpose streams data processing on heterogeneous
+ architectures such as CPUs, GPUs or clusters. It is extensively used
+ at the Karlsruhe Institute of Technology for Ultra-fast X-ray Imaging
+ (radiography, tomography and laminography).
+ .
+ A gobject-instrospection binding is also provided to write scripts or
+ user interfaces.
  .
  This package provides the debug files for libufo.
 
@@ -60,28 +79,51 @@ Architecture: all
 Section: doc
 Depends: ${misc:Depends},
          libufo3 (= ${binary:Version})
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
+Description: Library for high-performance, GPU-based computing - documentation
+ The UFO data processing framework is a C library suited to build
+ general purpose streams data processing on heterogeneous
+ architectures such as CPUs, GPUs or clusters. It is extensively used
+ at the Karlsruhe Institute of Technology for Ultra-fast X-ray Imaging
+ (radiography, tomography and laminography).
+ .
+ A gobject-instrospection binding is also provided to write scripts or
+ user interfaces.
  .
  This package provides the documentation for libufo.
 
 Package: libufo-data
 Architecture: all
 Depends: ${misc:Depends}
-Description: Necessary OpenCL kernel files
- This package contains OpenCL kernel files that are needed for run-time
- execution of libufo.
+Description: Library for high-performance, GPU-based computing - data
+ The UFO data processing framework is a C library suited to build
+ general purpose streams data processing on heterogeneous
+ architectures such as CPUs, GPUs or clusters. It is extensively used
+ at the Karlsruhe Institute of Technology for Ultra-fast X-ray Imaging
+ (radiography, tomography and laminography).
  .
- This package provides data used by libufo.
+ A gobject-instrospection binding is also provided to write scripts or
+ user interfaces.
+ .
+ This package provides the openCL kernel files and templates to write
+ ufo filters
 
 Package: libufo-bin
 Architecture: any
 Depends: ${misc:Depends},
          ${shlibs:Depends},
          libufo3 (= ${binary:Version})
-Description: Daemon and run-time execution binaries
+Description: Library for high-performance, GPU-based computing - tools
+ The UFO data processing framework is a C library suited to build
+ general purpose streams data processing on heterogeneous
+ architectures such as CPUs, GPUs or clusters. It is extensively used
+ at the Karlsruhe Institute of Technology for Ultra-fast X-ray Imaging
+ (radiography, tomography and laminography).
+ .
+ A gobject-instrospection binding is also provided to write scripts or
+ user interfaces.
+ .
  This package contains binaries to run JSON descriptions of task graphs and
- start a daemon that serves computation requests from a remote master node.
+ the ufod daemon that serves computation requests from a remote master node.
 
 Package: gir1.2-ufo-0.0
 Architecture: any
@@ -90,7 +132,14 @@ Depends: ${gir:Depends},
          ${misc:Depends},
          ${shlibs:Depends}
 Description: <insert up to 60 chars description> - gir binding
- <insert long description, indented with spaces>
+ The UFO data processing framework is a C library suited to build
+ general purpose streams data processing on heterogeneous
+ architectures such as CPUs, GPUs or clusters. It is extensively used
+ at the Karlsruhe Institute of Technology for Ultra-fast X-ray Imaging
+ (radiography, tomography and laminography).
+ .
+ A gobject-instrospection binding is also provided to write scripts or
+ user interfaces.
  .
-  This package can be used by other packages using the GIRepository format to
- generate dynamic bindings.
+ This package can be used by other packages using the GIRepository
+ format to generate dynamic bindings.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ufo-core.git



More information about the debian-science-commits mailing list