File: control

package info (click to toggle)
hdf-eos4 2.19v1.00%2Bdfsg.1-5
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 6,904 kB
  • ctags: 3,040
  • sloc: ansic: 37,592; sh: 21,326; fortran: 12,864; makefile: 611; csh: 186
file content (37 lines) | stat: -rw-r--r-- 1,717 bytes parent folder | download
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
Source: hdf-eos4
Section: libs
Priority: optional
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Standards-Version: 3.9.8
Homepage: http://www.hdfeos.org
Build-Depends: debhelper  (>= 9), dh-buildinfo,  gfortran,
 libhdf4-alt-dev,
 libjpeg-dev, libgctp-dev, zlib1g-dev,
 autotools-dev, libtool-bin, autoconf, automake, dh-autoreconf

Package: libhdfeos0
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Earth Observation System extensions to HDF4
 HDF-EOS4 is a software library designed built on HDF4 to support EOS-specific
 data structures, namely Grid, Point, and Swath. The new data structures 
 are constructed from standard HDF data objects, using EOS conventions, through
 the use of a software library [1,4]. A key feature of HDF-EOS files is that
 instrument-independent services, such as subsetting by geolocation, can be
 applied to the files across a wide variety of data products. 
 The library is extensible and new data structures can be added.

Package: libhdfeos-dev
Architecture: any
Section: libdevel
Depends: libhdfeos0 (= ${binary:Version}), ${misc:Depends}
Recommends: pkg-config
Description:  Development files for the HDF-EOS4 library
 HDF-EOS4 is a software library designed built on HDF4 to support EOS-specific
 data structures, namely Grid, Point, and Swath. The new data structures 
 are constructed from standard HDF data objects, using EOS conventions, through
 the use of a software library [1,4]. A key feature of HDF-EOS files is that
 instrument-independent services, such as subsetting by geolocation, can be
 applied to the files across a wide variety of data products. 
 .
 This package contains include files and static libraries for HDF-EOS4.