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
|
Source: libgdf
Standards-Version: 4.7.3
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders:
Yaroslav Halchenko <debian@onerussian.com>,
Michael Hanke <michael.hanke@gmail.com>,
Rafael Laboissière <rafael@debian.org>,
Section: libs
Build-Depends:
dpkg-dev (>= 1.22.5),
cmake,
debhelper-compat (= 13),
dh-exec,
dh-octave,
help2man,
libboost-atomic-dev,
libboost-container-dev,
libboost-date-time-dev,
libboost-dev,
libboost-filesystem-dev,
libboost-program-options-dev,
Vcs-Browser: https://salsa.debian.org/med-team/libgdf
Vcs-Git: https://salsa.debian.org/med-team/libgdf.git
Homepage: https://github.com/mbillingr/libgdf
Package: libgdf0t64
Architecture: any
Multi-Arch: same
Depends:
${shlibs:Depends},
${misc:Depends},
Breaks:
libgdf0 (<< ${source:Version}),
Provides:
${t64:Provides},
Replaces:
libgdf0,
Description: IO library for the GDF (general dataformat for biosignals)
GDF (General Dataformat for Biosignals) is intended to provide a generic
storage for biosignals, such as EEG, ECG, MEG etc.
.
This package contains the shared library.
Package: libgdf-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends:
${misc:Depends},
libgdf0t64 (>= ${source:Version}),
libgdf0t64 (<< ${source:Version}.1~),
Description: IO library for the GDF -- development library
GDF (General Dataformat for Biosignals) is intended to provide a generic
storage for biosignals, such as EEG, ECG, MEG etc.
.
This package provides the header files.
Package: gdf-tools
Architecture: any
Section: utils
Depends:
${shlibs:Depends},
${misc:Depends},
Description: IO library for the GDF -- helper tools
GDF (General Dataformat for Biosignals) is intended to provide a generic
storage for biosignals, such as EEG, ECG, MEG etc.
.
This package provides the tool shipped with the library
(gdf_merger).
Package: octave-gdf
Architecture: any
Multi-Arch: same
Section: science
Depends:
${octave:Depends},
${shlibs:Depends},
${misc:Depends},
Description: IO library for the GDF -- Octave interface
GDF (General Dataformat for Biosignals) is intended to provide a generic
storage for biosignals, such as EEG, ECG, MEG etc.
.
This package provides Octave bindings for libgdf.
Package: matlab-gdf
Architecture: all
Section: contrib/science
Depends:
libgdf-dev (>= ${source:Version}),
matlab-support,
${misc:Depends},
Description: IO library for the GDF -- Matlab interface
GDF (General Dataformat for Biosignals) is intended to provide a generic
storage for biosignals, such as EEG, ECG, MEG etc.
.
This package builds Matlab bindings for GDF at installation
time. Note that this package depends on Matlab -- a commercial
software that needs to be obtain and installed separately.
|