74 lines
2.3 KiB
Plaintext
74 lines
2.3 KiB
Plaintext
Source: libproject
|
|
Section: libs
|
|
Priority: optional
|
|
Maintainer: Igor Pashev <pashev.igor@gmail.com>
|
|
Build-Depends:
|
|
dh-illumos,
|
|
gcc-multilib,
|
|
illumos-source-2.10,
|
|
libpool-dev, lib32pool-dev,
|
|
libproc1-dev, lib32proc1-dev,
|
|
quilt,
|
|
symlinks,
|
|
Standards-Version: 3.9.3
|
|
Homepage: https://www.illumos.org
|
|
|
|
Package: libproject1
|
|
Section: libs
|
|
Priority: standard
|
|
Multi-Arch: same
|
|
Pre-Depends: ${misc:Pre-Depends}
|
|
Architecture: illumos-any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: project configuration library
|
|
This package contains libproject shared library.
|
|
.
|
|
The libproject library provides various interfaces to extract data from
|
|
the project database. The project database offers a reasonably flexible
|
|
attribute mechanism for resource controls facility.
|
|
|
|
|
|
Package: libproject1-dev
|
|
Section: libdevel
|
|
Priority: optional
|
|
Architecture: illumos-any
|
|
Provides: libproject-dev
|
|
Depends: libproject1 (= ${binary:Version}), ${misc:Depends}, libc1-dev
|
|
Description: project configuration library (development files)
|
|
This package contains the header files and symlinks needed
|
|
to compile applications that use libproject.
|
|
.
|
|
The libproject library provides various interfaces to extract data from
|
|
the project database. The project database offers a reasonably flexible
|
|
attribute mechanism for resource controls facility.
|
|
|
|
Package: lib32project1
|
|
Section: libs
|
|
Priority: standard
|
|
Architecture: illumos-amd64
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: project configuration library (32 bit)
|
|
This package contains libproject shared library.
|
|
.
|
|
The libproject library provides various interfaces to extract data from
|
|
the project database. The project database offers a reasonably flexible
|
|
attribute mechanism for resource controls facility.
|
|
.
|
|
This is a 32-bit version of the library.
|
|
|
|
Package: lib32project1-dev
|
|
Section: libdevel
|
|
Priority: optional
|
|
Architecture: illumos-amd64
|
|
Provides: lib32project-dev
|
|
Depends: lib32project1 (= ${binary:Version}), libproject1-dev (= ${binary:Version}),
|
|
${misc:Depends}
|
|
Description: project configuration library (32-bit development files)
|
|
This package contains files needed to compile
|
|
32-bit applications that use libproject.
|
|
.
|
|
The libproject library provides various interfaces to extract data from
|
|
the project database. The project database offers a reasonably flexible
|
|
attribute mechanism for resource controls facility.
|
|
|