summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-06-24 14:13:13 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-06-24 14:13:13 (EDT)
commitcff050616dc5f7fdc34678b04a3ec97c1ee0f671 (patch)
treea1c6f36718e0f90cb29ed9c9a833a2837b311ad5
parentb95d8087de00a32a7ce9e90cdc4c1352fbe9f472 (diff)
Fix transitional package arches and deps
-rw-r--r--libncursesw.5-dev.pkg/control4
-rw-r--r--libtinfo-dev.pkg/control4
2 files changed, 4 insertions, 4 deletions
diff --git a/libncursesw.5-dev.pkg/control b/libncursesw.5-dev.pkg/control
index 8dcb375..69a553c 100644
--- a/libncursesw.5-dev.pkg/control
+++ b/libncursesw.5-dev.pkg/control
@@ -1,6 +1,6 @@
-Architecture: any
+Architecture: all
Platform: all
-Depends: ncurses-common (= ${Source-Version})
+Depends: ncurses-common (= ${Source-Version}), libncurses.5-dev
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/libtinfo-dev.pkg/control b/libtinfo-dev.pkg/control
index 2535751..69a553c 100644
--- a/libtinfo-dev.pkg/control
+++ b/libtinfo-dev.pkg/control
@@ -1,6 +1,6 @@
-Architecture: any
+Architecture: all
Platform: all
-Depends: libncurses.5-dev (= ${Binary-Version})
+Depends: ncurses-common (= ${Source-Version}), libncurses.5-dev
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.