]> git.proxmox.com Git - mirror_spl-debian.git/blob - debian/control.in
91242a131b369e91001b9677a9ce86ad765e24ab
[mirror_spl-debian.git] / debian / control.in
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: 4.1.2
14 Homepage: http://www.zfsonlinux.org/
15 Vcs-Git: git@salsa.debian.org:zfsonlinux-team/spl.git
16 Vcs-Browser: https://salsa.debian.org/zfsonlinux-team/spl
17
18 Package: spl-dkms
19 Architecture: all
20 Depends: dkms (>> 2.2.1.0),
21 file,
22 libc-dev,
23 libelf-dev,
24 lsb-release,
25 ${misc:Depends}
26 Suggests: spl (>= ${source:Upstream-Version}),
27 @LINUX_COMPAT@
28 Conflicts: spl (<< 0.7.9~)
29 Provides: spl-modules
30 Description: Solaris Porting Layer kernel modules for Linux
31 The Solaris Porting Layer (SPL) is a Linux kernel module which provides
32 many of the Solaris kernel APIs. This shim layer makes it possible to
33 run Solaris kernel code in the Linux kernel with relatively minimal
34 modification. The Solaris Porting LAyer Tests (SPLAT) is a Linux kernel
35 module which provides a testing harness for the SPL module.
36 .
37 SPL can be particularly useful when you want to track upstream Illumos
38 (or any other OpenSolaris fork) development closely and don't want the
39 overhead of maintaining a large patch which converts Solaris primitives
40 to Linux primitives.
41 .
42 This package contains the source code for the SPL and SPLAT Linux kernel
43 modules, which can be used with DKMS, so that local kernel modules are
44 automatically built and installed every time the kernel packages are
45 upgraded.
46
47 Package: spl
48 Architecture: linux-any
49 Conflicts: spl-dev, splat
50 Depends: ${misc:Depends}, ${shlibs:Depends}
51 Recommends: spl-modules | spl-dkms
52 Description: Solaris Porting Layer user-space utilities for Linux
53 The Solaris Porting Layer (SPL) is a Linux kernel module which provides
54 many of the Solaris kernel APIs. This shim layer makes it possible to
55 run Solaris kernel code in the Linux kernel with relatively minimal
56 modification. The Solaris Porting LAyer Tests (SPLAT) is a Linux kernel
57 module which provides a testing harness for the SPL module.
58 .
59 SPL can be particularly useful when you want to track upstream Illumos
60 (or any other OpenSolaris fork) development closely and don't want the
61 overhead of maintaining a large patch which converts Solaris primitives
62 to Linux primitives.
63 .
64 This package includes the user space utilities needed to test and debug
65 the SPL and SPLAT kernel modules.