illumos-packaging/libbrand/debian/control

95 lines
3.3 KiB
Plaintext

Source: libbrand
Section: libs
Priority: optional
Maintainer: Igor Pashev <pashev.igor@gmail.com>
Build-Depends:
dh-illumos,
gcc-multilib,
illumos-source-4.3,
libxml2-dev, lib32xml2-dev,
quilt,
symlinks,
Standards-Version: 3.9.3
Homepage: https://www.illumos.org
Package: libbrand-data
Section: libs
Architecture: all
Depends: ${misc:Depends}
Description: shared files for the libbrand library
This package contains XML DTD schema used by the libbrand library.
These DTDs are placed in the /usr/share/xml/schema/brandz/ directory.
.
Branded zones (BrandZ) is the framework to create non-global zones that
contain non-native operating environments. This allows individual zones to
emulate an OS environment other than the native one of the global OS.
.
Configuration files for each zone are placed in the
/usr/share/brandz/<zone name>/ directory.
Package: libbrand1
Section: libs
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends}, libbrand-data (>= 4.3)
Description: branded zones configuration library
This package contains libbrand shared library.
.
Branded zones (BrandZ) is the framework to create non-global zones that
contain non-native operating environments. This allows individual zones to
emulate an OS environment other than the native one of the global OS.
.
Configuration files for each zone are placed in the
/usr/share/brandz/<zone name>/ directory.
Package: libbrand1-dbg
Section: libs
Multi-Arch: same
Architecture: illumos-any
Depends: libbrand1 (= ${binary:Version})
Description: branded zones configuration library: debug info
This package contains detached debug info for libbrand shared library.
Package: libbrand1-dev
Section: libdevel
Architecture: illumos-any
Provides: libbrand-dev
Depends: libbrand1 (= ${binary:Version}), ${misc:Depends}, libc1-dev
Description: branded zones configuration library (development files)
This package contains the header files and symlinks needed
to compile applications that use libbrand.
.
Branded zones (BrandZ) is the framework to create non-global zones that
contain non-native operating environments. This allows individual zones to
emulate an OS environment other than the native one of the global OS.
Package: lib32brand1
Section: libs
Architecture: illumos-amd64
Depends: ${shlibs:Depends}, ${misc:Depends}, libbrand-data
Description: branded zones configuration library (32 bit)
This package contains libbrand shared library.
.
Branded zones (BrandZ) is the framework to create non-global zones that
contain non-native operating environments. This allows individual zones to
emulate an OS environment other than the native one of the global OS.
.
This is a 32-bit version of the library.
Package: lib32brand1-dev
Section: libdevel
Architecture: illumos-amd64
Provides: lib32brand-dev
Depends: lib32brand1 (= ${binary:Version}), libbrand1-dev (= ${binary:Version}),
${misc:Depends}
Description: branded zones configuration library (32-bit development files)
This package contains files needed to compile
32-bit applications that use libbrand.
.
Branded zones (BrandZ) is the framework to create non-global zones that
contain non-native operating environments. This allows individual zones to
emulate an OS environment other than the native one of the global OS.