diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-08-04 09:28:13 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-08-04 09:28:13 (EDT) |
commit | 4e4ce7be563871ed88a90f37c671696d4cfc6295 (patch) | |
tree | 7e22a857d018f0c7e12b1a8921e257b494773ae4 | |
parent | fc4b901236911b282988d3260581ffd16a7ab50f (diff) |
Fix binary package dependencies
-rw-r--r-- | libncurses-doc.pkg/control | 2 | ||||
-rw-r--r-- | libncurses.5-dev.pkg/control | 2 | ||||
-rw-r--r-- | libncurses.5.pkg/control | 2 | ||||
-rw-r--r-- | libncursesw.5-dev.pkg/control | 2 | ||||
-rw-r--r-- | libncursesw.5.pkg/control | 2 | ||||
-rw-r--r-- | libtinfo-dev.pkg/control | 2 | ||||
-rw-r--r-- | ncurses-bin.pkg/control | 2 | ||||
-rw-r--r-- | terminfo-base.pkg/control | 2 | ||||
-rw-r--r-- | terminfo-linux.pkg/control | 2 | ||||
-rw-r--r-- | terminfo.pkg/control | 2 |
10 files changed, 10 insertions, 10 deletions
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 |