summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-06-23 17:56:07 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-06-23 17:56:07 (EDT)
commit67434437e1add32ff582427991b2fb6780cb0d57 (patch)
tree24345680bbb23f435ca3fe808f8b78481a193156
parente70315f8d083ebd17c05541190b5f884f2adcd81 (diff)
libncurses, libncursesw, libtinfo.5, ncurses-bin: Use oh-shlibdeps
-rwxr-xr-xbuild1
-rw-r--r--changelog2
-rw-r--r--control2
-rw-r--r--libncurses.5.pkg/control2
-rw-r--r--libncursesw.5.pkg/control2
-rw-r--r--libtinfo.5.pkg/control2
-rw-r--r--ncurses-bin.pkg/control2
7 files changed, 8 insertions, 5 deletions
diff --git a/build b/build
index 752fa4f..0b94e74 100755
--- a/build
+++ b/build
@@ -62,3 +62,4 @@ install: build
mv dest/usr/share/terminfo/l/linux \
terminfo-linux.data/usr/share/terminfo/l/linux
oh-installfiles
+ oh-shlibdeps
diff --git a/changelog b/changelog
index 2166e3b..04b676c 100644
--- a/changelog
+++ b/changelog
@@ -2,6 +2,8 @@ ncurses (6.1-1) trunk
* New upstream version.
* Update Maintainer and Homepage.
+ * libncurses, libncursesw, libtinfo.5, ncurses-bin: Use automatic shared
+ library dependencies.
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Sun, 23 Jun 2019 17:20:04 -0400
diff --git a/control b/control
index f585366..d2700d9 100644
--- a/control
+++ b/control
@@ -1,3 +1,3 @@
Maintainer: Patrick McDermott <patrick.mcdermott@libiquity.com>
-Build-Depends: opkhelper-3.0, gpg, dirmngr
+Build-Depends: opkbuild (>= 4.0.1), opkhelper-3.0 (>= 3.1.2), gpg, dirmngr
Homepage: https://invisible-island.net/ncurses/
diff --git a/libncurses.5.pkg/control b/libncurses.5.pkg/control
index 6991772..8df0f35 100644
--- a/libncurses.5.pkg/control
+++ b/libncurses.5.pkg/control
@@ -1,6 +1,6 @@
Architecture: any
Platform: all
-Depends: libtinfo.5 (= ${Binary-Version})
+Depends: libtinfo.5 (= ${Binary-Version}), ${Shlib-Depends}
Description: curses library
The ncurses (new curses) library is a free software emulation of curses in
System V Release 4.0, and more. It uses terminfo format, supports pads and
diff --git a/libncursesw.5.pkg/control b/libncursesw.5.pkg/control
index 16d8b5f..8c1cd54 100644
--- a/libncursesw.5.pkg/control
+++ b/libncursesw.5.pkg/control
@@ -1,6 +1,6 @@
Architecture: any
Platform: all
-Depends: libtinfo.5 (= ${Binary-Version})
+Depends: libtinfo.5 (= ${Binary-Version}), ${Shlib-Depends}
Description: curses library with wide character support
The ncurses (new curses) library is a free software emulation of curses in
System V Release 4.0, and more. It uses terminfo format, supports pads and
diff --git a/libtinfo.5.pkg/control b/libtinfo.5.pkg/control
index 72405b5..3030e07 100644
--- a/libtinfo.5.pkg/control
+++ b/libtinfo.5.pkg/control
@@ -1,6 +1,6 @@
Architecture: any
Platform: all
-Depends: terminfo-base, terminfo-linux [any-linux-any]
+Depends: ${Shlib-Depends}, terminfo-base, terminfo-linux [any-linux-any]
Description: curses terminfo library
The ncurses (new curses) library is a free software emulation of curses in
System V Release 4.0, and more. It uses terminfo format, supports pads and
diff --git a/ncurses-bin.pkg/control b/ncurses-bin.pkg/control
index 36fe5e9..a46fa00 100644
--- a/ncurses-bin.pkg/control
+++ b/ncurses-bin.pkg/control
@@ -1,6 +1,6 @@
Architecture: any
Platform: all
-Depends: libtinfo.5 (= ${Binary-Version})
+Depends: libtinfo.5 (= ${Binary-Version}), ${Shlib-Depends}
Description: curses utilities
The ncurses (new curses) library is a free software emulation of curses in
System V Release 4.0, and more. It uses terminfo format, supports pads and