[pve-devel] [PATCH kernel 2/2] drop dependency on pve-kernel-xx for pve-header-xx

Fabian Grünbichler f.gruenbichler at proxmox.com
Mon Jun 13 13:50:00 CEST 2016


usually, the headers should be installed before the kernel
image, not the other way round, and neither depends on the
other.
---
 headers-control.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/headers-control.in b/headers-control.in
index ae8bc33..efccbe2 100644
--- a/headers-control.in
+++ b/headers-control.in
@@ -4,7 +4,7 @@ Section: devel
 Priority: optional
 Architecture: amd64
 Provides: linux-headers, linux-headers-2.6
-Depends: coreutils | fileutils (>= 4.0), pve-kernel- at KVNAME@
+Depends: coreutils | fileutils (>= 4.0)
 Maintainer: Proxmox Support Team <support at proxmox.com>
 Description: The Proxmox PVE Kernel Headers
  This package contains the linux kernel headers
-- 
2.1.4





More information about the pve-devel mailing list