diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-05-09 06:47:15 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-05-09 06:47:15 +0400 |
commit | 6306b6e26c0a4d3944c5daeb11229c663f740008 (patch) | |
tree | b00dece0d38027990cd9bd3d583791742c0b88d4 /debian/control | |
parent | 00519f8bf5b56db1991923206c6cf8e01fcbfd9a (diff) | |
download | libdevice-master.tar.gz |
Added debian dirHEADdyson/1.0-0+dyson1master
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..ad5f3bc --- /dev/null +++ b/debian/control @@ -0,0 +1,65 @@ +Source: libdevice +Section: libs +Priority: optional +Maintainer: Igor Pashev <pashev.igor@gmail.com> +Build-Depends: + debhelper ( >= 9 ), + dpkg-dev ( >= 1.16.1~ ), + libnvpair-dev, lib32nvpair-dev [illumos-amd64 kopensolaris-amd64], + gcc-multilib [illumos-amd64 kopensolaris-amd64], +Standards-Version: 3.9.4 +Homepage: http://illumos.org/ + +Package: libdevice1 +Section: libs +Priority: optional +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: illumos device control library + This package includes shared libdevice library. + . + This library is an interface to illumos kernel and is used to control + devices available through illumos device tree (/devices). This includes power + management, configuring and deconfigureing a deivce, resetting a device, etc. + +Package: lib32device1 +Section: libs +Priority: optional +Architecture: illumos-amd64 kopensolaris-amd64 +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: illumos device control library (32 bit) + This library is an interface to illumos kernel and is used to control + devices available through illumos device tree (/devices). This includes power + management, configuring and deconfigureing a deivce, resetting a device, etc. + . + This is 32-bit version of the library + +Package: libdevice-dev +Architecture: any +Priority: optional +Section: libdevel +Depends: ${misc:Depends}, libdevice1 (= ${binary:Version}) +Description: illumos device control library: development files + Contains the symlink, static library and headers needed to compile + applications using illumos device control library. + . + This library is an interface to illumos kernel and is used to control + devices available through illumos device tree (/devices). This includes power + management, configuring and deconfigureing a deivce, resetting a device, etc. + +Package: lib32device-dev +Architecture: illumos-amd64 kopensolaris-amd64 +Priority: optional +Section: libdevel +Depends: ${misc:Depends}, lib32device1 (= ${binary:Version}), + libdevice-dev (= ${binary:Version}) +Description: illumos device control library: development files (32 bit) + Contains the symlink, static library and headers needed to compile + 32-bit applications using illumos device control library. + . + This library is an interface to illumos kernel and is used to control + devices available through illumos device tree (/devices). This includes power + management, configuring and deconfigureing a deivce, resetting a device, etc. + |