]> git.proxmox.com Git - mirror_spl-debian.git/blame - debian/control
Remove redundant ARCH
[mirror_spl-debian.git] / debian / control
CommitLineData
c168c73c
AX
1Source: spl-linux
2Section: kernel
3Priority: optional
4Maintainer: Debian ZFS on Linux maintainers <pkg-zfsonlinux-devel@lists.alioth.debian.org>
5Uploaders: Aron Xu <aron@debian.org>, Carlos Alberto Lopez Perez <clopez@igalia.com>
6Build-Depends: autotools-dev,
7 autoconf,
8 autogen,
9 automake,
10 debhelper (>= 9),
11 dkms (>> 2.1.1.2-5),
12 libtool,
13Standards-Version: 3.9.4
14Homepage: http://www.zfsonlinux.org/
15Vcs-Git: git://anonscm.debian.org/pkg-zfsonlinux/spl.git
16Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-zfsonlinux/spl.git
17
18Package: spl-dkms
19Architecture: all
20Depends: ${misc:Depends}, dkms (>> 2.1.1.2-5), lsb-release
21Recommends: spl (>= ${source:Upstream-Version})
22Description: Solaris Porting Layer kernel modules for Linux
23 The Solaris Porting Layer (SPL) is a Linux kernel module which provides
24 many of the Solaris kernel APIs. This shim layer makes it possible to
25 run Solaris kernel code in the Linux kernel with relatively minimal
26 modification. The Solaris Porting LAyer Tests (SPLAT) is a Linux kernel
27 module which provides a testing harness for the SPL module.
28 .
29 SPL can be particularly useful when you want to track upstream Illumos
30 (or any other OpenSolaris fork) development closely and don't want the
31 overhead of maintaining a large patch which converts Solaris primitives
32 to Linux primitives.
33 .
34 This package contains the source code for the SPL and SPLAT Linux kernel
35 modules, which can be used with DKMS, so that local kernel modules are
36 automatically built and installed every time the kernel packages are
37 upgraded.
38
39Package: spl
40Architecture: linux-any
41Conflicts: spl-dev
42Depends: ${shlibs:Depends}, ${misc:Depends}
43Recommends: spl-dkms
44Description: Solaris Porting Layer user-space utilities for Linux
45 The Solaris Porting Layer (SPL) is a Linux kernel module which provides
46 many of the Solaris kernel APIs. This shim layer makes it possible to
47 run Solaris kernel code in the Linux kernel with relatively minimal
48 modification. The Solaris Porting LAyer Tests (SPLAT) is a Linux kernel
49 module which provides a testing harness for the SPL module.
50 .
51 SPL can be particularly useful when you want to track upstream Illumos
52 (or any other OpenSolaris fork) development closely and don't want the
53 overhead of maintaining a large patch which converts Solaris primitives
54 to Linux primitives.
55 .
56 This package includes the user space utilities needed to test and debug
57 the SPL and SPLAT kernel modules.