From b95d8087de00a32a7ce9e90cdc4c1352fbe9f472 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 24 Jun 2019 14:11:03 -0400 Subject: Add ncurses-common dependencies --- diff --git a/libncurses-doc.pkg/control b/libncurses-doc.pkg/control index 654734e..c1bfd6f 100644 --- a/libncurses-doc.pkg/control +++ b/libncurses-doc.pkg/control @@ -1,6 +1,6 @@ Architecture: all Platform: all -Depends: libtinfo.5 (= ${Source-Version}) +Depends: ncurses-common (= ${Source-Version}) Description: curses library - documentation 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/libncurses.5-dev.pkg/control b/libncurses.5-dev.pkg/control index 8ccfe23..1058bb2 100644 --- a/libncurses.5-dev.pkg/control +++ b/libncurses.5-dev.pkg/control @@ -1,6 +1,7 @@ Architecture: any Platform: all -Depends: libtinfo.5 (= ${Binary-Version}), libncurses.5 (= ${Binary-Version}), +Depends: ncurses-common (= ${Source-Version}), + libncurses.5 (= ${Binary-Version}), Description: curses library - development files 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/libncurses.5.pkg/control b/libncurses.5.pkg/control index 8df0f35..9efac74 100644 --- a/libncurses.5.pkg/control +++ b/libncurses.5.pkg/control @@ -1,6 +1,6 @@ Architecture: any Platform: all -Depends: libtinfo.5 (= ${Binary-Version}), ${Shlib-Depends} +Depends: ncurses-common (= ${Source-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-dev.pkg/control b/libncursesw.5-dev.pkg/control index 2535751..8dcb375 100644 --- a/libncursesw.5-dev.pkg/control +++ b/libncursesw.5-dev.pkg/control @@ -1,6 +1,6 @@ Architecture: any Platform: all -Depends: libncurses.5-dev (= ${Binary-Version}) +Depends: ncurses-common (= ${Source-Version}) Description: curses library - development files (transitional package) This is a transitional package that can safely be removed. Packages should build-depend on libncurses.5-dev instead of this package. diff --git a/libncursesw.5.pkg/control b/libncursesw.5.pkg/control index 8c1cd54..83b94b9 100644 --- a/libncursesw.5.pkg/control +++ b/libncursesw.5.pkg/control @@ -1,6 +1,6 @@ Architecture: any Platform: all -Depends: libtinfo.5 (= ${Binary-Version}), ${Shlib-Depends} +Depends: ncurses-common (= ${Source-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 3030e07..d1df639 100644 --- a/libtinfo.5.pkg/control +++ b/libtinfo.5.pkg/control @@ -1,6 +1,7 @@ Architecture: any Platform: all -Depends: ${Shlib-Depends}, terminfo-base, terminfo-linux [any-linux-any] +Depends: ncurses-common (= ${Source-Version}), ${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 a46fa00..0e71224 100644 --- a/ncurses-bin.pkg/control +++ b/ncurses-bin.pkg/control @@ -1,6 +1,6 @@ Architecture: any Platform: all -Depends: libtinfo.5 (= ${Binary-Version}), ${Shlib-Depends} +Depends: ncurses-common (= ${Source-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 diff --git a/terminfo-linux.pkg/control b/terminfo-linux.pkg/control index c9e5161..b5af1a9 100644 --- a/terminfo-linux.pkg/control +++ b/terminfo-linux.pkg/control @@ -1,6 +1,6 @@ Architecture: all Platform: all -Depends: libtinfo.5 (= ${Source-Version}) +Depends: ncurses-common (= ${Source-Version}) Description: Linux terminal type definition 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/terminfo.pkg/control b/terminfo.pkg/control index 4041212..7e6f97a 100644 --- a/terminfo.pkg/control +++ b/terminfo.pkg/control @@ -1,6 +1,6 @@ Architecture: all Platform: all -Depends: libtinfo.5 (= ${Source-Version}) +Depends: ncurses-common (= ${Source-Version}) Description: Terminal type definitions 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