]> git.proxmox.com Git - mirror_spl-debian.git/blob - debian/control
Make use of dh-autoreconf
[mirror_spl-debian.git] / debian / control
1 Source: spl-linux
2 Section: kernel
3 Priority: optional
4 Maintainer: Debian ZFS on Linux maintainers <pkg-zfsonlinux-devel@lists.alioth.debian.org>
5 Uploaders: Aron Xu <aron@debian.org>,
6 Carlos Alberto Lopez Perez <clopez@igalia.com>
7 Build-Depends: autogen,
8 autotools-dev,
9 debhelper (>= 9),
10 dh-autoreconf,
11 dkms (>> 2.2.0.2-1~),
12 libtool
13 Standards-Version: 3.9.8
14 Homepage: http://www.zfsonlinux.org/
15 Vcs-Git: git://anonscm.debian.org/pkg-zfsonlinux/spl.git
16 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-zfsonlinux/spl.git
17
18 Package: spl-dkms
19 Architecture: all
20 Depends: dkms (>> 2.1.1.2-5), file, libc-dev, lsb-release, ${misc:Depends}
21 Recommends: spl (>= ${source:Upstream-Version})
22 Provides: spl-modules
23 Description: Solaris Porting Layer kernel modules for Linux
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
27 modification. The Solaris Porting LAyer Tests (SPLAT) is a Linux kernel
28 module which provides a testing harness for the SPL module.
29 .
30 SPL can be particularly useful when you want to track upstream Illumos
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.
39
40 Package: spl
41 Architecture: linux-any
42 Conflicts: spl-dev, splat
43 Depends: ${misc:Depends}, ${shlibs:Depends}
44 Recommends: spl-modules | spl-dkms
45 Description: Solaris Porting Layer user-space utilities for Linux
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.