summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control117
1 files changed, 117 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..fd6d2f2
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,117 @@
+Source: stmf
+Section: admin
+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],
+ libscf-dev, lib32scf-dev [illumos-amd64 kopensolaris-amd64],
+ gcc-multilib [illumos-amd64 kopensolaris-amd64],
+Standards-Version: 3.9.4
+Homepage: http://illumos.org/
+
+Package: libstmf1
+Section: libs
+Priority: optional
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Architecture: illumos-any kopensolaris-any
+Recommends: stmfsvc
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: SCSI Target Mode Framework library
+ This package includes shared libstmf library.
+ .
+ Functions in this library provide configuration management of the SCSI
+ Target Mode Framework (STMF), allowing clients to manage the provisioning
+ of logical units and targets to the initiator clients of the framework.
+
+Package: lib32stmf1
+Section: libs
+Priority: optional
+Architecture: illumos-amd64 kopensolaris-amd64
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: SCSI Target Mode Framework library (32 bit)
+ Functions in this library provide configuration management of the SCSI
+ Target Mode Framework (STMF), allowing clients to manage the provisioning
+ of logical units and targets to the initiator clients of the framework.
+ .
+ This is 32-bit version of the library
+
+Package: libstmf-dev
+Architecture: illumos-any kopensolaris-any
+Priority: optional
+Suggests: libstmf-doc
+Section: libdevel
+Depends: ${misc:Depends}, libstmf1 (= ${binary:Version}), libnvpair-dev
+Description: SCSI Target Mode Framework library: development files
+ Contains the symlink, static library and headers needed to compile
+ applications using the libstmf library.
+ .
+ Functions in this library provide configuration management of the SCSI
+ Target Mode Framework (STMF), allowing clients to manage the provisioning
+ of logical units and targets to the initiator clients of the framework.
+
+Package: lib32stmf-dev
+Architecture: illumos-amd64 kopensolaris-amd64
+Priority: optional
+Section: libdevel
+Depends: ${misc:Depends}, lib32stmf1 (= ${binary:Version}),
+ libstmf-dev (= ${binary:Version})
+Description: SCSI Target Mode Framework library: development files (32 bit)
+ Contains files needed to compile 32-bit applications using libstmf library.
+ .
+ Functions in this library provide configuration management of the SCSI
+ Target Mode Framework (STMF), allowing clients to manage the provisioning
+ of logical units and targets to the initiator clients of the framework.
+
+Package: libstmf-doc
+Architecture: all
+Priority: optional
+Section: libdevel
+Description: SCSI Target Mode Framework library: documentation
+ This package contains documentation for the STMF library.
+ To compile applications using this library install the libstmf-dev package.
+ .
+ Functions in this library provide configuration management of the SCSI
+ Target Mode Framework (STMF), allowing clients to manage the provisioning
+ of logical units and targets to the initiator clients of the framework.
+
+Package: stmfadm
+Architecture: illumos-any kopensolaris-any
+Priority: optional
+Section: admin
+Depends: ${shlibs:Depends}, ${misc:Depends}, stmfsvc
+Description: SCSI Target Mode Framework library: CLI utility
+ This package contains the STMF utility which provides a command line
+ interface to the libstmf library.
+ .
+ Functions in the libstmf library provide configuration management of the SCSI
+ Target Mode Framework (STMF), allowing clients to manage the provisioning
+ of logical units and targets to the initiator clients of the framework.
+
+Package: stmfsvc
+Architecture: illumos-any kopensolaris-any
+Priority: optional
+Section: admin
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: SCSI Target Mode Framework library: configuration daemon
+ This package contains the STMF daemon and a SMF service for this daemon. The
+ purpose of this daemon is to restore STMF state after reboot and to make
+ changes made through the libstmf library persistent across reboots.
+ .
+ The provided SMF service is used as a backend storage for STMF configuration
+ and thus required for any client of the libstmf library to work.
+ .
+ Functions in the libstmf library provide configuration management of the SCSI
+ Target Mode Framework (STMF), allowing clients to manage the provisioning
+ of logical units and targets to the initiator clients of the framework.
+
+Package: libstmf1-dbg
+Section: libs
+Priority: extra
+Multi-Arch: same
+Architecture: illumos-any kopensolaris-any
+Depends: ${misc:Depends}, libstmf1 (= ${binary:Version})
+Description: SCSI Target Mode Framework library: detached debugging symbols
+ This package contains the detached debugging symbols for the libstmf library.