summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-06-24 14:11:03 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-06-24 14:11:03 (EDT)
commitb95d8087de00a32a7ce9e90cdc4c1352fbe9f472 (patch)
tree3fab14601ea339f98accda4e4d275154f96cdb2e
parent7f51d77557f1f443958634c1c887c7844fc132d4 (diff)
Add ncurses-common dependencies
-rw-r--r--libncurses-doc.pkg/control2
-rw-r--r--libncurses.5-dev.pkg/control3
-rw-r--r--libncurses.5.pkg/control2
-rw-r--r--libncursesw.5-dev.pkg/control2
-rw-r--r--libncursesw.5.pkg/control2
-rw-r--r--libtinfo.5.pkg/control3
-rw-r--r--ncurses-bin.pkg/control2
-rw-r--r--terminfo-linux.pkg/control2
-rw-r--r--terminfo.pkg/control2
9 files changed, 11 insertions, 9 deletions
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