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
|
Source: libtifiles
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Andreas B. Mundt <andi@debian.org>
Build-Depends: debhelper (>= 9.0.0),
dh-autoreconf,
gettext,
libarchive-dev,
libglib2.0-dev,
libticonv-dev (>= 1.1.4),
pkg-config,
tfdocgen,
zlib1g-dev
Standards-Version: 3.9.8
Section: libs
Homepage: http://lpg.ticalc.org/prj_tilp/
Vcs-Git: git://anonscm.debian.org/debian-science/packages/libtifiles.git
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=debian-science/packages/libtifiles.git
Package: libtifiles-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libarchive-dev,
libglib2.0-dev,
libticonv-dev,
libtifiles2-9 (= ${binary:Version}),
pkg-config,
zlib1g-dev,
${misc:Depends}
Description: Texas Instruments calculator files library [development files]
The libtifiles is a library providing support for operations on Texas
Instruments calculators files. All formats for all calculators are supported
read/write ; the library is also able to manipulate the group files, which
means it is able to group and ungroup variables into such group files.
.
This package provides the development files for the library, static library,
required headers and documentation.
Package: libtifiles2-9
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Replaces: libtifiles2-5
Conflicts: libtifiles2-5
Description: Texas Instruments calculator files library
The libtifiles is a library providing support for operations on Texas
Instruments calculators files. All formats for all calculators are supported
read/write ; the library is also able to manipulate the group files, which
means it is able to group and ungroup variables into such group files.
.
This package provides the shared library.
Package: libtifiles2-9-dbg
Architecture: any
Multi-Arch: same
Section: debug
Priority: extra
Depends: libtifiles2-9 (= ${binary:Version}), ${misc:Depends}
Description: Texas Instruments calculator files library [debugging symbols]
The libtifiles is a library providing support for operations on Texas
Instruments calculators files. All formats for all calculators are supported
read/write ; the library is also able to manipulate the group files, which
means it is able to group and ungroup variables into such group files.
.
This package provides the debugging symbols for the library.
|