summaryrefslogtreecommitdiff
path: root/liblgrp/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'liblgrp/debian/control')
-rw-r--r--liblgrp/debian/control73
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.
+