File: control

package info (click to toggle)
spl-linux 0.6.5.9-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,516 kB
  • ctags: 2,968
  • sloc: ansic: 16,104; sh: 4,909; makefile: 454; awk: 5
file content (58 lines) | stat: -rw-r--r-- 2,576 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Source: spl-linux
Section: kernel
Priority: optional
Maintainer: Debian ZFS on Linux maintainers <pkg-zfsonlinux-devel@lists.alioth.debian.org>
Uploaders: Aron Xu <aron@debian.org>,
           Carlos Alberto Lopez Perez <clopez@igalia.com>
Build-Depends: autogen,
               autotools-dev,
               debhelper (>= 9),
               dh-autoreconf,
               dkms (>> 2.2.0.2-1~),
               libtool
Standards-Version: 3.9.8
Homepage: http://www.zfsonlinux.org/
Vcs-Git: git://anonscm.debian.org/pkg-zfsonlinux/spl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-zfsonlinux/spl.git

Package: spl-dkms
Architecture: all
Depends: dkms (>> 2.2.1.0), file, libc-dev, lsb-release, ${misc:Depends}
Recommends: spl (>= ${source:Upstream-Version})
Provides: spl-modules
Description: Solaris Porting Layer kernel modules for Linux
 The Solaris Porting Layer (SPL) is a Linux kernel module which provides
 many of the Solaris kernel APIs. This shim layer makes it possible to
 run Solaris kernel code in the Linux kernel with relatively minimal
 modification. The Solaris Porting LAyer Tests (SPLAT) is a Linux kernel
 module which provides a testing harness for the SPL module.
 .
 SPL can be particularly useful when you want to track upstream Illumos
 (or any other OpenSolaris fork) development closely and don't want the
 overhead of maintaining a large patch which converts Solaris primitives
 to Linux primitives.
 .
 This package contains the source code for the SPL and SPLAT Linux kernel
 modules, which can be used with DKMS, so that local kernel modules are
 automatically built and installed every time the kernel packages are
 upgraded.

Package: spl
Architecture: linux-any
Conflicts: spl-dev, splat
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: spl-modules | spl-dkms
Description: Solaris Porting Layer user-space utilities for Linux
 The Solaris Porting Layer (SPL) is a Linux kernel module which provides
 many of the Solaris kernel APIs. This shim layer makes it possible to
 run Solaris kernel code in the Linux kernel with relatively minimal
 modification. The Solaris Porting LAyer Tests (SPLAT) is a Linux kernel
 module which provides a testing harness for the SPL module.
 .
 SPL can be particularly useful when you want to track upstream Illumos
 (or any other OpenSolaris fork) development closely and don't want the
 overhead of maintaining a large patch which converts Solaris primitives
 to Linux primitives.
 .
 This package includes the user space utilities needed to test and debug
 the SPL and SPLAT kernel modules.