From 4e4ce7be563871ed88a90f37c671696d4cfc6295 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 04 Aug 2014 09:28:13 -0400 Subject: Fix binary package dependencies --- diff --git a/libncurses-doc.pkg/control b/libncurses-doc.pkg/control index 5ece2c8..654734e 100644 --- a/libncurses-doc.pkg/control +++ b/libncurses-doc.pkg/control @@ -1,6 +1,6 @@ Architecture: all Platform: all -Depends: libncurses.5 (= ${Binary-Version}) +Depends: libtinfo.5 (= ${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 7c4636c..a634a1d 100644 --- a/libncurses.5-dev.pkg/control +++ b/libncurses.5-dev.pkg/control @@ -1,6 +1,6 @@ Architecture: any Platform: all -Depends: libncurses.5 (= ${Binary-Version}) +Depends: libtinfo.5 (= ${Binary-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 bacf98e..6991772 100644 --- a/libncurses.5.pkg/control +++ b/libncurses.5.pkg/control @@ -1,6 +1,6 @@ Architecture: any Platform: all -Depends: libncurses.5 (= ${Binary-Version}) +Depends: libtinfo.5 (= ${Binary-Version}) 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 b73d5a5..e9afee9 100644 --- a/libncursesw.5-dev.pkg/control +++ b/libncursesw.5-dev.pkg/control @@ -1,6 +1,6 @@ Architecture: any Platform: all -Depends: libncurses.5 (= ${Binary-Version}) +Depends: libtinfo.5 (= ${Binary-Version}), libncursesw.5 (= ${Binary-Version}) Description: curses library with wide character support - 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/libncursesw.5.pkg/control b/libncursesw.5.pkg/control index 8d9af15..16d8b5f 100644 --- a/libncursesw.5.pkg/control +++ b/libncursesw.5.pkg/control @@ -1,6 +1,6 @@ Architecture: any Platform: all -Depends: libncurses.5 (= ${Binary-Version}) +Depends: libtinfo.5 (= ${Binary-Version}) 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-dev.pkg/control b/libtinfo-dev.pkg/control index 9419348..3620dce 100644 --- a/libtinfo-dev.pkg/control +++ b/libtinfo-dev.pkg/control @@ -1,6 +1,6 @@ Architecture: any Platform: all -Depends: libncurses.5 (= ${Binary-Version}) +Depends: libtinfo.5 (= ${Binary-Version}) Description: curses terminfo 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/ncurses-bin.pkg/control b/ncurses-bin.pkg/control index 6513ec3..36fe5e9 100644 --- a/ncurses-bin.pkg/control +++ b/ncurses-bin.pkg/control @@ -1,6 +1,6 @@ Architecture: any Platform: all -Depends: libncurses.5 (= ${Binary-Version}) +Depends: libtinfo.5 (= ${Binary-Version}) 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-base.pkg/control b/terminfo-base.pkg/control index 509a50f..effe754 100644 --- a/terminfo-base.pkg/control +++ b/terminfo-base.pkg/control @@ -1,6 +1,6 @@ Architecture: all Platform: all -Depends: libncurses.5 (= ${Binary-Version}) +Depends: libtinfo.5 (= ${Source-Version}) Description: Basic 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-linux.pkg/control b/terminfo-linux.pkg/control index 13ce450..c9e5161 100644 --- a/terminfo-linux.pkg/control +++ b/terminfo-linux.pkg/control @@ -1,6 +1,6 @@ Architecture: all Platform: all -Depends: libncurses.5 (= ${Binary-Version}) +Depends: libtinfo.5 (= ${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 a7e37dd..4041212 100644 --- a/terminfo.pkg/control +++ b/terminfo.pkg/control @@ -1,6 +1,6 @@ Architecture: all Platform: all -Depends: libncurses.5 (= ${Binary-Version}) +Depends: libtinfo.5 (= ${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