]> git.proxmox.com Git - pve-kernel.git/blobdiff - debian/control.in
make unregister_netdev error less of a PITA
[pve-kernel.git] / debian / control.in
index c3c1348a174592cfc78b2ff9519477596bb3ee60..b9809f16c97dcefdca14ae0565cc3f866712230c 100644 (file)
@@ -8,9 +8,10 @@ Build-Depends: asciidoc-base,
                bison,
                cpio,
                debhelper (>= 10~),
+               dh-python,
                file,
                flex,
-               gcc-6 (>= 6.3.0-18+deb9u1),
+               gcc (>= 8.3.0-6),
                git,
                kmod,
                libdw-dev,
@@ -22,10 +23,12 @@ Build-Depends: asciidoc-base,
                libssl-dev,
                libtool,
                lintian,
+               lz4,
                perl-modules,
                python-minimal,
                rsync,
                sed,
+               sphinx-common,
                tar,
                xmlto,
                zlib1g-dev,
@@ -62,7 +65,19 @@ 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,
+Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub-efi-arm64,
 Description: The Proxmox PVE Kernel Image
  This package contains the linux kernel and initial ramdisk used for booting
+
+Package: pve-kernel-libc-dev
+Section: devel
+Priority: optional
+Architecture: any
+Provides: linux-libc-dev,
+Conflicts: linux-libc-dev,
+Replaces: linux-libc-dev,
+Depends: ${misc:Depends}
+Description: Linux support headers for userspace development
+ This package provides userspaces headers from the Linux kernel.  These headers
+ are used by the installed headers for GNU libc and other system libraries.