From cd0f0939fd24aba8e536012ef0c2a096ab914c0f Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 13 Dec 2020 10:36:49 -0500 Subject: lilo: Use automatic shared library dependencies --- diff --git a/build b/build index 3c885b4..fc9b3b5 100755 --- a/build +++ b/build @@ -30,3 +30,4 @@ install: build oh-fixperms oh-strip oh-installfiles + oh-shlibdeps diff --git a/changelog b/changelog index baf119c..636c39a 100644 --- a/changelog +++ b/changelog @@ -4,6 +4,8 @@ lilo (24.2-2) trunk read the MBR disk signature. * Update Maintainer and Homepage. * Organize packages into sections. + * lilo: Use automatic shared library dependencies (for + "/usr/libexec/lilo/blkid"). -- Patrick McDermott Sun, 13 Dec 2020 10:18:41 -0500 diff --git a/control b/control index 69b13d9..830e4cf 100644 --- a/control +++ b/control @@ -1,5 +1,5 @@ Maintainer: Patrick McDermott -Build-Depends: opkbuild (>= 4.2.0), opkhelper-3.0, +Build-Depends: opkbuild (>= 4.2.0), opkhelper-3.0 (>= 3.1.3), bin86, gpg, dirmngr, Homepage: https://www.joonet.de/lilo/ diff --git a/lilo.pkg/control b/lilo.pkg/control index c94224f..8569094 100644 --- a/lilo.pkg/control +++ b/lilo.pkg/control @@ -1,6 +1,6 @@ Architecture: amd64-linux-any i686-linux-any Platform: all Section: boot -Depends: config-lilo +Depends: config-lilo, ${Shlib-Depends}, Description: LILO boot loader for Linux ${Common-Description} diff --git a/lilo.pkg/files b/lilo.pkg/files index 94e9aef..fd9eab7 100644 --- a/lilo.pkg/files +++ b/lilo.pkg/files @@ -1,2 +1,3 @@ /etc/kernel/ /sbin/ +/usr/libexec/ -- cgit v0.9.1