summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-07-07 00:45:58 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-07-07 00:45:58 (EDT)
commite386ddd6e2aa02891bd93edd484b08865591d4c5 (patch)
tree3ab77960e7efeaaef684ba19f052573f339a7e03
parent7b0cdea7efdfb6307edc0c1794fd868400d88000 (diff)
libncursesw.5-dev, libtinfo-dev: Add ver to libncurses.5-dev dep
-rw-r--r--libncursesw.5-dev.pkg/control3
-rw-r--r--libtinfo-dev.pkg/control3
2 files changed, 4 insertions, 2 deletions
diff --git a/libncursesw.5-dev.pkg/control b/libncursesw.5-dev.pkg/control
index 0fffa15..60be7a5 100644
--- a/libncursesw.5-dev.pkg/control
+++ b/libncursesw.5-dev.pkg/control
@@ -1,6 +1,7 @@
Architecture: all
Platform: all
-Depends: ncurses-common (= ${Source-Version}), libncurses.5-dev
+Depends: ncurses-common (= ${Source-Version}),
+ libncurses.5-dev (>= ${Source-Version}),
Description: curses library (legacy ABI) - 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/libtinfo-dev.pkg/control b/libtinfo-dev.pkg/control
index 69a553c..d7375c0 100644
--- a/libtinfo-dev.pkg/control
+++ b/libtinfo-dev.pkg/control
@@ -1,6 +1,7 @@
Architecture: all
Platform: all
-Depends: ncurses-common (= ${Source-Version}), libncurses.5-dev
+Depends: ncurses-common (= ${Source-Version}),
+ libncurses.5-dev (>= ${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.