]> git.proxmox.com Git - mirror_spl-debian.git/blob - debian/control.modules.in
d/control: migrate to alioth-lists (Closes: #899692)
[mirror_spl-debian.git] / debian / control.modules.in
1 Source: spl-linux
2 Section: kernel
3 Priority: extra
4 Maintainer: Debian ZFS on Linux maintainers <pkg-zfsonlinux-devel@alioth-lists.debian.net>
5 Build-Depends: autoconf,
6 autogen,
7 automake,
8 autotools-dev,
9 debhelper (>= 7.4),
10 dkms (>> 2.1.1.2-5),
11 libtool,
12 linux-headers-_KVERS_,
13 linux-headers-_KVERS_-common
14 Standards-Version: 4.1.2
15 Homepage: http://www.zfsonlinux.org/
16 Vcs-Git: git@salsa.debian.org:zfsonlinux-team/spl.git
17 Vcs-Browser: https://salsa.debian.org/zfsonlinux-team/spl.git
18
19 Package: spl-modules-_KVERS_
20 Architecture: _ARCH_
21 Provides: spl-modules
22 Depends: linux-image-_KVERS_
23 Suggests: spl (>= ${source:Upstream-Version})
24 Description: Solaris Porting Layer kernel modules for Linux (kernel _KVERS_)
25 The Solaris Porting Layer (SPL) is a Linux kernel module which provides
26 many of the Solaris kernel APIs. This shim layer makes it possible to
27 run Solaris kernel code in the Linux kernel with relatively minimal
28 modification.
29 .
30 This package contains the compiled kernel module for _KVERS_
31 .
32 If you have compiled your own kernel, you will most likely need to build
33 your own spl-modules. The spl-source package has been
34 provided for use with the Debian kernel-package utility to produce a
35 version of spl-module for your kernel.
36
37 Package: spl-modules-_KVERS_-di
38 Package-Type: udeb
39 Provides: spl-modules-_KVERS_-udeb
40 Section: debian-installer
41 Architecture: _ARCH_
42 Depends: zlib-modules-_KVERS_-di, ${misc:Depends}, ${shlibs:Depends}
43 Description: Solaris Porting Layer kernel modules for Linux (debian-installar version for kernel _KVERS_)
44 The Solaris Porting Layer (SPL) is a Linux kernel module which provides
45 many of the Solaris kernel APIs. This shim layer makes it possible to
46 run Solaris kernel code in the Linux kernel with relatively minimal
47 modification.
48 .
49 This package contains the compiled kernel module for _KVERS_
50 .
51 This is a minimal package for use in debian-installer.