diff options
-rw-r--r-- | changelog | 1 | ||||
-rw-r--r-- | control | 4 | ||||
-rw-r--r-- | lilo-doc.pkg/control | 1 | ||||
-rw-r--r-- | lilo-image-inside.pkg/control | 1 | ||||
-rw-r--r-- | lilo-image-onlyblue.pkg/control | 1 | ||||
-rw-r--r-- | lilo-image-tuxlogo.pkg/control | 1 | ||||
-rw-r--r-- | lilo.pkg/control | 1 |
7 files changed, 9 insertions, 1 deletions
@@ -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 @@ -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} |