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