]> git.proxmox.com Git - proxmox-ve.git/commitdiff
re-add pve-headers meta-package
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 30 Apr 2018 09:01:32 +0000 (11:01 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 30 Apr 2018 09:12:00 +0000 (11:12 +0200)
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 <f.gruenbichler@proxmox.com>
Makefile
debian/control

index 1db3eb8662cc5bf09c638c8877bdcd2d74e2aead..5f3c15fb9d623a681226b5aaee40f0d12a6c2571 100644 (file)
--- 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
index 119b61209a71bd455beaa539fa82acd7ab527a5c..4aa10cf8d82c222730348a061f55311e6a022ee4 100644 (file)
@@ -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.