libkstat symbols file
This commit is contained in:
parent
f1f407b2be
commit
1aaa6a6cb2
|
@ -2,4 +2,4 @@ libkstat (2.10-1) unstable; urgency=low
|
|||
|
||||
* Initial release.
|
||||
|
||||
-- Igor Pashev <pashev.igor@gmail.com> Tue, 23 Oct 2012 03:02:05 +0400
|
||||
-- Igor Pashev <pashev.igor@gmail.com> Thu, 08 Nov 2012 14:24:28 +0000
|
||||
|
|
|
@ -20,8 +20,10 @@ Pre-Depends: ${misc:Pre-Depends}
|
|||
Architecture: illumos-any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: kernel statistics library
|
||||
This library provides a general-purpose mechanism for providing kernel
|
||||
statistics to users.
|
||||
This package contains libkstat shared library.
|
||||
.
|
||||
The libkstat library provides a general-purpose mechanism for providing
|
||||
kernel statistics to users.
|
||||
|
||||
Package: libkstat1-dev
|
||||
Section: libdevel
|
||||
|
@ -33,8 +35,8 @@ Description: kernel statistics library (development files)
|
|||
This package contains the header files and symlinks needed
|
||||
to compile applications that use libkstat.
|
||||
.
|
||||
libkstat provides a general-purpose mechanism for providing kernel
|
||||
statistics to users.
|
||||
The libkstat library provides a general-purpose mechanism for providing
|
||||
kernel statistics to users.
|
||||
|
||||
Package: lib32kstat1
|
||||
Section: libs
|
||||
|
@ -42,8 +44,10 @@ Priority: standard
|
|||
Architecture: illumos-amd64
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: kernel statistics library (32 bit)
|
||||
libkstat provides a general-purpose mechanism for providing kernel
|
||||
statistics to users.
|
||||
This package containslibkstat shared library.
|
||||
.
|
||||
The libkstat library provides a general-purpose mechanism for providing
|
||||
kernel statistics to users.
|
||||
.
|
||||
This is a 32-bit version of the library.
|
||||
|
||||
|
@ -58,6 +62,6 @@ Description: kernel statistics library (32-bit development files)
|
|||
This package contains files needed to compile
|
||||
32-bit applications that use libkstat.
|
||||
.
|
||||
libkstat provides a general-purpose mechanism for providing kernel
|
||||
statistics to users.
|
||||
The libkstat library provides a general-purpose mechanism for providing
|
||||
kernel statistics to users.
|
||||
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
libkstat.so.1 libkstat1 #MINVER#
|
||||
SUNW_0.7@SUNW_0.7 2.10-1
|
||||
SUNW_1.1@SUNW_1.1 2.10-1
|
||||
kstat_chain_update@SUNW_0.7 2.10-1
|
||||
kstat_close@SUNW_0.7 2.10-1
|
||||
kstat_data_lookup@SUNW_0.7 2.10-1
|
||||
kstat_lookup@SUNW_0.7 2.10-1
|
||||
kstat_open@SUNW_0.7 2.10-1
|
||||
kstat_read@SUNW_0.7 2.10-1
|
||||
kstat_write@SUNW_0.7 2.10-1
|
|
@ -39,7 +39,8 @@ dirs-stamp:
|
|||
debian/tmp$$DEB_LIBDIR_32 \
|
||||
debian/tmp$$DEB_LIBDIR_64 \
|
||||
debian/tmp$$DEB_USRLIBDIR_32 \
|
||||
debian/tmp$$DEB_USRLIBDIR_64 \
|
||||
debian/tmp$$DEB_USRLIBDIR_64
|
||||
touch $@
|
||||
|
||||
headers-stamp: patch-stamp dirs-stamp
|
||||
dh_illumos_make $(libs_headers:%=usr/src/lib/%) -t install_h
|
||||
|
|
Loading…
Reference in New Issue