1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118
|
Source: zfsutils
Section: admin
Priority: optional
Maintainer: GNU/kFreeBSD Maintainers <debian-bsd@lists.debian.org>
Uploaders: Aurelien Jarno <aurel32@debian.org>
Build-Depends: debhelper (>= 7), quilt, freebsd-buildutils, libbsd-dev (>= 0.1.4),
libc0.1-dev (>= 2.10), kfreebsd-kernel-headers (>= 0.51), libgeom-dev, libsbuf-dev
Vcs-Browser: http://svn.debian.org/wsvn/glibc-bsd/trunk/zfsutils/
Vcs-Svn: svn://svn.debian.org/glibc-bsd/trunk/zfsutils/
Standards-Version: 3.9.1
Package: libuutil0
Section: libs
Architecture: kfreebsd-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: OpenSolaris userland utility library
This package contains the OpenSolaris userland utility library.
Package: libuutil-dev
Section: libdevel
Architecture: kfreebsd-any
Depends: libuutil0 (= ${binary:Version}), ${misc:Depends}, libc0.1-dev | libc-dev
Description: Development files for libuutil
This package contains the header files and static library needed to
compile applications that use libuutil.
Package: libuutil0-udeb
XC-Package-Type: udeb
Section: debian-installer
Architecture: kfreebsd-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: OpenSolaris userland utility library
This package contains the OpenSolaris userland utility library.
.
This is a minimal package for use in debian-installer.
Package: libnvpair0
Section: libs
Architecture: kfreebsd-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: OpenSolaris name-value pair library
This package contains the OpenSolaris libnvpair library, for managing
name-value pairs.
Package: libnvpair-dev
Section: libdevel
Architecture: kfreebsd-any
Depends: libnvpair0 (= ${binary:Version}), ${misc:Depends}, libc0.1-dev | libc-dev
Description: Development files for libnvpair
This package contains the header files and static library needed to
compile applications that use libnvpair.
Package: libnvpair0-udeb
XC-Package-Type: udeb
Section: debian-installer
Architecture: kfreebsd-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: OpenSolaris name-value pair library
This package contains the OpenSolaris libnvpair library, for managing
name-value pairs.
.
This is a minimal package for use in debian-installer.
Package: libzfs0
Section: libs
Architecture: kfreebsd-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: FreeBSD ZFS library
The Z file system is a pooled filesystem designed for maximum data integrity,
supporting data snapshots, multiple copies, and data checksums.
.
The ZFS library provides support for managing ZFS filesystems.
Package: libzfs-dev
Section: libdevel
Architecture: kfreebsd-any
Depends: libzfs0 (= ${binary:Version}), ${misc:Depends}, libc0.1-dev | libc-dev
Description: Development files for libzfs
This package contains the header files and static library needed to
compile applications that use libzfs.
Package: libzfs0-udeb
XC-Package-Type: udeb
Section: debian-installer
Architecture: kfreebsd-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: FreeBSD ZFS library
The Z file system is a pooled filesystem designed for maximum data integrity,
supporting data snapshots, multiple copies, and data checksums.
.
The ZFS library provides support for managing ZFS filesystems.
.
This is a minimal package for use in debian-installer.
Package: zfsutils
Section: admin
Architecture: kfreebsd-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: zfsutils-udeb
XC-Package-Type: udeb
Section: debian-installer
Architecture: kfreebsd-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.
.
This is a minimal package for use in debian-installer.
|