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
|
Source: libmseed
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
Pierre Duperray <pierreduperray@free.fr>,
Paride Legovini <paride@debian.org>,
Section: science
Priority: optional
Build-Depends:
d-shlibs,
debhelper-compat (= 13),
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/science-team/libmseed
Vcs-Git: https://salsa.debian.org/science-team/libmseed.git
Homepage: https://ds.iris.edu/ds/nodes/dmc/software/downloads/libmseed/
Rules-Requires-Root: no
Package: libmseed-dev
Architecture: any
Section: libdevel
Multi-Arch: same
Depends:
libmseed2 (= ${binary:Version}),
${misc:Depends},
Suggests:
libmseed-doc,
Description: seed data records manipulation library (development files)
Provides a framework for manipulation of SEED (Standard for the Exchange
of Earthquake Data) data records.
.
This package includes development files for compiling against libmseed.
Package: libmseed-doc
Architecture: all
Section: doc
Multi-Arch: foreign
Depends:
${misc:Depends},
Description: seed data records manipulation library (documentation and example files)
Provides a framework for manipulation of SEED (Standard for the Exchange
of Earthquake Data) data records.
.
This package includes documentation and example files for compiling against
libmseed.
Package: libmseed2
Architecture: any
Section: libs
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Description: seed data records manipulation library
Provides a framework for manipulation of SEED (Standard for the Exchange
of Earthquake Data) data records.
.
Functionality is also included for managing waveform data as continuous
traces. All structures of seed 2.4 data records are supported with the
following exceptions: Blockette 2000 opaque data which has an unknown
data structure by definition and Blockette 405.
|