58 lines
1.5 KiB
Plaintext
58 lines
1.5 KiB
Plaintext
Source: uts
|
|
Section: kernel
|
|
Priority: optional
|
|
Maintainer: Igor Pashev <pashev.igor@gmail.com>
|
|
Build-Depends:
|
|
debhelper,
|
|
dh-illumos (>= 9.6.1),
|
|
gcc (>= 4:4.8.2),
|
|
sunmake,
|
|
sgs-yacc,
|
|
sgs-lex,
|
|
# Only headers, see
|
|
# usr/src/uts/common/io/tpm/tpm.c
|
|
libtspi-dev,
|
|
Standards-Version: 3.9.5
|
|
Homepage: http://illumos.org/
|
|
|
|
Package: illumos-kernel
|
|
Architecture: illumos-any
|
|
Pre-Depends: bootadm (>= 2.10-3)
|
|
Depends: ${misc:Depends}, driverdb
|
|
Breaks: libzfs1 (<< 4.3), util-illumos (<< 4.3)
|
|
Recommends: kmdb, driverdb (>= 5.10)
|
|
Description: illumos kernel and modules
|
|
|
|
Package: illumos-kernel-headers
|
|
Architecture: illumos-any
|
|
Depends: ${misc:Depends},
|
|
Description: illumos kernel header files
|
|
This package provides the architecture-specific kernel header files for
|
|
illumos kernel, generally used for building out-of-tree kernel modules
|
|
(like kmdb).
|
|
|
|
Package: uts-dev
|
|
Architecture: any
|
|
Section: devel
|
|
Provides: unix-libc-dev
|
|
Replaces:
|
|
libc1-dev,
|
|
unix-libc-dev,
|
|
# This a list of libraries which must be made portable.
|
|
# Headers must be splitted into kernel and userspace parts:
|
|
libctf1-dev,
|
|
libsysevent1-dev,
|
|
libsec1-dev,
|
|
libnvpair1-dev,
|
|
libefi1-dev,
|
|
libsunavl1-dev,
|
|
libsunuuid1-dev,
|
|
libpool1-dev (<< 2.10-3),
|
|
libidmap1-dev (<< 2.10-2),
|
|
libsysevent1-dev (<< 2.10-3),
|
|
Depends: ${misc:Depends}
|
|
Description: illumos kernel support headers for userspace development
|
|
This package provides userspace headers from the Unix kernel. These
|
|
headers are used by the installed headers for libc and other system
|
|
libraries.
|