]> git.proxmox.com Git - mirror_spl-debian.git/blob - debian/control
Merge tag 'upstream/0.6.5.2'
[mirror_spl-debian.git] / debian / control
1 Source: spl-linux
2 Section: kernel
3 Priority: optional
4 Maintainer: Debian ZFS on Linux maintainers <pkg-zfsonlinux-devel@lists.alioth.debian.org>
5 Uploaders: Aron Xu <aron@debian.org>,
6 Carlos Alberto Lopez Perez <clopez@igalia.com>
7 Build-Depends: autoconf,
8 autogen,
9 automake,
10 autotools-dev,
11 debhelper (>= 9),
12 dkms (>> 2.2.0.2-1~),
13 libtool
14 Standards-Version: 3.9.5
15 Homepage: http://www.zfsonlinux.org/
16 Vcs-Git: git://anonscm.debian.org/pkg-zfsonlinux/spl.git
17 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-zfsonlinux/spl.git
18
19 Package: spl-dkms
20 Architecture: all
21 Depends: dkms (>> 2.1.1.2-5), file, libc-dev, lsb-release, ${misc:Depends}
22 Recommends: spl (>= ${source:Upstream-Version})
23 Provides: spl-modules
24 Description: Solaris Porting Layer kernel modules for Linux
25 The Solaris Porting Layer (SPL) is a Linux kernel module which provides
26 many of the Solaris kernel APIs. This shim layer makes it possible to
27 run Solaris kernel code in the Linux kernel with relatively minimal
28 modification. The Solaris Porting LAyer Tests (SPLAT) is a Linux kernel
29 module which provides a testing harness for the SPL module.
30 .
31 SPL can be particularly useful when you want to track upstream Illumos
32 (or any other OpenSolaris fork) development closely and don't want the
33 overhead of maintaining a large patch which converts Solaris primitives
34 to Linux primitives.
35 .
36 This package contains the source code for the SPL and SPLAT Linux kernel
37 modules, which can be used with DKMS, so that local kernel modules are
38 automatically built and installed every time the kernel packages are
39 upgraded.
40
41 Package: spl
42 Architecture: linux-any
43 Conflicts: spl-dev
44 Depends: ${misc:Depends}, ${shlibs:Depends}
45 Conflicts: splat
46 Recommends: spl-modules | spl-dkms
47 Description: Solaris Porting Layer user-space utilities for Linux
48 The Solaris Porting Layer (SPL) is a Linux kernel module which provides
49 many of the Solaris kernel APIs. This shim layer makes it possible to
50 run Solaris kernel code in the Linux kernel with relatively minimal
51 modification. The Solaris Porting LAyer Tests (SPLAT) is a Linux kernel
52 module which provides a testing harness for the SPL module.
53 .
54 SPL can be particularly useful when you want to track upstream Illumos
55 (or any other OpenSolaris fork) development closely and don't want the
56 overhead of maintaining a large patch which converts Solaris primitives
57 to Linux primitives.
58 .
59 This package includes the user space utilities needed to test and debug
60 the SPL and SPLAT kernel modules.