1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114
|
Source: dx
Section: science
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Graham Inggs <ginggs@debian.org>, Paul Gevers <elbrus@debian.org>
Build-Depends: bison,
debhelper-compat (= 13),
dpkg-dev (>= 1.22.5),
ed,
flex,
libbz2-dev,
libglu-dev,
libhdf4-dev,
libjpeg-dev,
libmotif-dev,
libnetcdf-dev,
libpng-dev,
libtiff-dev,
libtool,
libx11-dev,
libxml2-dev,
libxmu-dev,
libxpm-dev,
libxt-dev,
m4,
x11proto-core-dev,
zlib1g-dev | libz-dev
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://web.archive.org/web/20080812051658/http://www.opendx.org/
Vcs-Browser: https://salsa.debian.org/science-team/dx
Vcs-Git: https://salsa.debian.org/science-team/dx.git
Package: dx
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: dx-doc
Suggests: dxsamples
Description: OpenDX (IBM Visualization Data Explorer) - main package
Data Explorer is a system of tools and user interfaces for visualizing data.
In general terms the visualization of data can be considered a 3-stage
process:
1. Describing and importing data
2. Processing the data through a visualization program
3. Presenting the resulting image.
This is the main package.
Package: libdx4t64
Provides: ${t64:Provides}
Replaces: libdx4
Breaks: libdx4 (<< ${source:Version})
Architecture: any
Section: libs
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: OpenDX (IBM Visualization Data Explorer) - shared libraries
Data Explorer is a system of tools and user interfaces for visualizing data.
In general terms the visualization of data can be considered a 3-stage
process:
1. Describing and importing data
2. Processing the data through a visualization program
3. Presenting the resulting image.
This is the package containing the shared libraries. Programs that use
routines from the OpenDX classes usually depend on it.
Package: libdx4-dev
Architecture: any
Section: libdevel
Breaks: dx-dev (<< 1:4.3.0)
Replaces: dx-dev (<= 1:4.3.2-1)
Provides: dx-dev
Pre-Depends: ${misc:Pre-Depends}
Depends: libdx4t64 (= ${binary:Version}), ${misc:Depends}
Suggests: libbz2-dev,
libglu-dev,
libhdf4-dev,
libjpeg-dev,
liblcms1-dev,
libmotif-dev,
libnetcdf-dev,
libpng-dev,
libtiff-dev,
libwmf-dev,
libx11-dev,
libxml2-dev,
libxmu-dev,
libxpm-dev,
libxt-dev,
x11proto-core-dev,
zlib1g-dev | libz-dev
Description: OpenDX (IBM Visualization Data Explorer) - development files
Data Explorer is a system of tools and user interfaces for visualizing data.
In general terms the visualization of data can be considered a 3-stage
process:
1. Describing and importing data
2. Processing the data through a visualization program
3. Presenting the resulting image.
This is the development package. It contains the build rules, library
routines and header files necessary for creating custom software that uses
the OpenDX classes.
Package: dx-doc
Architecture: all
Section: doc
Depends: doc-base, ${misc:Depends}
Recommends: dxsamples
Description: OpenDX (IBM Visualization Data Explorer) - documentation
Data Explorer is a system of tools and user interfaces for visualizing data.
In general terms the visualization of data can be considered a 3-stage
process:
1. Describing and importing data
2. Processing the data through a visualization program
3. Presenting the resulting image.
This is the documentation package. It includes online help and html
documentation.
|