summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-12-13 10:36:49 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-12-13 10:37:23 (EST)
commitcd0f0939fd24aba8e536012ef0c2a096ab914c0f (patch)
treebe34b5169b845375ef2efd0715e103a14ef7eee2
parentac332d9d61c3f4d621587511d38392bccaa1275c (diff)
lilo: Use automatic shared library dependencies
-rwxr-xr-xbuild1
-rw-r--r--changelog2
-rw-r--r--control2
-rw-r--r--lilo.pkg/control2
-rw-r--r--lilo.pkg/files1
5 files changed, 6 insertions, 2 deletions
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 <patrick.mcdermott@libiquity.com> 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 <patrick.mcdermott@libiquity.com>
-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/