mirror of
				https://git.proxmox.com/git/mirror_zfs.git
				synced 2025-10-26 18:05:04 +03:00 
			
		
		
		
	 8ed62440ef
			
		
	
	
		8ed62440ef
		
			
		
	
	
	
	
		
			
			On Debian and Ubuntu and friends, you get something like "linux-image-$(uname -r)" and "linux-headers-$(uname -r)" you can put a Depends on. On Raspberry Pi OS, you get "raspberrypi-kernel" and "raspberrypi-kernel-headers", with version numbers like 20230411. There is not, as far as I can tell, a reasonable way to map that to a kernel version short of reaching out and digging around in the changelogs or Makefile, so just special-case it so the packages don't fail to install at install time. They still might not build if the versions don't match, but I don't see a way to do anything about that... Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Rich Ercolani <rincebrain@gmail.com> Closes #14745 Closes #14747
		
			
				
	
	
		
			34 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| Source: openzfs-linux
 | |
| Section: contrib/kernel
 | |
| Priority: optional
 | |
| Maintainer: ZFS on Linux specific mailing list <zfs-discuss@list.zfsonlinux.org>
 | |
| Build-Depends: debhelper-compat (= 10),
 | |
|                dkms (>> 2.1.1.2-5),
 | |
|                libtool,
 | |
|                linux-headers-_KVERS_ | raspberrypi-kernel-headers
 | |
| Standards-Version: 4.3.0
 | |
| Homepage: http://www.openzfs.org/
 | |
| Vcs-Git: https://github.com/openzfs/zfs.git
 | |
| Vcs-Browser: https://github.com/openzfs/zfs
 | |
| 
 | |
| Package: openzfs-zfs-modules-_KVERS_
 | |
| Architecture: _ARCH_
 | |
| Provides: openzfs-zfs-modules
 | |
| Depends: linux-image-_KVERS_ | raspberrypi-kernel
 | |
| Recommends: openzfsutils
 | |
| Replaces: zfs-modules-_KVERS_
 | |
| Conflicts: zfs-modules-_KVERS_
 | |
| Description: OpenZFS filesystem kernel modules for Linux (kernel _KVERS_)
 | |
|  An advanced integrated volume manager and filesystem that is designed for
 | |
|  performance and data integrity. Snapshots, clones, checksums, deduplication,
 | |
|  compression, and RAID redundancy are built-in features.
 | |
|  .
 | |
|  This package contains the compiled kernel module for _KVERS_
 | |
|  .
 | |
|  Includes the SPA, DMU, ZVOL, and ZPL components of OpenZFS.
 | |
|  .
 | |
|  If you have compiled your own kernel, you will most likely need to build
 | |
|  your own zfs-modules. The zfs-source package has been
 | |
|  provided for use with the Debian kernel-package utility to produce a
 | |
|  version of zfs-module for your kernel.
 |