Codebase list libgdf / debian/0.1.3-7 debian / control
debian/0.1.3-7

Tree @debian/0.1.3-7 (Download .tar.gz)

control @debian/0.1.3-7raw · history · blame

Source: libgdf
Priority: optional
Maintainer: NeuroDebian Team <team@neuro.debian.net>
Uploaders: Yaroslav Halchenko <debian@onerussian.com>,
           Michael Hanke <michael.hanke@gmail.com>,
           Rafael Laboissière <rafael@debian.org>
Build-Depends: cmake (>= 2.8),
               debhelper-compat (= 13),
               dh-exec,
               dh-octave,
               help2man,
               libboost-date-time-dev,
               libboost-dev (>= 1.55),
               libboost-filesystem-dev,
               libboost-program-options-dev
Standards-Version: 4.5.1
Section: libs
Homepage: https://github.com/mbillingr/libgdf
Vcs-Browser: https://salsa.debian.org/neurodebian-team/libgdf
Vcs-Git: https://salsa.debian.org/neurodebian-team/libgdf.git
Rules-Requires-Root: no


Package: libgdf0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
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
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libgdf0 (>= ${source:Version}), libgdf0 (<< ${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
Section: utils
Architecture: any
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
Section: science
Architecture: any
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
Section: contrib/science
Architecture: all
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.