summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-12-13 10:33:02 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-12-13 10:33:02 (EST)
commitac332d9d61c3f4d621587511d38392bccaa1275c (patch)
tree8d68c1f3840338c95f8b44224e5e28c323f88f6c
parentbf68e264aeff547f4df5cb051c5ad353fa9ee9f8 (diff)
Organize packages into sections.
-rw-r--r--changelog1
-rw-r--r--control4
-rw-r--r--lilo-doc.pkg/control1
-rw-r--r--lilo-image-inside.pkg/control1
-rw-r--r--lilo-image-onlyblue.pkg/control1
-rw-r--r--lilo-image-tuxlogo.pkg/control1
-rw-r--r--lilo.pkg/control1
7 files changed, 9 insertions, 1 deletions
diff --git a/changelog b/changelog
index 70165ab..baf119c 100644
--- a/changelog
+++ b/changelog
@@ -3,6 +3,7 @@ lilo (24.2-2) trunk
* Use an included "/usr/libexec/lilo/blkid" utility instead of "od" to
read the MBR disk signature.
* Update Maintainer and Homepage.
+ * Organize packages into sections.
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Sun, 13 Dec 2020 10:18:41 -0500
diff --git a/control b/control
index 041a22c..69b13d9 100644
--- a/control
+++ b/control
@@ -1,3 +1,5 @@
Maintainer: Patrick McDermott <patrick.mcdermott@libiquity.com>
-Build-Depends: opkhelper-3.0, bin86, gpg, dirmngr,
+Build-Depends: opkbuild (>= 4.2.0), opkhelper-3.0,
+ bin86,
+ gpg, dirmngr,
Homepage: https://www.joonet.de/lilo/
diff --git a/lilo-doc.pkg/control b/lilo-doc.pkg/control
index f749fb2..9d21992 100644
--- a/lilo-doc.pkg/control
+++ b/lilo-doc.pkg/control
@@ -1,5 +1,6 @@
Architecture: all
Platform: all
+Section: share
Depends: lilo (>= ${Source-Version})
Description: LILO boot loader for Linux - documentation
${Common-Description}
diff --git a/lilo-image-inside.pkg/control b/lilo-image-inside.pkg/control
index 49825e2..3bc427a 100644
--- a/lilo-image-inside.pkg/control
+++ b/lilo-image-inside.pkg/control
@@ -1,5 +1,6 @@
Architecture: all
Platform: all
+Section: share
Depends: lilo (>= ${Source-Version})
Description: LILO boot loader for Linux - "inside" background image
${Common-Description}
diff --git a/lilo-image-onlyblue.pkg/control b/lilo-image-onlyblue.pkg/control
index c316e11..1381011 100644
--- a/lilo-image-onlyblue.pkg/control
+++ b/lilo-image-onlyblue.pkg/control
@@ -1,5 +1,6 @@
Architecture: all
Platform: all
+Section: share
Depends: lilo (>= ${Source-Version})
Description: LILO boot loader for Linux - "onlyblue" background image
${Common-Description}
diff --git a/lilo-image-tuxlogo.pkg/control b/lilo-image-tuxlogo.pkg/control
index 39833ef..a555ac3 100644
--- a/lilo-image-tuxlogo.pkg/control
+++ b/lilo-image-tuxlogo.pkg/control
@@ -1,5 +1,6 @@
Architecture: all
Platform: all
+Section: share
Depends: lilo (>= ${Source-Version})
Description: LILO boot loader for Linux - "tuxlogo" background image
${Common-Description}
diff --git a/lilo.pkg/control b/lilo.pkg/control
index 3ca45ee..c94224f 100644
--- a/lilo.pkg/control
+++ b/lilo.pkg/control
@@ -1,5 +1,6 @@
Architecture: amd64-linux-any i686-linux-any
Platform: all
+Section: boot
Depends: config-lilo
Description: LILO boot loader for Linux
${Common-Description}