diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-02-14 22:45:23 +0000 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-02-14 22:45:23 +0000 |
commit | 7cfcb2679a9040035d52efeea0fee02a665a3aaa (patch) | |
tree | 7531cbcc474ee6ba0df6a33e4894eda6b4c1b973 /liblgrp/debian/control | |
parent | 0a2c2b7c0e59f1c0d06520b6956ea36687c66d52 (diff) | |
download | illumos-packaging-7cfcb2679a9040035d52efeea0fee02a665a3aaa.tar.gz |
liblgrp
Diffstat (limited to 'liblgrp/debian/control')
-rw-r--r-- | liblgrp/debian/control | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/liblgrp/debian/control b/liblgrp/debian/control new file mode 100644 index 0000000..564db71 --- /dev/null +++ b/liblgrp/debian/control @@ -0,0 +1,73 @@ +Source: liblgrp +Section: libs +Priority: optional +Maintainer: Igor Pashev <pashev.igor@gmail.com> +Build-Depends: + dh-illumos, + gcc-multilib, + illumos-source-2.10, + quilt, + symlinks, +Standards-Version: 3.9.3 +Homepage: https://www.illumos.org + +Package: liblgrp1 +Section: libs +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Architecture: illumos-any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: locality group library + This package contains liblgrp shared library. + . + The functions in this library traverse the lgroup (locality group) hierarchy, + discover its contents, and set a thread's affinity for an lgroup. A locality + group represents the set of CPU-like and memory-like hardware devices that + are at most some locality apart from each other. + +Package: liblgrp1-dev +Section: libdevel +Priority: optional +Architecture: illumos-any +Provides: liblgrp-dev +Depends: liblgrp1 (= ${binary:Version}), ${misc:Depends}, uts-dev +Description: locality group library (development files) + This package contains the symlink needed to compile applications that use + liblgrp. Actual headers are in the uts-dev package. + . + The functions in this library traverse the lgroup (locality group) hierarchy, + discover its contents, and set a thread's affinity for an lgroup. A locality + group represents the set of CPU-like and memory-like hardware devices that + are at most some locality apart from each other. + +Package: lib32lgrp1 +Section: libs +Priority: standard +Architecture: illumos-amd64 +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: locality group library (32 bit) + This package contains liblgrp shared library. + . + The functions in this library traverse the lgroup (locality group) hierarchy, + discover its contents, and set a thread's affinity for an lgroup. A locality + group represents the set of CPU-like and memory-like hardware devices that + are at most some locality apart from each other. + . + This is a 32-bit version of the library. + +Package: lib32lgrp1-dev +Section: libdevel +Priority: optional +Architecture: illumos-amd64 +Provides: lib32lgrp-dev +Depends: lib32lgrp1 (= ${binary:Version}), liblgrp1-dev (= ${binary:Version}), + ${misc:Depends} +Description: locality group library (32-bit development files) + This package contains the symlink needed to compile 32-bit applications + that use liblgrp. Actual headers are in the uts-dev package. + . + The functions in this library traverse the lgroup (locality group) hierarchy, + discover its contents, and set a thread's affinity for an lgroup. A locality + group represents the set of CPU-like and memory-like hardware devices that + are at most some locality apart from each other. + |