diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-10 06:07:06 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-10 07:38:53 (EST) |
commit | ff62301a65920e4b48381aa046056c38d433cd36 (patch) | |
tree | 9358dbde7c31ac1a1f822c5cafd97e63409630a6 /libncurses.5-dev.pkg/control | |
parent | 1263bfc1eee49f54cb1553563d13acdcaf9d2dcb (diff) |
Organize packages into sections
Diffstat (limited to 'libncurses.5-dev.pkg/control')
-rw-r--r-- | libncurses.5-dev.pkg/control | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/libncurses.5-dev.pkg/control b/libncurses.5-dev.pkg/control index 74a1f03..83d865f 100644 --- a/libncurses.5-dev.pkg/control +++ b/libncurses.5-dev.pkg/control @@ -1,11 +1,12 @@ Architecture: any Platform: all +Section: libdev 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}), + libncurses.5:${Host-Arch} (= ${Binary-Version}), + libncursesw.5:${Host-Arch} (= ${Binary-Version}), + libncurses++.5:${Host-Arch} (= ${Binary-Version}), + libncurses++w.5:${Host-Arch} (= ${Binary-Version}), + libtinfo.5:${Host-Arch} (= ${Binary-Version}), # Should conflict with all other available versions: Conflicts: libncurses.6-dev Description: curses library (legacy ABI) - development files |