diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-24 20:22:26 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-24 20:22:26 (EDT) |
commit | 580abdb8eeb6fe1442b6642eb7d6c5cbe3d750d7 (patch) | |
tree | 93545388d49e916dba87d8d7485743c7bf362781 /libreadline.8.pkg/control | |
parent | 89f817750c1bd98d45093e74dd3d8b2ee68f6e1d (diff) |
Parameterize ABI version in control fields
Diffstat (limited to 'libreadline.8.pkg/control')
-rw-r--r-- | libreadline.8.pkg/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libreadline.8.pkg/control b/libreadline.8.pkg/control index 374590e..6734476 100644 --- a/libreadline.8.pkg/control +++ b/libreadline.8.pkg/control @@ -1,6 +1,6 @@ Architecture: any Platform: all -Depends: readline.8-common (= ${Source-Version}), ${Shlib-Depends} +Depends: readline.${Abi-Version}-common (= ${Source-Version}), ${Shlib-Depends} Description: Line editing library ${Common-Description} . |