summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2016-11-06 19:03:54 +0100
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2016-11-06 19:03:54 +0100
commit700311cb0c01bc18e456c32585f82d81dc9cd649 (patch)
tree2cf691c1fec78098efe6c29a1a4735ce0da535ec /debian/control
parentdb98d4647fa18fc7331bba7c72ffd3d5a3a33040 (diff)
downloadufo-filters-700311cb0c01bc18e456c32585f82d81dc9cd649.tar.gz
ufo-filters-700311cb0c01bc18e456c32585f82d81dc9cd649.tar.bz2
ufo-filters-700311cb0c01bc18e456c32585f82d81dc9cd649.tar.xz
ufo-filters-700311cb0c01bc18e456c32585f82d81dc9cd649.zip
Update debian dir
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control71
1 files changed, 71 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..01560f1
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,71 @@
+Source: ufo-filters
+Maintainer: Picca Frédéric-Emmanuel <picca@debian.org>
+Section: libs
+Priority: extra
+Build-Depends: debhelper (>= 10),
+ cmake,
+ libclfft-dev,
+ libglib2.0-dev,
+ libgsl0-dev | libgsl-dev,
+ libhdf5-dev,
+ libtiff-dev,
+ libufo-dev,
+ ocl-icd-opencl-dev,
+ python-sphinx
+Standards-Version: 3.9.8
+Vcs-Browser: http://anonscm.debian.org/cgit/debian-pan/packages/ufo-filters.git
+Vcs-Git: git://git.debian.org/git/debian-pan/packages/ufo-filters.git
+Homepage: http://ufo.kit.edu/
+
+Package: ufo-filters
+Architecture: any
+Multi-Arch: same
+Section: libs
+Depends: ${misc:Depends},
+ ${shlibs:Depends},
+ ufo-filters-data (= ${source:Version})
+Pre-Depends: ${misc:Pre-Depends}
+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.
+
+Package: ufo-filters-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+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: ufo-filters-data
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}
+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).
+ .
+ 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