Source: libiscsi
Section: net
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/sahlberg/libiscsi/tags
Vcs-Browser: https://github.com/alvistack/sahlberg-libiscsi
Vcs-Git: https://github.com/alvistack/sahlberg-libiscsi.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 autoconf,
 automake,
 libcunit1-dev,
 librdmacm-dev,
 pkgconf,

Package: libiscsi10
Section: libs
Architecture: amd64
Description: iSCSI client shared library
 This package contains the library itself.
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 ${shlibs:Depends},
 ${misc:Depends},

Package: libiscsi-dev
Section: libdevel
Architecture: amd64
Description: iSCSI client library development files
 This package contains the header files, static library and other files
 needed to compile applications which uses libiscsi.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 libiscsi10 (= ${source:Version}),

Package: libiscsi-bin
Architecture: amd64
Description: iSCSI client shared library - utilities
 This package contains a set of useful iscsi utilities such as logging in
 to and enumerating all targets on a portal and all devices of a target,
 all built on top of libiscsi.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 libiscsi10 (= ${source:Version}),
