From 67434437e1add32ff582427991b2fb6780cb0d57 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 23 Jun 2019 17:56:07 -0400 Subject: libncurses, libncursesw, libtinfo.5, ncurses-bin: Use oh-shlibdeps --- 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 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 -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 -- cgit v0.9.1