Source: dtrace
Section: libs
Priority: optional
Maintainer: Igor Pashev <pashev.igor@gmail.com>
Build-Depends:
 dh-illumos,
 gcc-multilib [illumos-amd64],
 illumos-source-4.3,
 libc-db1-dev      , lib32c-db1-dev [illumos-amd64]      , 
 libctf-dev        , lib32ctf-dev [illumos-amd64]        , 
 libelfg0-dev      , lib32elfg0-dev [illumos-amd64]      , 
 libmapmalloc1-dev , lib32mapmalloc1-dev [illumos-amd64] , 
 libproc1-dev      , lib32proc1-dev [illumos-amd64]      , 
 sgs-lex,
 sgs-yacc,
# Only for project.h for getprojid(), which is in libc:
 libproject1-dev,
 quilt,
 symlinks,
Standards-Version: 3.9.3
Homepage: https://www.illumos.org


Package: dtrace
Section: admin
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: cpp
Suggests: dtrace-dev
Description: DTrace dynamic tracing compiler and tracing utility
 DTrace is a comprehensive dynamic tracing framework created for
 troubleshooting kernel and application problems on production systems in
 real time.
 .
 If you are going to use DTrace compiler install the dtrace-dev package.

Package: dtrace-dev
Section: devel
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends}, sunld, dtrace
Replaces: dtrace (<< 2.10)
Enhances: dtrace
Description: support files for DTrace compiler
 DTrace is a comprehensive dynamic tracing framework created for
 troubleshooting kernel and application problems on production systems in
 real time.
 .
 This package includes support files (such as drti.o), which are required
 to use DTrace compiler for creating ELF objects.

Package: libdtrace-modules
Section: libs
Architecture: all
Depends: ${misc:Depends}
Description: DTrace dynamic tracing library - .d library files
 DTrace is a comprehensive dynamic tracing framework created for
 troubleshooting kernel and application problems on production systems in
 real time.
 .
 This package includes various library files which can be used by libdtrace.

Package: libdtrace1
Section: libs
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends},
Description: DTrace dynamic tracing library
 This package contains libdtrace shared library.
 .
 Functions in this library define the interface for interacting with the
 DTrace dynamic tracing software, including the D language compiler and
 facilities for enabling probes and consuming trace data.
 .
 DTrace is a comprehensive dynamic tracing framework created for
 troubleshooting kernel and application problems on production systems in
 real time.

Package: libdtrace1-dev
Section: libdevel
Architecture: illumos-any
Provides: libdtrace-dev
Depends: libdtrace1 (= ${binary:Version}), ${misc:Depends},
Description: DTrace dynamic tracing library (development files)
 This package contains the header files and symlinks needed
 to compile applications that use libdtrace.
 .
 Functions in this library define the interface for interacting with the
 DTrace dynamic tracing software, including the D language compiler and
 facilities for enabling probes and consuming trace data.
 .
 DTrace is a comprehensive dynamic tracing framework created for
 troubleshooting kernel and application problems on production systems in
 real time.

Package: lib32dtrace1
Section: libs
Architecture: illumos-amd64
Depends: ${shlibs:Depends}, ${misc:Depends},
Description: DTrace dynamic tracing library (32 bit)
 This package contains libdtrace shared library.
 .
 Functions in this library define the interface for interacting with the
 DTrace dynamic tracing software, including the D language compiler and
 facilities for enabling probes and consuming trace data.
 .
 This is a 32-bit version of the library.

Package: lib32dtrace1-dev
Section: libdevel
Architecture: illumos-amd64
Provides: lib32dtrace-dev
Depends: lib32dtrace1 (= ${binary:Version}), libdtrace1-dev (= ${binary:Version}),
 ${misc:Depends}
Description: DTrace dynamic tracing library (32-bit development files)
 This package contains files needed to compile
 32-bit applications that use libdtrace.
 .
 Functions in this library define the interface for interacting with the
 DTrace dynamic tracing software, including the D language compiler and
 facilities for enabling probes and consuming trace data.
 
