summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-07-07 00:44:02 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-07-07 00:44:02 (EDT)
commit7b0cdea7efdfb6307edc0c1794fd868400d88000 (patch)
tree5cdc90195929a72c0c8ec9825b46bb412254e449
parent52db7df722985de15a5554b326ac3d364dd75dc7 (diff)
libncurses.5-dev, libncurses.6-dev: Conflict
-rw-r--r--changelog2
-rw-r--r--libncurses.5-dev.pkg/control2
-rw-r--r--libncurses.6-dev.pkg/control2
3 files changed, 6 insertions, 0 deletions
diff --git a/changelog b/changelog
index 19aca91..7e3c955 100644
--- a/changelog
+++ b/changelog
@@ -6,6 +6,8 @@ ncurses (6.1+20190630-2) trunk
libraries.
* libtic.5, libtic.6: New binary packages, split from libtinfo.5 and
libtinfo.6, to provide the legacy and current tic libraries.
+ * libncurses.5-dev, libncurses.6-dev: Prohibit coinstallation, due to
+ conflicting symbolic link names.
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Sat, 06 Jul 2019 16:24:35 -0400
diff --git a/libncurses.5-dev.pkg/control b/libncurses.5-dev.pkg/control
index c3cd4d0..74a1f03 100644
--- a/libncurses.5-dev.pkg/control
+++ b/libncurses.5-dev.pkg/control
@@ -6,6 +6,8 @@ Depends: ncurses-common (= ${Source-Version}),
libncurses++.5 (= ${Binary-Version}),
libncurses++w.5 (= ${Binary-Version}),
libtinfo.5 (= ${Binary-Version}),
+# Should conflict with all other available versions:
+Conflicts: libncurses.6-dev
Description: curses library (legacy ABI) - development files
${Common-Description}
.
diff --git a/libncurses.6-dev.pkg/control b/libncurses.6-dev.pkg/control
index 318a0f6..656cf15 100644
--- a/libncurses.6-dev.pkg/control
+++ b/libncurses.6-dev.pkg/control
@@ -6,6 +6,8 @@ Depends: ncurses-common (= ${Source-Version}),
libncurses++.6 (= ${Binary-Version}),
libncurses++w.6 (= ${Binary-Version}),
libtinfo.6 (= ${Binary-Version}),
+# Should conflict with all other available versions:
+Conflicts: libncurses.5-dev
Description: curses library - development files
${Common-Description}
.