diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-24 18:19:41 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-24 18:19:41 (EDT) |
commit | 2a2ec0ffbb77394d4742d99d471dfed0935f1091 (patch) | |
tree | 18691cfab26099c95de6137d2277666a406bbb29 | |
parent | 0948cf472f25e5b9840a961b1d2a450e1f09d40a (diff) |
libtinfo.*: Work around double comma bug
-rw-r--r-- | libtinfo.5.pkg/control | 4 | ||||
-rw-r--r-- | libtinfo.6.pkg/control | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libtinfo.5.pkg/control b/libtinfo.5.pkg/control index e3c814f..74c7a7d 100644 --- a/libtinfo.5.pkg/control +++ b/libtinfo.5.pkg/control @@ -1,7 +1,7 @@ Architecture: any Platform: all -Depends: ncurses-common (= ${Source-Version}), ${Shlib-Depends}, - terminfo-linux [any-linux-any] +Depends: ncurses-common (= ${Source-Version}), terminfo-linux [any-linux-any], + ${Shlib-Depends} Description: curses terminfo library (legacy ABI) ${Common-Description} . diff --git a/libtinfo.6.pkg/control b/libtinfo.6.pkg/control index 739365f..254b96d 100644 --- a/libtinfo.6.pkg/control +++ b/libtinfo.6.pkg/control @@ -1,7 +1,7 @@ Architecture: any Platform: all -Depends: ncurses-common (= ${Source-Version}), ${Shlib-Depends}, - terminfo-linux [any-linux-any] +Depends: ncurses-common (= ${Source-Version}), terminfo-linux [any-linux-any], + ${Shlib-Depends} Description: curses terminfo library ${Common-Description} . |