update changelog format
This commit is contained in:
parent
f3ae9ca43f
commit
11beff06c4
6 changed files with 1772 additions and 1166 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -3,5 +3,5 @@
|
|||
url = https://github.com/openzfs/zfs.git
|
||||
[submodule "linux"]
|
||||
path = linux
|
||||
url = https://git.proxmox.com/git/mirror_ubuntu-kernels.git
|
||||
url = https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
|
||||
|
||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
pve-kernel (5.15.123) generic; urgency=medium
|
||||
|
||||
* Update to Linux 5.15.123
|
||||
|
||||
-- Jiangcuo <jiangcuo@bingsin.com> Wed, 02 Aug 2023 11:51:37 +0800
|
||||
|
||||
pve-kernel (5.15.107) generic; urgency=medium
|
||||
|
||||
* Update to Linux 5.15.107
|
||||
|
|
2828
debian/config/config.pve
vendored
2828
debian/config/config.pve
vendored
File diff suppressed because it is too large
Load diff
98
debian/control
vendored
Normal file
98
debian/control
vendored
Normal file
|
@ -0,0 +1,98 @@
|
|||
Source: pve-kernel
|
||||
Section: devel
|
||||
Priority: optional
|
||||
Maintainer: Jiang Cuo <jiangcuo@bingsin.com>
|
||||
Build-Depends: asciidoc,
|
||||
automake,
|
||||
bc,
|
||||
bison,
|
||||
cpio,
|
||||
debhelper (>= 10~),
|
||||
dwarves (>= 1.16),
|
||||
flex,
|
||||
gcc (>= 8.3.0-6),
|
||||
git,
|
||||
kmod,
|
||||
libdw-dev,
|
||||
libelf-dev,
|
||||
libiberty-dev,
|
||||
libnuma-dev,
|
||||
libslang2-dev,
|
||||
libssl-dev,
|
||||
lz4,
|
||||
python3-minimal,
|
||||
python3-dev,
|
||||
quilt,
|
||||
rsync,
|
||||
xmlto,
|
||||
zlib1g-dev,
|
||||
zstd
|
||||
Build-Conflicts: pve-headers-5.15.123-generic,
|
||||
Vcs-Git: git://github.com/jiangcuo/pve-arm64-kernel
|
||||
Vcs-Browser: https://github.com/jiangcuo/pve-arm64-kernel
|
||||
|
||||
Package: linux-tools-5.15
|
||||
Architecture: arm64
|
||||
Section: devel
|
||||
Priority: optional
|
||||
Depends: linux-base,
|
||||
${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
Description: Linux kernel version specific tools for version 5.15
|
||||
This package provides the architecture dependent parts for kernel
|
||||
version locked tools (such as perf and x86_energy_perf_policy)
|
||||
|
||||
Package: pve-headers-5.15-generic
|
||||
Architecture: any
|
||||
Section: admin
|
||||
Priority: optional
|
||||
Depends: pve-headers-5.15.123-generic,
|
||||
Description: Latest Proxmox Edge Kernel Headers
|
||||
This is a metapackage which will install the kernel headers
|
||||
for the latest available Proxmox Edge kernel from the 5.15
|
||||
series.
|
||||
|
||||
Package: pve-kernel-5.15-generic
|
||||
Architecture: arm64
|
||||
Section: admin
|
||||
Priority: optional
|
||||
Depends: pve-firmware,
|
||||
pve-kernel-5.15.123-generic,
|
||||
Description: Latest Proxmox Edge Kernel Image
|
||||
This is a metapackage which will install the latest available
|
||||
Proxmox Edge kernel from the 5.15 series.
|
||||
|
||||
Package: pve-headers-5.15.123-generic
|
||||
Section: devel
|
||||
Priority: optional
|
||||
Architecture: arm64
|
||||
Provides: linux-headers,
|
||||
linux-headers-2.6,
|
||||
Depends:
|
||||
Description: The Proxmox Edge Kernel Headers
|
||||
This package contains the Proxmox Edge Linux kernel headers
|
||||
|
||||
Package: pve-kernel-5.15.123-generic
|
||||
Section: admin
|
||||
Priority: optional
|
||||
Architecture: arm64
|
||||
Provides: linux-image,
|
||||
linux-image-2.6,
|
||||
Suggests: pve-firmware,
|
||||
Depends: busybox,
|
||||
initramfs-tools,
|
||||
Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub-efi-arm64,
|
||||
Description: The Proxmox PVE Kernel Image
|
||||
This package contains the Linux kernel and initial ramdisk used for booting
|
||||
|
||||
Package: pve-kernel-libc-dev
|
||||
Section: devel
|
||||
Priority: optional
|
||||
Architecture: arm64
|
||||
Provides: linux-libc-dev,
|
||||
Conflicts: linux-libc-dev,
|
||||
Replaces: linux-libc-dev,
|
||||
Depends: ${misc:Depends}
|
||||
Description: Linux support headers for userspace development
|
||||
This package provides userspaces headers from the Linux kernel. These headers
|
||||
are used by the installed headers for GNU libc and other system libraries.
|
2
linux
2
linux
|
@ -1 +1 @@
|
|||
Subproject commit 39b1ad2696b8e76f7e33aae243d20117c70b5d50
|
||||
Subproject commit 09996673e3139a6d86fc3d95c852b3a020e2fe5f
|
2
zfs
2
zfs
|
@ -1 +1 @@
|
|||
Subproject commit e25f9131d679692704c11dc0c1df6d4585b70c35
|
||||
Subproject commit 86783d7d92cf7a859464719a917fdff845b9a9e1
|
Loading…
Reference in a new issue