summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-06-24 23:32:00 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-06-24 23:32:00 (EDT)
commitb7eb8e209b4d3b8e50971089e9786996d3bf9762 (patch)
tree889d9e389c795c81eacf087ee608b77e30dcb2f0
parentacf1becd437e9f1af0c212dd10632c5b7200225d (diff)
gawk: Use oh-shlibdeps
-rwxr-xr-xbuild1
-rw-r--r--changelog1
-rw-r--r--control2
-rw-r--r--gawk.pkg/control2
4 files changed, 4 insertions, 2 deletions
diff --git a/build b/build
index 46799d3..63199b7 100755
--- a/build
+++ b/build
@@ -26,3 +26,4 @@ install: build
oh-fixperms
oh-strip
oh-installfiles
+ oh-shlibdeps
diff --git a/changelog b/changelog
index f02eebe..7316bda 100644
--- a/changelog
+++ b/changelog
@@ -3,6 +3,7 @@ gawk (5.0.0-1) trunk
* New upstream version.
* Update Maintainer.
* Update readline and ncurses build dependencies.
+ * gawk: Use automatic shared library dependencies.
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Mon, 24 Jun 2019 23:16:17 -0400
diff --git a/control b/control
index c71bff0..4bef558 100644
--- a/control
+++ b/control
@@ -1,5 +1,5 @@
Maintainer: Patrick McDermott <patrick.mcdermott@libiquity.com>
-Build-Depends: opkbuild (>= 4.0.0), opkhelper-3.0, gpg, dirmngr,
+Build-Depends: opkbuild (>= 4.0.1), opkhelper-3.0 (>= 3.1.2), gpg, dirmngr,
libgmp-dev, libmpfr-dev,
libreadline.8-dev, libncurses.6-dev,
libsigsegv-dev,
diff --git a/gawk.pkg/control b/gawk.pkg/control
index eaed4a9..28f29b2 100644
--- a/gawk.pkg/control
+++ b/gawk.pkg/control
@@ -1,5 +1,5 @@
Architecture: any
Platform: all
-Depends: libgmp.10, libmpfr.4, libreadline.6, libtinfo.5, libsigsegv.2
+Depends: ${Shlib-Depends}
Description: GNU Awk, a pattern scanning and processing language
${Common-Description}