mirror of
https://git.proxmox.com/git/mirror_spl-debian
synced 2025-10-04 21:47:07 +00:00
Reduce dependency on spl, and move documentation (Closes: #894608)
This commit is contained in:
parent
584c7384e3
commit
9f35a31f79
2
debian/control
vendored
2
debian/control
vendored
@ -23,7 +23,7 @@ Depends: dkms (>> 2.2.1.0),
|
|||||||
libelf-dev,
|
libelf-dev,
|
||||||
lsb-release,
|
lsb-release,
|
||||||
${misc:Depends}
|
${misc:Depends}
|
||||||
Recommends: spl (>= ${source:Upstream-Version}),
|
Suggests: spl (>= ${source:Upstream-Version}),
|
||||||
linux-libc-dev (< 4.16)
|
linux-libc-dev (< 4.16)
|
||||||
Provides: spl-modules
|
Provides: spl-modules
|
||||||
Description: Solaris Porting Layer kernel modules for Linux
|
Description: Solaris Porting Layer kernel modules for Linux
|
||||||
|
2
debian/control.in
vendored
2
debian/control.in
vendored
@ -23,7 +23,7 @@ Depends: dkms (>> 2.2.1.0),
|
|||||||
libelf-dev,
|
libelf-dev,
|
||||||
lsb-release,
|
lsb-release,
|
||||||
${misc:Depends}
|
${misc:Depends}
|
||||||
Recommends: spl (>= ${source:Upstream-Version}),
|
Suggests: spl (>= ${source:Upstream-Version}),
|
||||||
@LINUX_COMPAT@
|
@LINUX_COMPAT@
|
||||||
Provides: spl-modules
|
Provides: spl-modules
|
||||||
Description: Solaris Porting Layer kernel modules for Linux
|
Description: Solaris Porting Layer kernel modules for Linux
|
||||||
|
2
debian/control.modules.in
vendored
2
debian/control.modules.in
vendored
@ -20,7 +20,7 @@ Package: spl-modules-_KVERS_
|
|||||||
Architecture: _ARCH_
|
Architecture: _ARCH_
|
||||||
Provides: spl-modules
|
Provides: spl-modules
|
||||||
Depends: linux-image-_KVERS_
|
Depends: linux-image-_KVERS_
|
||||||
Recommends: spl (>= ${source:Upstream-Version})
|
Suggests: spl (>= ${source:Upstream-Version})
|
||||||
Description: Solaris Porting Layer kernel modules for Linux (kernel _KVERS_)
|
Description: Solaris Porting Layer kernel modules for Linux (kernel _KVERS_)
|
||||||
The Solaris Porting Layer (SPL) is a Linux kernel module which provides
|
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
|
many of the Solaris kernel APIs. This shim layer makes it possible to
|
||||||
|
1
debian/spl-dkms.install
vendored
1
debian/spl-dkms.install
vendored
@ -1,3 +1,4 @@
|
|||||||
usr/src
|
usr/src
|
||||||
usr/src/spl-*/AUTHORS usr/share/doc/spl-dkms/
|
usr/src/spl-*/AUTHORS usr/share/doc/spl-dkms/
|
||||||
usr/src/spl-*/DISCLAIMER usr/share/doc/spl-dkms/
|
usr/src/spl-*/DISCLAIMER usr/share/doc/spl-dkms/
|
||||||
|
usr/share/man/man5/spl-module-parameters.5
|
||||||
|
2
debian/spl.install
vendored
2
debian/spl.install
vendored
@ -1,2 +1,2 @@
|
|||||||
usr/sbin
|
usr/sbin
|
||||||
usr/share/man
|
usr/share/man/man1/splat.1
|
||||||
|
Loading…
Reference in New Issue
Block a user