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
|
Source: otf
Priority: extra
Maintainer: Samuel Thibault <sthibault@debian.org>
Build-Depends: debhelper (>= 9), autotools-dev, help2man, dh-autoreconf,
mpi-default-dev, mpi-default-bin, zlib1g-dev, texlive-latex-base
Standards-Version: 3.9.8
Section: libs
Homepage: http://www.tu-dresden.de/zih/otf
Vcs-Git: git://git.debian.org/collab-maint/otf.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/otf.git;a=summary
Package: otf-trace
Section: science
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: lcdf-typetools, libotf-bin
Suggests: texlive-latex-base
Description: Open Trace Format support library - development files
OTF is a standard trace format used by several high-performance tools,
using an ASCII encoding, which supports multiple streams. The libotf
provides support for reading/writing them.
.
This package contains programs to manipulate otf files.
Package: libopen-trace-format-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libopen-trace-format1 (= ${binary:Version}), libotfaux0 (= ${binary:Version})
Breaks: libotf-trace-dev (<< 1.12)
Replaces: libotf-trace-dev (<< 1.12)
Description: Open Trace Format support library - development files
OTF is a standard trace format used by several high-performance tools,
using an ASCII encoding, which supports multiple streams. The libotf
provides support for reading/writing them.
.
This package contains development files to compile against
libopen-trace-format.
Package: libopen-trace-format1
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Open Trace Format support library - shared library
OTF is a standard trace format used by several high-performance tools,
using an ASCII encoding, which supports multiple streams. The libotf
provides support for reading/writing them.
.
This package contains the libotf shared library.
Package: libotf-trace-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libopen-trace-format-dev
Conflicts: libotf-dev
Description: Open Trace format support library - compatibility symlink
OTF is a standard trace format used by several high-performance tools,
using an ASCII encoding, which supports multiple streams. The libotf
provides support for reading/writing them.
.
This package contains compatibility symlinks for the old libotf.so library name
and headers.
Package: libotfaux0
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Open Trace Format support library - shared library
OTF is a standard trace format used by several high-performance tools,
using an ASCII encoding, which supports multiple streams. The libotfaux
provides support for reading/writing them.
.
This package contains the libotfaux shared library.
|