]> git.proxmox.com Git - mirror_spl-debian.git/blame - debian/control
control.in: Really append myself to Uploaders.
[mirror_spl-debian.git] / debian / control
CommitLineData
c168c73c
AX
1Source: spl-linux
2Section: kernel
3Priority: optional
43159380 4Maintainer: Debian ZFS on Linux maintainers <pkg-zfsonlinux-devel@alioth-lists.debian.net>
c409d6b5 5Uploaders: Aron Xu <aron@debian.org>,
5fb4ba95
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,
21bbb4bd 12 dkms (>> 2.2.0.2-1~),
c409d6b5 13 libtool
b948a2fc 14Standards-Version: 4.1.2
c168c73c 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
c168c73c
AX
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}),
9c54b3eb 28 linux-libc-dev (<< 4.16)
6545fbee 29Conflicts: spl (<< 0.7.9~)
a1291bf0 30Provides: spl-modules
c168c73c
AX
31Description: Solaris Porting Layer kernel modules for Linux
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
35 modification. The Solaris Porting LAyer Tests (SPLAT) is a Linux kernel
36 module which provides a testing harness for the SPL module.
37 .
38 SPL can be particularly useful when you want to track upstream Illumos
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.
47
48Package: spl
49Architecture: linux-any
ee4726cd 50Conflicts: spl-dev, splat
c409d6b5 51Depends: ${misc:Depends}, ${shlibs:Depends}
a1291bf0 52Recommends: spl-modules | spl-dkms
c168c73c
AX
53Description: Solaris Porting Layer user-space utilities for Linux
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.