[pve-devel] [PATCH zfsonlinux 5/8] d/control: remove transitional dummy package spl
Stoiko Ivanov
s.ivanov at proxmox.com
Mon Mar 31 15:41:25 CEST 2025
debian upstream did this in 2021, but I overlooked that back then[0].
[0] https://salsa.debian.org/zfsonlinux-team/zfs/-/commit/50841f137b225746a549d3dac98cc6b05a39e4dd
Signed-off-by: Stoiko Ivanov <s.ivanov at proxmox.com>
---
Makefile | 1 -
debian/control | 19 -------------------
2 files changed, 20 deletions(-)
diff --git a/Makefile b/Makefile
index 72accfdb3..4f27fca07 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,6 @@ ZFS_DEB2= $(ZFS_DEB_BINARY) \
libzfslinux-dev_$(DEB_VERSION)_amd64.deb \
python3-pyzfs_$(DEB_VERSION)_amd64.deb \
pyzfs-doc_$(DEB_VERSION)_all.deb \
-spl_$(DEB_VERSION)_all.deb \
zfs-initramfs_$(DEB_VERSION)_all.deb
DEBS= $(ZFS_DEB1) $(ZFS_DEB2) $(ZFS_DBG_DEBS)
diff --git a/debian/control b/debian/control
index b0640b360..6ee22da9e 100644
--- a/debian/control
+++ b/debian/control
@@ -267,22 +267,3 @@ Description: OpenZFS test infrastructure and support scripts
This package provides the OpenZFS test infrastructure for destructively
testing and validating a system using OpenZFS. It is entirely optional
and should only be installed and used in test environments.
-
-Package: spl
-Section: contrib/metapackages
-Architecture: all
-Depends: ${misc:Depends},
-Suggests: zfs-test
-Description: Solaris Porting Layer user-space utilities for Linux (dummy)
- 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 is a transitional dummy package. It can safely be removed.
--
2.39.5
More information about the pve-devel
mailing list