66 lines
1.9 KiB
Plaintext
66 lines
1.9 KiB
Plaintext
Source: libsec
|
|
Section: libs
|
|
Priority: optional
|
|
Maintainer: Igor Pashev <pashev.igor@gmail.com>
|
|
Build-Depends:
|
|
dh-illumos,
|
|
gcc-multilib,
|
|
flex,
|
|
illumos-source-2.10,
|
|
lib32sunavl-dev, libsunavl-dev,
|
|
lib32idmap1-dev, libidmap1-dev,
|
|
quilt,
|
|
symlinks,
|
|
Standards-Version: 3.9.3
|
|
Homepage: https://www.illumos.org
|
|
|
|
Package: libsec1
|
|
Section: libs
|
|
Priority: standard
|
|
Multi-Arch: same
|
|
Pre-Depends: ${misc:Pre-Depends}
|
|
Architecture: illumos-any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: file access control library
|
|
This package contains the libsec dynamic library containing
|
|
the NFSv4 ACL functions for manipulating access control lists.
|
|
|
|
Package: libsec1-dev
|
|
Section: libdevel
|
|
Priority: optional
|
|
Architecture: illumos-any
|
|
Provides: libsec-dev, libacl1-dev
|
|
Depends: libsec1 (= ${binary:Version}), ${misc:Depends}, libc-dev
|
|
Description: file access control library (development files)
|
|
This package contains the header files and symlinks needed
|
|
to compile applications that use libsec.
|
|
.
|
|
libsec is a library containing the NFSv4 ACL functions for manipulating
|
|
access control lists.
|
|
|
|
Package: lib32sec1
|
|
Section: libs
|
|
Priority: standard
|
|
Architecture: illumos-amd64
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: file access control library (32 bit)
|
|
This package contains the libsec dynamic library containing
|
|
the NFSv4 ACL functions for manipulating access control lists.
|
|
.
|
|
This is a 32-bit version of the library.
|
|
|
|
Package: lib32sec1-dev
|
|
Section: libdevel
|
|
Priority: optional
|
|
Architecture: illumos-amd64
|
|
Provides: lib32sec-dev
|
|
Depends: lib32sec1 (= ${binary:Version}), libsec1-dev (= ${binary:Version}),
|
|
${misc:Depends}
|
|
Description: file access control library (32-bit development files)
|
|
This package contains files needed to compile
|
|
32-bit applications that use libsec.
|
|
.
|
|
libsec is a library containing the NFSv4 ACL functions for manipulating
|
|
access control lists.
|
|
|