]> git.proxmox.com Git - mirror_spl-debian.git/blob - debian/control.in
control.in: Really append myself to Uploaders.
[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@alioth-lists.debian.net>
5 Uploaders: Aron Xu <aron@debian.org>,
6 Carlos Alberto Lopez Perez <clopez@igalia.com>,
7 Mo Zhou <cdluminate@gmail.com>,
8 Build-Depends: autogen,
9 autotools-dev,
10 debhelper (>= 9),
11 dh-autoreconf,
12 dkms (>> 2.2.0.2-1~),
13 libtool
14 Standards-Version: 4.1.2
15 Homepage: http://www.zfsonlinux.org/
16 Vcs-Git: https://salsa.debian.org/zfsonlinux-team/spl.git
17 Vcs-Browser: https://salsa.debian.org/zfsonlinux-team/spl
18
19 Package: spl-dkms
20 Architecture: all
21 Depends: dkms (>> 2.2.1.0),
22 file,
23 libc-dev,
24 libelf-dev,
25 lsb-release,
26 ${misc:Depends}
27 Suggests: spl (>= ${source:Upstream-Version}),
28 @LINUX_COMPAT@
29 Conflicts: spl (<< 0.7.9~)
30 Provides: spl-modules
31 Description: 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
48 Package: spl
49 Architecture: linux-any
50 Conflicts: spl-dev, splat
51 Depends: ${misc:Depends}, ${shlibs:Depends}
52 Recommends: spl-modules | spl-dkms
53 Description: 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.