From 30ba10e1cb4fb05eab7c96a9b9120f6ed4808d27 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Fri, 06 Nov 2020 07:47:17 -0500 Subject: Organize packages into sections linux-libc-dev will need to be split into arch:all and arch:any-linux-any packages. --- diff --git a/changelog b/changelog index c808565..11d0f13 100644 --- a/changelog +++ b/changelog @@ -14,6 +14,7 @@ linux-libre-4.19 (4.19.56+gnu-1) trunk century byte in NVRAM/CMOS. * Add libncurses.6-dev and terminfo to Build-Depends for convenience when building and running upstream mconf (menuconfig). + * Organize packages into sections. -- Patrick McDermott Fri, 28 Jun 2019 18:50:56 -0400 diff --git a/control b/control index f31abfc..c03c989 100644 --- a/control +++ b/control @@ -1,5 +1,5 @@ Maintainer: Patrick McDermott -Build-Depends: opkbuild (>= 4.0.0), opkhelper-3.0, gpg, dirmngr, +Build-Depends: opkbuild (>= 4.2.0), opkhelper-3.0, gpg, dirmngr, config-linux-libre-${Host-Plat}, bc, xz, pkgconf, libncurses.6-dev, terminfo, bison, flex, diff --git a/linux-common.pkg/control b/linux-common.pkg/control index f335388..5fdf051 100644 --- a/linux-common.pkg/control +++ b/linux-common.pkg/control @@ -1,4 +1,5 @@ Architecture: all Platform: all +Section: share Description: Linux-libre common files This package provides documentation for the linux-libre source package. diff --git a/linux-image.pkg/control b/linux-image.pkg/control index 9668906..6c4ac5b 100644 --- a/linux-image.pkg/control +++ b/linux-image.pkg/control @@ -1,6 +1,7 @@ Architecture: any-linux-any Platform: !dev Essential: yes +Section: boot Depends: linux-common (= ${Source-Version}) Description: Linux image This package provides a Linux kernel image. diff --git a/linux-sysmap.pkg/control b/linux-sysmap.pkg/control index 6d73ff5..ad4e07a 100644 --- a/linux-sysmap.pkg/control +++ b/linux-sysmap.pkg/control @@ -1,5 +1,6 @@ Architecture: any-linux-any Platform: !dev +Section: boot Depends: linux-common (= ${Source-Version}), linux-image (= ${Binary-Version}) Description: Linux symbol table This package provides a System.map symbol table file for the Linux image. -- cgit v0.9.1