From: Fabian Grünbichler Date: Mon, 30 Apr 2018 09:01:32 +0000 (+0200) Subject: re-add pve-headers meta-package X-Git-Url: https://git.proxmox.com/?p=proxmox-ve.git;a=commitdiff_plain;h=345b5fd1837436964c4a7c13c73fa71ffb246d39 re-add pve-headers meta-package to depend on pve-headers-4.15, which depends on the actual pve-headers-4.15.x-y-pve package. Signed-off-by: Fabian Grünbichler --- diff --git a/Makefile b/Makefile index 1db3eb8..5f3c15f 100644 --- a/Makefile +++ b/Makefile @@ -5,14 +5,16 @@ PKGREL=42 GITVERSION:=$(shell git rev-parse HEAD) PVE_DEB=${PACKAGE}_${RELEASE}-${PKGREL}_all.deb +PVE_HEADERS_DEB=pve-headers_${RELEASE}-${PKGREL}_all.deb BUILD_DIR=build -DEBS=${PVE_DEB} +DEBS=${PVE_DEB} ${PVE_HEADERS_DEB} all: deb deb: ${DEBS} +${PVE_HEADERS_DEB}: ${PVE_DEB} ${PVE_DEB}: debian rm -rf ${BUILD_DIR} mkdir -p ${BUILD_DIR}/debian diff --git a/debian/control b/debian/control index 119b612..4aa10cf 100644 --- a/debian/control +++ b/debian/control @@ -29,3 +29,9 @@ Description: The Proxmox Virtual Environment virtualization platform for running Virtual Appliances and Virtual Machines. This is a meta package which will install everything needed. + +Package: pve-headers +Architecture: all +Depends: pve-headers-4.15, +Description: Default Proxmox VE Kernel Headers + This is a virtual package which will install the kernel headers for the current default kernel.