diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-24 20:20:03 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-24 20:20:03 (EDT) |
commit | 89f817750c1bd98d45093e74dd3d8b2ee68f6e1d (patch) | |
tree | 4fd1b52c09750999911efb25718e766afd706bf0 | |
parent | ab0790f537ef8612311a8469bae2f7347365a7d9 (diff) |
libreadline.8-doc: Recommend libreadline.8-dev
-rw-r--r-- | changelog | 1 | ||||
-rw-r--r-- | libreadline.8-doc.pkg/control | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,7 @@ readline.8 (8.0-1) trunk * libreadline.8-dev: Remove static libraries. * libhistory.8: New package split out from libreadline.8. * readline.8-common: New package to provide source package documentation. + * libreadline.8-doc: Recommend libreadline.8-dev. -- Patrick McDermott <patrick.mcdermott@libiquity.com> Sun, 23 Jun 2019 16:48:51 -0400 diff --git a/libreadline.8-doc.pkg/control b/libreadline.8-doc.pkg/control index 789824e..b4c51d4 100644 --- a/libreadline.8-doc.pkg/control +++ b/libreadline.8-doc.pkg/control @@ -1,6 +1,7 @@ Architecture: all Platform: all Depends: readline.8-common (= ${Source-Version}) +Recommends: libreadline.8-dev Description: Line editing and command history libraries - documentation ${Common-Description} . |