diff options
-rw-r--r-- | bc.pkg/control | 3 | ||||
-rwxr-xr-x | build | 1 | ||||
-rw-r--r-- | changelog | 1 | ||||
-rw-r--r-- | control | 2 | ||||
-rw-r--r-- | dc.pkg/control | 2 |
5 files changed, 5 insertions, 4 deletions
diff --git a/bc.pkg/control b/bc.pkg/control index 9941f87..31279cd 100644 --- a/bc.pkg/control +++ b/bc.pkg/control @@ -1,6 +1,5 @@ Architecture: any Platform: all -Depends: bc-common (= ${Binary-Version}), - libreadline.6, libncurses.5, libtinfo.5 +Depends: bc-common (= ${Binary-Version}), ${Shlib-Depends} Description: Arbitrary precision calculator language ${Common-Description} @@ -21,3 +21,4 @@ install: build oh-fixperms oh-strip oh-installfiles + oh-shlibdeps @@ -2,6 +2,7 @@ bc (1.07.1-1) trunk * New upstream version. * Update Maintainer. + * bc, dc: Use automatic shared library dependencies. -- Patrick McDermott <patrick.mcdermott@libiquity.com> Sat, 08 Jun 2019 15:18:01 -0400 @@ -1,4 +1,4 @@ Maintainer: Patrick McDermott <patrick.mcdermott@libiquity.com> -Build-Depends: gpg, dirmngr, opkhelper-3.0, +Build-Depends: gpg, dirmngr, opkbuild (>= 4.0.1), opkhelper-3.0 (>= 3.1.2), libreadline-dev, Homepage: https://www.gnu.org/software/bc/ diff --git a/dc.pkg/control b/dc.pkg/control index 3a34b7a..d34fc0d 100644 --- a/dc.pkg/control +++ b/dc.pkg/control @@ -1,6 +1,6 @@ Architecture: any Platform: all -Depends: bc-common (= ${Binary-Version}) +Depends: bc-common (= ${Binary-Version}), ${Shlib-Depends} Description: Arbitrary precision calculator GNU dc is a reverse-polish desk calculator which supports unlimited precision arithmetic. It also allows you to define and call macros. |