summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-11-06 07:47:17 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-11-06 07:51:29 (EST)
commit30ba10e1cb4fb05eab7c96a9b9120f6ed4808d27 (patch)
tree74526d9477b8662c0360690cf5a565a4f170afc9
parent4c737b43e8218da232cd89fcd68103b02cae4b42 (diff)
Organize packages into sections
linux-libc-dev will need to be split into arch:all and arch:any-linux-any packages.
-rw-r--r--changelog1
-rw-r--r--control2
-rw-r--r--linux-common.pkg/control1
-rw-r--r--linux-image.pkg/control1
-rw-r--r--linux-sysmap.pkg/control1
5 files changed, 5 insertions, 1 deletions
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 <patrick.mcdermott@libiquity.com> 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 <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.