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-libc-dev.pkg/control | 1 | ||||
-rw-r--r-- | linux-sysmap.pkg/control | 1 |
6 files changed, 6 insertions, 1 deletions
@@ -6,6 +6,7 @@ linux-libre (3.10.108+gnu-1) trunk upstream versions. - config-base packages should depend on the platform's versioned linux-image* package. + * Organize packages into sections. -- Patrick McDermott <patrick.mcdermott@libiquity.com> Tue, 08 Dec 2020 02:31:33 -0500 @@ -1,4 +1,4 @@ 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 Homepage: https://www.fsfla.org/ikiwiki/selibre/linux-libre/index.en.html 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 2ead711..7eaebff 100644 --- a/linux-image.pkg/control +++ b/linux-image.pkg/control @@ -1,5 +1,6 @@ Architecture: any-linux-any Platform: !dev +Section: boot Depends: linux-common (>= ${Source-Version}) Description: Linux image This package provides a Linux kernel image. diff --git a/linux-libc-dev.pkg/control b/linux-libc-dev.pkg/control index 647ad47..29f3228 100644 --- a/linux-libc-dev.pkg/control +++ b/linux-libc-dev.pkg/control @@ -1,5 +1,6 @@ Architecture: any-linux-any Platform: all +Section: libdev Depends: linux-common (>= ${Source-Version}) Description: Linux support headers for userspace development This package provides headers that define interfaces for userspace libraries diff --git a/linux-sysmap.pkg/control b/linux-sysmap.pkg/control index 6d74c0d..2efc02b 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. |