control.in 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. Source: pve-kernel
  2. Section: devel
  3. Priority: optional
  4. Maintainer: Fabian Mastenbroek <[email protected]>
  5. Build-Depends: asciidoc,
  6. automake,
  7. bc,
  8. bison,
  9. cpio,
  10. debhelper (>= 10~),
  11. dwarves (>= 1.16),
  12. flex,
  13. gcc (>= 8.3.0-6),
  14. git,
  15. kmod,
  16. libdw-dev,
  17. libelf-dev,
  18. libiberty-dev,
  19. libnuma-dev,
  20. libslang2-dev,
  21. libssl-dev,
  22. lz4,
  23. python3-minimal,
  24. python3-dev,
  25. quilt,
  26. rsync,
  27. xmlto,
  28. zlib1g-dev,
  29. zstd
  30. Build-Conflicts: pve-headers-@KVNAME@,
  31. Vcs-Git: git://github.com/fabianishere/pve-edge-kernel.git
  32. Vcs-Browser: https://github.com/fabianishere/pve-edge-kernel
  33. Package: linux-tools-@KVMAJMIN@
  34. Architecture: any
  35. Section: devel
  36. Priority: optional
  37. Depends: linux-base,
  38. ${misc:Depends},
  39. ${shlibs:Depends},
  40. Description: Linux kernel version specific tools for version @KVMAJMIN@
  41. This package provides the architecture dependent parts for kernel
  42. version locked tools (such as perf and x86_energy_perf_policy)
  43. Package: pve-headers-@KVMAJMIN@-edge
  44. Architecture: all
  45. Section: admin
  46. Priority: optional
  47. Depends: pve-headers-@KVNAME@,
  48. Description: Latest Proxmox Edge Kernel Headers
  49. This is a metapackage which will install the kernel headers
  50. for the latest available Proxmox Edge kernel from the @KVMAJMIN@
  51. series.
  52. Package: pve-kernel-@KVMAJMIN@-edge
  53. Architecture: all
  54. Section: admin
  55. Priority: optional
  56. Depends: pve-firmware,
  57. pve-kernel-@KVNAME@,
  58. Description: Latest Proxmox Edge Kernel Image
  59. This is a metapackage which will install the latest available
  60. Proxmox Edge kernel from the @KVMAJMIN@ series.
  61. Package: pve-headers-@KVNAME@
  62. Section: devel
  63. Priority: optional
  64. Architecture: any
  65. Provides: linux-headers,
  66. linux-headers-2.6,
  67. Depends:
  68. Description: The Proxmox Edge Kernel Headers
  69. This package contains the Proxmox Edge Linux kernel headers
  70. Package: pve-kernel-@KVNAME@
  71. Section: admin
  72. Priority: optional
  73. Architecture: any
  74. Provides: linux-image,
  75. linux-image-2.6,
  76. Suggests: pve-firmware,
  77. Depends: busybox,
  78. initramfs-tools,
  79. Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub-efi-arm64,
  80. Description: The Proxmox PVE Kernel Image
  81. This package contains the Linux kernel and initial ramdisk used for booting
  82. Package: pve-kernel-libc-dev
  83. Section: devel
  84. Priority: optional
  85. Architecture: any
  86. Provides: linux-libc-dev,
  87. Conflicts: linux-libc-dev,
  88. Replaces: linux-libc-dev,
  89. Depends: ${misc:Depends}
  90. Description: Linux support headers for userspace development
  91. This package provides userspaces headers from the Linux kernel. These headers
  92. are used by the installed headers for GNU libc and other system libraries.