]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
UBUNTU: [Packaging] Build only linux-libc-dev for i386
authorSeth Forshee <seth.forshee@canonical.com>
Thu, 3 Oct 2019 12:17:02 +0000 (07:17 -0500)
committerSeth Forshee <seth.forshee@canonical.com>
Thu, 3 Oct 2019 21:55:43 +0000 (16:55 -0500)
BugLink: https://bugs.launchpad.net/bugs/1846508
Even though we aren't producing i386 kernels anymore, we still
need to produce a linux-libc-dev package. Re-enable building only
this package for i386.

Acked-by: Andrea Righi <andrea.righi@canonical.com>
Acked-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
debian.master/control.stub.in
debian.master/rules.d/i386.mk

index c19ede1d451c993f9c218315a5a946b9b9757a49..bf0a9f57bc67a2ae80e065f5a6037ad87f3839e0 100644 (file)
@@ -104,7 +104,7 @@ Description: Header files related to Linux kernel version PKGVER
  /usr/share/doc/SRCPKGNAME-headers-PKGVER-ABINUM/debian.README.gz for details
 
 Package: SRCPKGNAME-libc-dev
-Architecture: amd64 armhf arm64 ppc64el s390x
+Architecture: amd64 armhf arm64 i386 ppc64el s390x
 Depends: ${misc:Depends}
 Conflicts: SRCPKGNAME-kernel-headers
 Replaces: SRCPKGNAME-kernel-headers
index 06ac6ea335639a1957cd1cb7432638b1047b6f96..a0c64b72864be948497bfc86eca31748bacdf0a2 100644 (file)
@@ -9,12 +9,11 @@ install_file  = vmlinuz
 loader         = grub
 vdso           = vdso_install
 no_dumpfile    = true
-do_tools_usbip  = true
-do_tools_cpupower = true
-do_tools_perf   = true
-do_tools_perf_jvmti = true
-do_tools_bpftool = true
-do_tools_x86   = true
-do_tools_hyperv = true
-do_extras_package = true
-do_dkms_vbox    = true
+do_flavour_image_package = false
+do_tools       = false
+do_tools_common        = false
+do_extras_package = false
+do_source_package = false
+do_doc_package = false
+do_flavour_header_package = false
+do_common_headers_indep = false