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 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141
|
Source: libhdf4
Section: graphics
Priority: optional
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Francesco Paolo Lovergine <frankie@debian.org>
Build-depends: debhelper (>= 7), sharutils, libjpeg-dev, zlib1g-dev, bison, flex, groff, autotools-dev, quilt,
chrpath, gfortran
Standards-Version: 3.8.3
Homepage: http://www.hdfgroup.com/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-grass/packages/libhdf4/trunk
Vcs-Svn: svn://svn.debian.org/svn/pkg-grass/packages/libhdf4/trunk
Package: @PACKAGE@-@SOVER@
Section: libs
Priority: optional
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: @PACKAGE@-doc, @PACKAGE@-dev, hdf4-tools
Description: The Hierarchical Data Format library -- library package
HDF is a multi-object file format for storing and transferring
graphical and numerical data mainly used in scientific computing. HDF
supports several different data models, including multidimensional
arrays, raster images, and tables. Each defines a specific aggregate
data type and provides an API for reading, writing, and organizing the
data and metadata. New data models can be added by the HDF developers
or users.
.
This package contains the HDF run-time libraries.
Package: hdf4-tools
Section: graphics
Priority: optional
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: The Hierarchical Data Format library -- runtime package
HDF is a multi-object file format for storing and transferring
graphical and numerical data mainly used in scientific computing. HDF
supports several different data models, including multidimensional
arrays, raster images, and tables.
Each defines a specific aggregate data type and provides an API for
reading, writing, and organizing the data and metadata. New data models
can be added by the HDF developers or users.
.
This package includes some basic utilities to view, pack, unpack,
HDF files.
Package: @PACKAGE@g-dev
Section: libdevel
Priority: optional
Architecture: all
Depends: @PACKAGE@-dev, ${misc:Depends}
Description: The Hierarchical Data Format library -- transitional development package
HDF is a multi-object file format for storing and transferring
graphical and numerical data mainly used in scientific computing. HDF
supports several different data models, including multidimensional
arrays, raster images, and tables.
Each defines a specific aggregate data type and provides an API for
reading, writing, and organizing the data and metadata. New data models
can be added by the HDF developers or users.
.
This package is provided for transitional purpose. It can be safely
removed after upgrading.
Package: @PACKAGE@-dev
Section: libdevel
Priority: optional
Architecture: any
Replaces: @PACKAGE@g-dev (<< 4.2r4-1)
Conflicts: @PACKAGE@g-dev (<< 4.2r4-1)
Depends: @PACKAGE@-@SOVER@ (= ${binary:Version}), zlib1g-dev, libjpeg62-dev, ${misc:Depends}
Description: The Hierarchical Data Format library -- development package
HDF is a multi-object file format for storing and transferring
graphical and numerical data mainly used in scientific computing. HDF
supports several different data models, including multidimensional
arrays, raster images, and tables.
Each defines a specific aggregate data type and provides an API for
reading, writing, and organizing the data and metadata. New data models
can be added by the HDF developers or users.
.
This package contains development stuff, including files and static
library for the HDF package and some HDF API reference manpages.
Package: @PACKAGE@-doc
Section: doc
Priority: optional
Architecture: all
Suggests: @PACKAGE@-dev
Replaces: @PACKAGE@g-doc (<< 4.2r4-1)
Conflicts: @PACKAGE@g-doc (<< 4.2r4-1)
Provides: @PACKAGE@g-doc
Depends: ${misc:Depends}
Description: The Hierarchical Data Format library -- documentation
HDF is a multi-object file format for storing and transferring
graphical and numerical data mainly used in scientific computing.
HDF supports several different data models, including multidimensional
arrays, raster images, and tables.
Each defines a specific aggregate data type and provides an API for
reading, writing, and organizing the data and metadata. New data models
can be added by the HDF developers or users.
.
This package contains user guide and reference manual for HDF format
and API
Package: @PACKAGE@-@SOVER@-alt
Section: libs
Priority: extra
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: @PACKAGE@-doc, @PACKAGE@-alt-dev, hdf4-tools, libnetcdf4
Description: The Hierarchical Data Format library -- library package
HDF is a multi-object file format for storing and transferring
graphical and numerical data mainly used in scientific computing. HDF
supports several different data models, including multidimensional
arrays, raster images, and tables. Each defines a specific aggregate
data type and provides an API for reading, writing, and organizing the
data and metadata. New data models can be added by the HDF developers
or users.
.
This package contains the HDF run-time libraries which do not
collide with the NetCDF library namespace. Fortran functions
are missing in this flavor of the library set.
Package: @PACKAGE@-alt-dev
Section: libdevel
Priority: extra
Architecture: any
Replaces: @PACKAGE@-dev, @PACKAGE@g-dev (<< 4.2r4-1)
Conflicts: @PACKAGE@-dev, @PACKAGE@g-dev (<< 4.2r4-1)
Depends: @PACKAGE@-@SOVER@-alt (= ${binary:Version}), zlib1g-dev, libjpeg62-dev, libnetcdf-dev, ${misc:Depends}
Description: The Hierarchical Data Format library -- development package
HDF is a multi-object file format for storing and transferring
graphical and numerical data mainly used in scientific computing. HDF
supports several different data models, including multidimensional
arrays, raster images, and tables.
Each defines a specific aggregate data type and provides an API for
reading, writing, and organizing the data and metadata. New data models
can be added by the HDF developers or users.
.
This package contains development stuff, including files and static
library for the HDF package in the flavor compatible with the
NetCDF library.
|