]> git.proxmox.com Git - mirror_spl-debian.git/blob - debian/control
Merge branch 'upstream'
[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, debhelper (>= 7.4), dkms (>> 2.1.1.2-5ubuntu1)
6 Standards-Version: 3.8.4
7 Homepage: http://www.zfsonlinux.org/
8 Vcs-Git: git://github.com/dajhorn/pkg-spl.git
9 Vcs-Browser: https://github.com/dajhorn/pkg-spl/
10
11 Package: spl-dkms
12 Architecture: all
13 Depends: ${misc:Depends}, dkms (>> 2.1.1.2-5ubuntu1), lsb-release
14 Recommends: spl
15 Description: Solaris Porting Layer kernel modules for Linux
16 The Solaris Porting Layer (SPL) is a Linux kernel module which provides many of
17 the Solaris kernel APIs. This shim layer makes it possible to run Solaris
18 kernel code in the Linux kernel with relatively minimal modification.
19 .
20 The Solaris Porting LAyer Tests (SPLAT) is a Linux kernel module which provides
21 a testing harness for the SPL module.
22
23 Package: spl
24 Architecture: any
25 Conflicts: spl-dev
26 Depends: ${shlibs:Depends}, ${misc:Depends}
27 Recommends: spl-dkms
28 Description: Solaris Porting Layer utilities for Linux
29 This package provides the userspace utilities for the SPL and SPLAT Linux
30 kernel modules.