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