]> git.proxmox.com Git - mirror_spl-debian.git/blame - debian/control
d/control: migrate to alioth-lists (Closes: #899692)
[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
LG
5Uploaders: Aron Xu <aron@debian.org>,
6 Carlos Alberto Lopez Perez <clopez@igalia.com>
2de88715 7Build-Depends: autogen,
c409d6b5
LG
8 autotools-dev,
9 debhelper (>= 9),
2de88715 10 dh-autoreconf,
21bbb4bd 11 dkms (>> 2.2.0.2-1~),
c409d6b5 12 libtool
b948a2fc 13Standards-Version: 4.1.2
c168c73c 14Homepage: http://www.zfsonlinux.org/
c2fa3c29
AX
15Vcs-Git: git@salsa.debian.org:zfsonlinux-team/spl.git
16Vcs-Browser: https://salsa.debian.org/zfsonlinux-team/spl
c168c73c
AX
17
18Package: spl-dkms
19Architecture: all
3b02d3c0
AX
20Depends: dkms (>> 2.2.1.0),
21 file,
22 libc-dev,
23 libelf-dev,
24 lsb-release,
25 ${misc:Depends}
9f35a31f 26Suggests: spl (>= ${source:Upstream-Version}),
9c54b3eb 27 linux-libc-dev (<< 4.16)
6545fbee 28Conflicts: spl (<< 0.7.9~)
a1291bf0 29Provides: spl-modules
c168c73c
AX
30Description: 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
47Package: spl
48Architecture: linux-any
ee4726cd 49Conflicts: spl-dev, splat
c409d6b5 50Depends: ${misc:Depends}, ${shlibs:Depends}
a1291bf0 51Recommends: spl-modules | spl-dkms
c168c73c
AX
52Description: 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.