]> 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,
6 autoconf,
7 autogen,
8 automake,
9 debhelper (>= 7.4),
10 dkms (>> 2.1.1.2-5ubuntu1),
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-5ubuntu1), 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 many of
23 the Solaris kernel APIs. This shim layer makes it possible to run Solaris
24 kernel code in the Linux kernel with relatively minimal modification.
25 .
26 The Solaris Porting LAyer Tests (SPLAT) is a Linux kernel module which provides
27 a testing harness for the SPL module.
28
29 Package: spl
30 Architecture: any
31 Conflicts: spl-dev
32 Depends: ${shlibs:Depends}, ${misc:Depends}
33 Recommends: spl-dkms
34 Description: Solaris Porting Layer utilities for Linux
35 This package provides the userspace utilities for the SPL and SPLAT Linux
36 kernel modules.