From b7eb8e209b4d3b8e50971089e9786996d3bf9762 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 24 Jun 2019 23:32:00 -0400 Subject: gawk: Use oh-shlibdeps --- 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 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 -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} -- cgit v0.9.1