]> git.proxmox.com Git - mirror_spl-debian.git/blame - debian/control
control: bump standards version to 3.9.8
[mirror_spl-debian.git] / debian / control
CommitLineData
c168c73c
AX
1Source: spl-linux
2Section: kernel
3Priority: optional
4Maintainer: Debian ZFS on Linux maintainers <pkg-zfsonlinux-devel@lists.alioth.debian.org>
c409d6b5
LG
5Uploaders: Aron Xu <aron@debian.org>,
6 Carlos Alberto Lopez Perez <clopez@igalia.com>
7Build-Depends: autoconf,
8 autogen,
9 automake,
10 autotools-dev,
11 debhelper (>= 9),
21bbb4bd 12 dkms (>> 2.2.0.2-1~),
c409d6b5 13 libtool
67fe7bf0 14Standards-Version: 3.9.8
c168c73c
AX
15Homepage: http://www.zfsonlinux.org/
16Vcs-Git: git://anonscm.debian.org/pkg-zfsonlinux/spl.git
17Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-zfsonlinux/spl.git
18
19Package: spl-dkms
20Architecture: all
c409d6b5 21Depends: dkms (>> 2.1.1.2-5), file, libc-dev, lsb-release, ${misc:Depends}
c168c73c 22Recommends: spl (>= ${source:Upstream-Version})
a1291bf0 23Provides: spl-modules
c168c73c
AX
24Description: 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
41Package: spl
42Architecture: linux-any
ee4726cd 43Conflicts: spl-dev, splat
c409d6b5 44Depends: ${misc:Depends}, ${shlibs:Depends}
a1291bf0 45Recommends: spl-modules | spl-dkms
c168c73c
AX
46Description: Solaris Porting Layer user-space utilities for Linux
47 The Solaris Porting Layer (SPL) is a Linux kernel module which provides
48 many of the Solaris kernel APIs. This shim layer makes it possible to
49 run Solaris kernel code in the Linux kernel with relatively minimal
50 modification. The Solaris Porting LAyer Tests (SPLAT) is a Linux kernel
51 module which provides a testing harness for the SPL module.
52 .
53 SPL can be particularly useful when you want to track upstream Illumos
54 (or any other OpenSolaris fork) development closely and don't want the
55 overhead of maintaining a large patch which converts Solaris primitives
56 to Linux primitives.
57 .
58 This package includes the user space utilities needed to test and debug
59 the SPL and SPLAT kernel modules.