diff options
-rw-r--r-- | changelog | 1 | ||||
-rw-r--r-- | control | 2 | ||||
-rw-r--r-- | linux-common.pkg/control | 1 | ||||
-rw-r--r-- | linux-image.pkg/control | 1 | ||||
-rw-r--r-- | linux-sysmap.pkg/control | 1 |
5 files changed, 5 insertions, 1 deletions
@@ -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 <patrick.mcdermott@libiquity.com> Fri, 28 Jun 2019 18:50:56 -0400 @@ -1,5 +1,5 @@ Maintainer: Patrick McDermott <patrick.mcdermott@libiquity.com> -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. |