diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-09-19 15:50:19 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-09-19 15:50:19 +0400 |
commit | b5719ba713bb64ed05bdcf4cdcb79a1fa2186430 (patch) | |
tree | d3c19076841eada93889d808333b0d69b3989bbc /debian/control | |
parent | c76b25823acc92e232fa0a56389f9d144e51ce97 (diff) | |
download | libpool-master.tar.gz |
Packaged v1.0HEADdyson/1.0-1master
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 107 |
1 files changed, 107 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..2a78695 --- /dev/null +++ b/debian/control @@ -0,0 +1,107 @@ +Source: libpool +Section: libs +Priority: standard +Maintainer: Igor Pashev <pashev.igor@gmail.com> +Build-Depends: + gcc-multilib [illumos-amd64 kopensolaris-amd64], + libxml2-dev, lib32xml2-dev [illumos-amd64 kopensolaris-amd64], + libscf1-dev, lib32scf1-dev [illumos-amd64 kopensolaris-amd64], + libnvpair1-dev, lib32nvpair1-dev [illumos-amd64 kopensolaris-amd64], + libexacct1-dev, lib32exacct1-dev [illumos-amd64 kopensolaris-amd64], + uts-dev (>= 2.10+5), +Standards-Version: 3.9.3 +Homepage: https://www.illumos.org + + +Package: libpool-data +Section: libs +Priority: standard +Architecture: all +Depends: ${misc:Depends} +Description: shared files for the libpool library + This package contains XML DTD schema used by the libpool library. + . + The libpool library define the interface for reading and writing resource + pools configuration files, as well as that for commiting an existing + configuration to becoming the running OS configuration. + +Package: libpool-doc +Section: doc +Priority: optional +Architecture: all +Depends: ${misc:Depends} +Description: documentation for the libpool library + This package contains man pages for the libpool library. + . + The libpool library define the interface for reading and writing resource + pools configuration files, as well as that for commiting an existing + configuration to becoming the running OS configuration. + +Package: libpool2 +Section: libs +Priority: standard +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Architecture: illumos-any kopensolaris-any +Depends: ${shlibs:Depends}, ${misc:Depends}, libpool-data +Description: pool configuration manipulation library + This package contains libpool shared library. + . + The libpool library define the interface for reading and writing resource + pools configuration files, as well as that for commiting an existing + configuration to becoming the running OS configuration. + +Package: libpool2-dbg +Section: debug +Priority: extra +Multi-Arch: same +Architecture: illumos-any kopensolaris-any +Depends: ${misc:Depends}, libpool2 (= ${binary:Version}) +Description: pool configuration manipulation library: debug symbols + This package contains the detached debugging symbols for the libpool library + +Package: libpool-dev +Section: libdevel +Priority: optional +Architecture: illumos-any kopensolaris-any +Provides: libpool2-dev +Replaces: libpool1-dev +Recommends: libpool-doc +Depends: libpool2 (= ${binary:Version}), ${misc:Depends} uts-dev (>= 2.10+5) +Description: pool configuration manipulation library (development files) + This package contains the header files and symlinks needed + to compile applications that use libpool. + . + The libpool library define the interface for reading and writing resource + pools configuration files, as well as that for commiting an existing + configuration to becoming the running OS configuration. + +Package: lib32pool2 +Section: libs +Priority: optional +Architecture: illumos-amd64 kopensolaris-amd64 +Depends: ${shlibs:Depends}, ${misc:Depends}, libpool-data +Description: pool configuration manipulation library (32 bit) + This package contains libpool shared library. + . + The libpool library define the interface for reading and writing resource + pools configuration files, as well as that for commiting an existing + configuration to becoming the running OS configuration. + . + This is a 32-bit version of the library. + +Package: lib32pool-dev +Section: libdevel +Priority: optional +Architecture: illumos-amd64 kopensolaris-amd64 +Provides: lib32pool2-dev +Replaces: lib32pool1-dev +Depends: lib32pool2 (= ${binary:Version}), libpool-dev (= ${binary:Version}), ${misc:Depends} +Description: pool configuration manipulation library (32-bit development files) + This package contains files needed to compile + 32-bit applications that use libpool. + . + The libpool library define the interface for reading and writing resource + pools configuration files, as well as that for commiting an existing + configuration to becoming the running OS configuration. + |