]> git.proxmox.com Git - mirror_spl-debian.git/blame - debian/control.in
control.in: Really append myself to Uploaders.
[mirror_spl-debian.git] / debian / control.in
CommitLineData
0fbe1fc0
DH
1Source: spl-linux
2Section: kernel
61716cbc 3Priority: optional
43159380 4Maintainer: Debian ZFS on Linux maintainers <pkg-zfsonlinux-devel@alioth-lists.debian.net>
c409d6b5 5Uploaders: Aron Xu <aron@debian.org>,
17f51e92
MZ
6 Carlos Alberto Lopez Perez <clopez@igalia.com>,
7 Mo Zhou <cdluminate@gmail.com>,
2de88715 8Build-Depends: autogen,
c409d6b5
LG
9 autotools-dev,
10 debhelper (>= 9),
2de88715 11 dh-autoreconf,
465f07d2 12 dkms (>> 2.2.0.2-1~),
c409d6b5 13 libtool
b948a2fc 14Standards-Version: 4.1.2
0fbe1fc0 15Homepage: http://www.zfsonlinux.org/
e4750c7c 16Vcs-Git: https://salsa.debian.org/zfsonlinux-team/spl.git
c2fa3c29 17Vcs-Browser: https://salsa.debian.org/zfsonlinux-team/spl
0fbe1fc0
DH
18
19Package: spl-dkms
20Architecture: all
3b02d3c0
AX
21Depends: dkms (>> 2.2.1.0),
22 file,
23 libc-dev,
24 libelf-dev,
25 lsb-release,
26 ${misc:Depends}
9f35a31f 27Suggests: spl (>= ${source:Upstream-Version}),
3b02d3c0 28 @LINUX_COMPAT@
6545fbee 29Conflicts: spl (<< 0.7.9~)
a1291bf0 30Provides: spl-modules
0fbe1fc0 31Description: Solaris Porting Layer kernel modules for Linux
6a95cbd3
CALP
32 The Solaris Porting Layer (SPL) is a Linux kernel module which provides
33 many of the Solaris kernel APIs. This shim layer makes it possible to
34 run Solaris kernel code in the Linux kernel with relatively minimal
61716cbc
AX
35 modification. The Solaris Porting LAyer Tests (SPLAT) is a Linux kernel
36 module which provides a testing harness for the SPL module.
6eefac84 37 .
61716cbc 38 SPL can be particularly useful when you want to track upstream Illumos
6a95cbd3
CALP
39 (or any other OpenSolaris fork) development closely and don't want the
40 overhead of maintaining a large patch which converts Solaris primitives
41 to Linux primitives.
42 .
43 This package contains the source code for the SPL and SPLAT Linux kernel
44 modules, which can be used with DKMS, so that local kernel modules are
45 automatically built and installed every time the kernel packages are
46 upgraded.
0fbe1fc0
DH
47
48Package: spl
61716cbc 49Architecture: linux-any
ee4726cd 50Conflicts: spl-dev, splat
c409d6b5 51Depends: ${misc:Depends}, ${shlibs:Depends}
a1291bf0 52Recommends: spl-modules | spl-dkms
6a95cbd3 53Description: Solaris Porting Layer user-space utilities for Linux
61716cbc
AX
54 The Solaris Porting Layer (SPL) is a Linux kernel module which provides
55 many of the Solaris kernel APIs. This shim layer makes it possible to
56 run Solaris kernel code in the Linux kernel with relatively minimal
57 modification. The Solaris Porting LAyer Tests (SPLAT) is a Linux kernel
58 module which provides a testing harness for the SPL module.
59 .
60 SPL can be particularly useful when you want to track upstream Illumos
61 (or any other OpenSolaris fork) development closely and don't want the
62 overhead of maintaining a large patch which converts Solaris primitives
63 to Linux primitives.
64 .
65 This package includes the user space utilities needed to test and debug
66 the SPL and SPLAT kernel modules.