]> git.proxmox.com Git - mirror_spl-debian.git/blame - debian/control
Lower DKMS version requirements to Squeeze version.
[mirror_spl-debian.git] / debian / control
CommitLineData
0fbe1fc0
DH
1Source: spl-linux
2Section: kernel
3Priority: extra
4Maintainer: Darik Horn <dajhorn@vanadac.com>
287506cd
DH
5Build-Depends: autotools-dev,
6 autoconf,
7 autogen,
8 automake,
9 debhelper (>= 7.4),
b1b5a49c 10 dkms (>> 2.1.1.2-5),
287506cd 11 libtool,
0fbe1fc0
DH
12Standards-Version: 3.8.4
13Homepage: http://www.zfsonlinux.org/
8f965b28
DH
14Vcs-Git: git://github.com/dajhorn/pkg-spl.git
15Vcs-Browser: https://github.com/dajhorn/pkg-spl/
0fbe1fc0
DH
16
17Package: spl-dkms
18Architecture: all
b1b5a49c 19Depends: ${misc:Depends}, dkms (>> 2.1.1.2-5), lsb-release
0fbe1fc0
DH
20Recommends: spl
21Description: Solaris Porting Layer kernel modules for Linux
6a95cbd3
CALP
22 The Solaris Porting Layer (SPL) is a Linux kernel module which provides
23 many of the Solaris kernel APIs. This shim layer makes it possible to
24 run Solaris kernel code in the Linux kernel with relatively minimal
25 modification.
6eefac84 26 .
6a95cbd3
CALP
27 This can be particularly useful when you want to track upstream Illumos
28 (or any other OpenSolaris fork) development closely and don't want the
29 overhead of maintaining a large patch which converts Solaris primitives
30 to Linux primitives.
31 .
32 This package contains the source code for the SPL and SPLAT Linux kernel
33 modules, which can be used with DKMS, so that local kernel modules are
34 automatically built and installed every time the kernel packages are
35 upgraded.
36 .
37 The Solaris Porting LAyer Tests (SPLAT) is a Linux kernel module which
38 provides a testing harness for the SPL module.
0fbe1fc0
DH
39
40Package: spl
41Architecture: any
42Conflicts: spl-dev
43Depends: ${shlibs:Depends}, ${misc:Depends}
44Recommends: spl-dkms
6a95cbd3
CALP
45Description: Solaris Porting Layer user-space utilities for Linux
46 This package includes the user space utilities needed to test and debug the
47 SPL and SPLAT kernel modules.