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