Source: libdlpi
Section: libs
Priority: optional
Maintainer: Igor Pashev <pashev.igor@gmail.com>
Build-Depends:
 dh-illumos,
 gcc-multilib,
 illumos-source-2.10,
 libdladm1-dev, lib32dladm1-dev,
 libinetutil1-dev, lib32inetutil1-dev,
 quilt,
 symlinks,
Standards-Version: 3.9.3
Homepage: https://www.illumos.org

Package: libdlpi1
Section: libs
Priority: standard
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: data link provider interface library
 This package contains libdlpi shared library.
 .
 The libdlpi library provides a programming interface for DLPI applications.
 DLPI is used by applications that need to access the data-link layer directly
 and thus cannot use a higher-layer API such as sockets.

Package: libdlpi1-dev
Section: libdevel
Priority: optional
Architecture: illumos-any
Provides: libdlpi-dev
Depends: libdlpi1 (= ${binary:Version}), ${misc:Depends}, libc1-dev,
Description: data link provider interface library (development files)
 This package contains the header files and symlinks needed
 to compile applications that use libdlpi.
 .
 The libdlpi library provides a programming interface for DLPI applications.
 DLPI is used by applications that need to access the data-link layer directly
 and thus cannot use a higher-layer API such as sockets.

Package: lib32dlpi1
Section: libs
Priority: standard
Architecture: illumos-amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: data link provider interface library (32 bit)
 This package contains libdlpi shared library.
 .
 The libdlpi library provides a programming interface for DLPI applications.
 DLPI is used by applications that need to access the data-link layer directly
 and thus cannot use a higher-layer API such as sockets.
 .
 This is a 32-bit version of the library.

Package: lib32dlpi1-dev
Section: libdevel
Priority: optional
Architecture: illumos-amd64
Provides: lib32dlpi-dev
Depends: lib32dlpi1 (= ${binary:Version}), libdlpi1-dev (= ${binary:Version}),
 ${misc:Depends}
Description: data link provider interface library (32-bit development files)
 This package contains files needed to compile
 32-bit applications that use libdlpi.
 .
 The libdlpi library provides a programming interface for DLPI applications.
 DLPI is used by applications that need to access the data-link layer directly
 and thus cannot use a higher-layer API such as sockets.
 
