summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-12-08 04:02:38 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-12-08 04:02:38 (EST)
commit1394603175bf6d3ee3930ae28cf0f3411418ce45 (patch)
treea7dd3c35e0c55cef682454176138f81d7042ef75
parenta024b4689ecd3acc5c9eae1e2e6660802883d4cb (diff)
Organize packages into sections
-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-libc-dev.pkg/control1
-rw-r--r--linux-sysmap.pkg/control1
6 files changed, 6 insertions, 1 deletions
diff --git a/changelog b/changelog
index 9cd3251..f5b9801 100644
--- a/changelog
+++ b/changelog
@@ -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
diff --git a/control b/control
index 2e54c6d..2bc3ed5 100644
--- a/control
+++ b/control
@@ -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.