]> git.proxmox.com Git - zfsonlinux.git/blob - spl/debian/control
b26ff73455a1bff1c3c9a7c9226e1dff723f1cda
[zfsonlinux.git] / spl / debian / control
1 Source: spl-linux
2 Section: kernel
3 Priority: optional
4 Maintainer: Proxmox Support Team <support@proxmox.com>
5 Build-Depends: autogen,
6 autotools-dev,
7 debhelper (>= 10~),
8 dh-autoreconf,
9 libtool
10 Standards-Version: 4.1.2
11 Homepage: http://www.zfsonlinux.org/
12 Vcs-Git: https://git.proxmox.com/git/zfsonlinux.git
13 Vcs-Browser: https://git.proxmox.com/?p=zfsonlinux.git;a=summary
14
15 Package: spl
16 Architecture: linux-any
17 Conflicts: spl-dev, splat
18 Depends: ${misc:Depends}, ${shlibs:Depends}
19 Description: Solaris Porting Layer user-space utilities for Linux
20 The Solaris Porting Layer (SPL) is a Linux kernel module which provides
21 many of the Solaris kernel APIs. This shim layer makes it possible to
22 run Solaris kernel code in the Linux kernel with relatively minimal
23 modification. The Solaris Porting LAyer Tests (SPLAT) is a Linux kernel
24 module which provides a testing harness for the SPL module.
25 .
26 SPL can be particularly useful when you want to track upstream Illumos
27 (or any other OpenSolaris fork) development closely and don't want the
28 overhead of maintaining a large patch which converts Solaris primitives
29 to Linux primitives.
30 .
31 This package includes the user space utilities needed to test and debug
32 the SPL and SPLAT kernel modules.