diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-07 00:49:29 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-07 00:49:29 (EDT) |
commit | 4a220914dbe8df5193a1fbcc327061cf63cadded (patch) | |
tree | e25a470421c9beaf3b40d085dcc23a4a07f7c3b1 | |
parent | dceb40f63e0e60ef2c5b0c4f14f39462a3c32685 (diff) |
libtic.5, libtic.6: Really add new binary packages
Should have been in commit 52db7df.
-rw-r--r-- | libtic.5.pkg/control | 8 | ||||
-rw-r--r-- | libtic.5.pkg/files | 1 | ||||
-rw-r--r-- | libtic.6.pkg/control | 8 | ||||
-rw-r--r-- | libtic.6.pkg/files | 1 |
4 files changed, 18 insertions, 0 deletions
diff --git a/libtic.5.pkg/control b/libtic.5.pkg/control new file mode 100644 index 0000000..a3601de --- /dev/null +++ b/libtic.5.pkg/control @@ -0,0 +1,8 @@ +Architecture: any +Platform: all +Depends: ncurses-common (= ${Source-Version}), terminfo-linux [any-linux-any], + ${Shlib-Depends} +Description: curses terminfo compiler library (legacy ABI) + ${Common-Description} + . + This package provides the terminfo compiler (legacy ABI) shared library. diff --git a/libtic.5.pkg/files b/libtic.5.pkg/files new file mode 100644 index 0000000..0cfbd47 --- /dev/null +++ b/libtic.5.pkg/files @@ -0,0 +1 @@ +/usr/lib/*/libtic.so.* diff --git a/libtic.6.pkg/control b/libtic.6.pkg/control new file mode 100644 index 0000000..93a5464 --- /dev/null +++ b/libtic.6.pkg/control @@ -0,0 +1,8 @@ +Architecture: any +Platform: all +Depends: ncurses-common (= ${Source-Version}), terminfo-linux [any-linux-any], + ${Shlib-Depends} +Description: curses terminfo compiler library + ${Common-Description} + . + This package provides the terminfo compiler shared library. diff --git a/libtic.6.pkg/files b/libtic.6.pkg/files new file mode 100644 index 0000000..0cfbd47 --- /dev/null +++ b/libtic.6.pkg/files @@ -0,0 +1 @@ +/usr/lib/*/libtic.so.* |