]> git.proxmox.com Git - pve-kernel.git/blobdiff - debian/control.in
d/control: automatically replace linux tools maj.min version
[pve-kernel.git] / debian / control.in
index dd1f33dddfaad0226677edcaa5682e79b070e66b..997c6823dd9cb1ea3035c7f1b6c88c965661a5dc 100644 (file)
@@ -1,31 +1,52 @@
-Package: pve-kernel-@KVNAME@
-Version: @KERNEL_VER@-@PKGREL@
-Section: admin
+Source: pve-kernel
+Section: devel
 Priority: optional
-Architecture: @ARCH@
-Provides: linux-image, linux-image-2.6
-Suggests: pve-firmware
-Depends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub-efi-arm64, initramfs-tools, busybox
 Maintainer: Proxmox Support Team <support@proxmox.com>
-Description: The Proxmox PVE Kernel Image
- This package contains the linux kernel and initial ramdisk used for booting
+Build-Depends: asciidoc,
+               bc,
+               bison,
+               flex,
+               gcc-6 (>= 6.3.0-18+deb9u1),
+               libiberty-dev,
+               libssl-dev,
+               lintian,
+               sed,
+               tar,
+               xmlto,
+Build-Conflicts: pve-headers-@KVNAME@,
+Vcs-Git: git://git.proxmox.com/git/pve-kernel
+Vcs-Browser: https://git.proxmox.com/?p=pve-kernel.git
+
+Package: linux-tools-@KVMAJMIN@
+Architecture: any
+Section: devel
+Priority: optional
+Depends: linux-base,
+         ${misc:Depends},
+         ${shlibs:Depends},
+Description: Linux kernel version specific tools for version @KVMAJMIN@
+ This package provides the architecture dependent parts for kernel
+ version locked tools (such as perf and x86_energy_perf_policy)
 
 Package: pve-headers-@KVNAME@
-Version: @KERNEL_VER@-@PKGREL@
 Section: devel
 Priority: optional
-Architecture: @ARCH@
-Provides: linux-headers, linux-headers-2.6
-Depends: coreutils | fileutils (>= 4.0)
-Maintainer: Proxmox Support Team <support@proxmox.com>
+Architecture: any
+Provides: linux-headers,
+          linux-headers-2.6,
+Depends: coreutils | fileutils (>= 4.0),
 Description: The Proxmox PVE Kernel Headers
  This package contains the linux kernel headers
 
-Package: linux-tools-4.13
-Architecture: any
-Section: devel
+Package: pve-kernel-@KVNAME@
+Section: admin
 Priority: optional
-Depends: ${misc:Depends}, ${shlibs:Depends}, linux-base
-Description: Linux kernel version specific tools for version 4.13
- This package provides the architecture dependent parts for kernel
- version locked tools (such as perf and x86_energy_perf_policy)
+Architecture: any
+Provides: linux-image,
+          linux-image-2.6,
+Suggests: pve-firmware,
+Depends: busybox,
+         grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub-efi-arm64,
+         initramfs-tools,
+Description: The Proxmox PVE Kernel Image
+ This package contains the linux kernel and initial ramdisk used for booting