Source: zfsutils
Section: libs
Priority: optional
Maintainer: Igor Pashev <pashev.igor@gmail.com>
Build-Depends:
 dh-illumos (>= 9.6.1),
 gcc-multilib,
 uts-dev (>= 4.3),
 dtrace-dev (>= 4.3),
 libdevid1-dev    , lib32devid1-dev [illumos-amd64]    , 
 libdevid1-dev    , lib32devid1-dev [illumos-amd64]    , 
 libdevinfo1-dev  , lib32devinfo1-dev [illumos-amd64]  , 
 libefi1-dev      , lib32efi1-dev [illumos-amd64]      , 
 libefi1-dev      , lib32efi1-dev [illumos-amd64]      , 
 libidmap1-dev    , lib32idmap1-dev [illumos-amd64]    , 
 libkstat1-dev    , lib32kstat1-dev [illumos-amd64]    , 
 libnvpair1-dev (>= 4.3), lib32nvpair1-dev [illumos-amd64],
 libsunavl-dev    , lib32sunavl-dev [illumos-amd64]    , 
 libsysevent1-dev , lib32sysevent1-dev [illumos-amd64] , 
 libsysevent1-dev , lib32sysevent1-dev [illumos-amd64] , 
 libtsol2-dev     , lib32tsol2-dev [illumos-amd64]     , 
 libumem1-dev     , lib32umem1-dev [illumos-amd64]     , 
 libuutil1-dev    , lib32uutil1-dev [illumos-amd64]    , 
 libz-dev         , lib32z1-dev [illumos-amd64]        , 
 libsec1-dev,
 libfdisk1-dev [illumos-amd64 illumos-i386],
 lib32fdisk1-dev [illumos-amd64], 
 symlinks,
Standards-Version: 3.9.3
Homepage: https://www.illumos.org

Package: libzfs-core1-dev
Section: libdevel
Priority: optional
Architecture: illumos-any
Provides: libzfs-core-dev
Depends: libzfs-core1 (= ${binary:Version}), ${misc:Depends}, libnvpair1-dev,
Description: new generation ZFS library (development files)
 This package contains the header files and symlinks needed
 to compile applications that use libzfs-core.
 .
 The libzfs_core library is a thin wrapper around the kernel ioctls.
 It addresses some design issues of original outgrown libzfs.

Package: lib32zfs-core1-dev
Section: libdevel
Priority: optional
Architecture: illumos-any
Provides: lib32zfs-core-dev
Depends: lib32zfs-core1 (= ${binary:Version}), libzfs-core1-dev (= ${binary:Version}),
 ${misc:Depends}
Description: new generation ZFS library (32-bit development files)
 This package contains the header files and symlinks needed
 to compile 32-bit applications that use libzfs-core.
 .
 The libzfs_core library is a thin wrapper around the kernel ioctls.
 It addresses some design issues of original outgrown libzfs.

Package: libzfs-core1
Section: libs
Priority: standard
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: new generation ZFS library
 This package contains libzfs_core shared library.
 .
 The libzfs_core library is a thin wrapper around the kernel ioctls.
 It addresses some design issues of original outgrown libzfs.
 The main goals of the new libzfs_core library are:
 .
 * thread safety              - avoid global data (e.g. caching)
 * stable API and ABI         - consumers will work on future releases
 * programatic error handling - no printing to stdout/stderr
 * atomic operations          - because ioctls are generally atomic
 
Package: lib32zfs-core1
Section: libs
Priority: optional
Architecture: illumos-amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
Description:  new generation ZFS library (32 bit)
 This package contains libzfs_core shared library.
 .
 The libzfs_core library is a thin wrapper around the kernel ioctls.
 It addresses some design issues of original outgrown libzfs.
 The main goals of the new libzfs_core library are:
 .
 * thread safety              - avoid global data (e.g. caching)
 * stable API and ABI         - consumers will work on future releases
 * programatic error handling - no printing to stdout/stderr
 * atomic operations          - because ioctls are generally atomic
 .
 This is a 32-bit version of the library.
 
 
Package: libzfs1
Section: libs
Priority: optional
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: ZFS library
 This package contains libzfs shared library.
 .
 The Z file system is a pooled filesystem designed for maximum data integrity,
 supporting data snapshots, multiple copies, and data checksums.

Package: lib32zfs1
Section: libs
Priority: optional
Architecture: illumos-amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: ZFS library (32 bit)
 This package contains libzfs shared library.
 .
 The Z file system is a pooled filesystem designed for maximum data integrity,
 supporting data snapshots, multiple copies, and data checksums.
 .
 This is a 32-bit version of the library.
 
 
Package: libzpool1
Section: libs
Priority: standard
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: ZFS storage pools library
 This package contains libzpool shared library for managing ZFS storage pools.
 .
 The Z file system is a pooled filesystem designed for maximum data integrity,
 supporting data snapshots, multiple copies, and data checksums.

Package: lib32zpool1
Section: libs
Priority: optional
Architecture: illumos-amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: ZFS storage pools library (32 bit)
 This package contains libzpool shared library for managing ZFS storage pools.
 .
 The Z file system is a pooled filesystem designed for maximum data integrity,
 supporting data snapshots, multiple copies, and data checksums.
 .
 This is a 32-bit version of the library.

Package: zfsutils
Priority: required
Section: admin
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: command-line tools to manage ZFS filesystems
 The Z file system is a pooled filesystem designed for maximum data integrity,
 supporting data snapshots, multiple copies, and data checksums.
 .
 This package provides the zfs and zpool commands to create
 and administer ZFS filesystems.

Package: zinject
Priority: optional
Section: admin
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: zfs error injection utility
 The Z file system is a pooled filesystem designed for maximum data integrity,
 supporting data snapshots, multiple copies, and data checksums.
 .
 The zinject utility is for ensuring zfs correctly handles certain errors.

Package: zdb
Priority: optional
Section: admin
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: display zpool debugging and consistency information
 The Z file system is a pooled filesystem designed for maximum data integrity,
 supporting data snapshots, multiple copies, and data checksums.
 .
 The zdb utility displays information about a ZFS pool useful for
 debugging and performs some amount of consistency checking. It is a not a
 general purpose tool and options (and facilities) may change.
 .
 The output of this command in general reflects the on-disk structure of a ZFS
 pool, and is inherently unstable. The precise output of most invocations is
 not documented, a knowledge of ZFS internals is assumed.

Package: ztest
Priority: optional
Section: admin
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: a ZFS unit test utility
 The Z file system is a pooled filesystem designed for maximum data integrity,
 supporting data snapshots, multiple copies, and data checksums.
 .
 ztest was written by the ZFS Developers as a ZFS unit test. The tool was
 developed in tandem with the ZFS functionality and was executed nightly as
 one of the many regression test against the daily build. As features were
 added to ZFS, unit tests were also added to ztest. In addition, a separate
 test development team wrote and executed more functional and stress tests.

Package: libdiskmgt1
Section: libs
Priority: optional
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: disk management library
 This package contains libdiskmgt shared library.

Package: libdiskmgt1-dev
Section: libdevel
Priority: optional
Architecture: illumos-any
Provides: libdiskmgt-dev
Depends: libdiskmgt1 (= ${binary:Version}), ${misc:Depends}, libc-dev, libnvpair1-dev,
Description: disk management library (development files)
 This package contains the header files and symlinks needed
 to compile applications that use libdiskmgt.

Package: lib32diskmgt1
Section: libs
Priority: optional
Architecture: illumos-amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: disk management library (32 bit)
 This package contains libdiskmgt shared library.
 .
 This is a 32-bit version of the library.

Package: lib32diskmgt1-dev
Section: libdevel
Priority: optional
Architecture: illumos-amd64
Provides: lib32diskmgt-dev
Depends: lib32diskmgt1 (= ${binary:Version}), libdiskmgt1-dev (= ${binary:Version}),
 ${misc:Depends}
Description: disk management library (32-bit development files)
 This package contains files needed to compile
 32-bit applications that use libdiskmgt.
 

Package: libzfs1-dev
Section: libdevel
Priority: optional
Architecture: illumos-any
Provides: libzfs-dev
Depends: libzfs1 (= ${binary:Version}), ${misc:Depends}, libnvpair1-dev,
Description: ZFS library (development files)
 This package contains the header files and symlinks needed
 to compile applications that use libzfs.
 .
 The Z file system is a pooled filesystem designed for maximum data integrity,
 supporting data snapshots, multiple copies, and data checksums.

Package: lib32zfs1-dev
Section: libdevel
Priority: optional
Architecture: illumos-any
Provides: lib32zfs-dev
Depends: lib32zfs1 (= ${binary:Version}), libzfs1-dev (= ${binary:Version}),
 ${misc:Depends}
Description: ZFS library (32-bit development files)
 This package contains the header files and symlinks needed
 to compile 32-bit applications that use libzfs.
 .
 The Z file system is a pooled filesystem designed for maximum data integrity,
 supporting data snapshots, multiple copies, and data checksums.
