illumos-packaging/libfstyp/debian/control

70 lines
2.4 KiB
Plaintext

Source: libfstyp
Section: libs
Priority: optional
Maintainer: Igor Pashev <pashev.igor@gmail.com>
Build-Depends:
dh-illumos,
gcc-multilib,
illumos-source-2.10,
quilt,
symlinks,
Standards-Version: 3.9.3
Homepage: https://www.illumos.org
Package: libfstyp1
Section: libs
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: file system type identification library
This package contains libfstyp shared library.
.
The libfstyp library exports a set of functions to identify the file system
type of an unmounted file system using heuristic modules. Internally, the
library is comprised of interfaces exported by file system-specific modules.
Package: libfstyp1-dev
Section: libdevel
Priority: optional
Architecture: illumos-any
Provides: libfstyp-dev
Depends: libfstyp1 (= ${binary:Version}), ${misc:Depends}, libnvpair-dev,
Description: file system type identification library (development files)
This package contains the header files and symlinks needed
to compile applications that use libfstyp.
.
The libfstyp library exports a set of functions to identify the file system
type of an unmounted file system using heuristic modules. Internally, the
library is comprised of interfaces exported by file system-specific modules.
Package: lib32fstyp1
Section: libs
Priority: standard
Architecture: illumos-amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: file system type identification library (32 bit)
This package contains libfstyp shared library.
.
The libfstyp library exports a set of functions to identify the file system
type of an unmounted file system using heuristic modules. Internally, the
library is comprised of interfaces exported by file system-specific modules.
.
This is a 32-bit version of the library.
Package: lib32fstyp1-dev
Section: libdevel
Priority: optional
Architecture: illumos-amd64
Provides: lib32fstyp-dev
Depends: lib32fstyp1 (= ${binary:Version}), libfstyp1-dev (= ${binary:Version}),
${misc:Depends}
Description: file system type identification library (32-bit development files)
This package contains files needed to compile
32-bit applications that use libfstyp.
.
The libfstyp library exports a set of functions to identify the file system
type of an unmounted file system using heuristic modules. Internally, the
library is comprised of interfaces exported by file system-specific modules.