summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-07-02 17:31:57 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-07-02 17:31:57 (EDT)
commit7f9f09cf848e4fa5e6bf9bf210eea9617dd16b94 (patch)
treefbb9b2a5d478293ec110f0d178c5d3ddc0323c51
parentce476a040af82b12c1b1a0b355225fc3c75851d0 (diff)
libncurses.*-dev: Depend on libncurses++.* and libncurses++w.*
-rw-r--r--changelog6
-rw-r--r--libncurses.5-dev.pkg/control2
-rw-r--r--libncurses.6-dev.pkg/control2
3 files changed, 8 insertions, 2 deletions
diff --git a/changelog b/changelog
index 6519c98..221585f 100644
--- a/changelog
+++ b/changelog
@@ -1,8 +1,10 @@
ncurses (6.1+20190630-1) trunk
* New upstream version.
- * libncurses.5-dev: Depend on libncursesw.5 and libtinfo.5.
- * libncurses.6-dev: Depend on libncursesw.6 and libtinfo.6.
+ * libncurses.5-dev: Depend on libncursesw.5, libncurses++.5,
+ libncurses++w.5, and libtinfo.5.
+ * libncurses.6-dev: Depend on libncursesw.6, libncurses++.6,
+ libncurses++w.6, and libtinfo.6.
* ncurses-dbg: New binary package.
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Tue, 02 Jul 2019 01:21:58 -0400
diff --git a/libncurses.5-dev.pkg/control b/libncurses.5-dev.pkg/control
index d6957c9..c3cd4d0 100644
--- a/libncurses.5-dev.pkg/control
+++ b/libncurses.5-dev.pkg/control
@@ -3,6 +3,8 @@ Platform: all
Depends: ncurses-common (= ${Source-Version}),
libncurses.5 (= ${Binary-Version}),
libncursesw.5 (= ${Binary-Version}),
+ libncurses++.5 (= ${Binary-Version}),
+ libncurses++w.5 (= ${Binary-Version}),
libtinfo.5 (= ${Binary-Version}),
Description: curses library (legacy ABI) - development files
${Common-Description}
diff --git a/libncurses.6-dev.pkg/control b/libncurses.6-dev.pkg/control
index 3fe5ce9..318a0f6 100644
--- a/libncurses.6-dev.pkg/control
+++ b/libncurses.6-dev.pkg/control
@@ -3,6 +3,8 @@ Platform: all
Depends: ncurses-common (= ${Source-Version}),
libncurses.6 (= ${Binary-Version}),
libncursesw.6 (= ${Binary-Version}),
+ libncurses++.6 (= ${Binary-Version}),
+ libncurses++w.6 (= ${Binary-Version}),
libtinfo.6 (= ${Binary-Version}),
Description: curses library - development files
${Common-Description}