]> git.proxmox.com Git - mirror_spl-debian.git/blob - debian/control
Lower DKMS version requirements to Squeeze version.
[mirror_spl-debian.git] / debian / control
1 Source: spl-linux
2 Section: kernel
3 Priority: extra
4 Maintainer: Darik Horn <dajhorn@vanadac.com>
5 Build-Depends: autotools-dev,
6 autoconf,
7 autogen,
8 automake,
9 debhelper (>= 7.4),
10 dkms (>> 2.1.1.2-5),
11 libtool,
12 Standards-Version: 3.8.4
13 Homepage: http://www.zfsonlinux.org/
14 Vcs-Git: git://github.com/dajhorn/pkg-spl.git
15 Vcs-Browser: https://github.com/dajhorn/pkg-spl/
16
17 Package: spl-dkms
18 Architecture: all
19 Depends: ${misc:Depends}, dkms (>> 2.1.1.2-5), lsb-release
20 Recommends: spl
21 Description: Solaris Porting Layer kernel modules for Linux
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.
26 .
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.
39
40 Package: spl
41 Architecture: any
42 Conflicts: spl-dev
43 Depends: ${shlibs:Depends}, ${misc:Depends}
44 Recommends: spl-dkms
45 Description: 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.