control.in 2.4 KB

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