]> git.proxmox.com Git - libiscsi.git/blame - debian/control
Initial commit
[libiscsi.git] / debian / control
CommitLineData
97d20cff
DM
1Source: libiscsi
2Section: net
3Priority: optional
4Maintainer: Proxmox Support Team <support@proxmox.com>
5Build-Depends: debhelper (>= 7), libpopt-dev
6Standards-Version: 3.9.2
7Homepage: https://github.com/sahlberg/libiscsi
8
9Package: libiscsi1
10Section: libs
11Architecture: any
12Multi-Arch: same
13Pre-Depends: ${misc:Pre-Depends}
14Depends: ${shlibs:Depends}, ${misc:Depends}
15Description: iSCSI client shared library
16 Libiscsi is a clientside library to implement the iSCSI protocol
17 that can be used to access resource of an iSCSI Target.
18 .
19 The library is fully async with regards to iscsi commands and scsi
20 tasks, but a sync layer is also provided for ease of use for simpler
21 applications.
22 .
23 This package contains the library itself.
24
25Package: libiscsi-dev
26Section: libdevel
27Architecture: any
28Depends: libiscsi1 (= ${binary:Version}), ${misc:Depends}
29Description: iSCSI client shared library
30 Libiscsi is a clientside library to implement the iSCSI protocol
31 that can be used to access resource of an iSCSI Target.
32 .
33 The library is fully async with regards to iscsi commands and scsi
34 tasks, but a sync layer is also provided for ease of use for simpler
35 applications.
36 .
37 This package contains the header files, static library and other files
38 needed to compile applications which uses libiscsi.
39
40Package: libiscsi-bin
41Architecture: any
42Depends: ${shlibs:Depends}, ${misc:Depends}
43Description: iSCSI client shared library - utilities
44 Libiscsi is a clientside library to implement the iSCSI protocol
45 that can be used to access resource of an iSCSI Target.
46 .
47 The library is fully async with regards to iscsi commands and scsi
48 tasks, but a sync layer is also provided for ease of use for simpler
49 applications.
50 .
51 This package contains a set of useful iscsi utilities such as logging in
52 to and enumerating all targets on a portal and all devices of a target,
53 all built on top of libiscsi.