diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-24 20:07:25 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-24 20:07:25 (EDT) |
commit | 8578dbc91e419ca92fae48147e23d6a190c6a194 (patch) | |
tree | eecaff41c18b889ff866a8aa148586dbccf731b0 | |
parent | cafd58a117ff1dc550629b8c0142f2402ae70601 (diff) |
libhistory.8: New package
-rw-r--r-- | changelog | 1 | ||||
-rw-r--r-- | libhistory.8.pkg/control | 7 | ||||
-rw-r--r-- | libhistory.8.pkg/docs (renamed from libreadline.8.pkg/docs) | 0 | ||||
-rw-r--r-- | libhistory.8.pkg/files | 1 | ||||
-rw-r--r-- | libreadline.8-dbg.pkg/control | 2 | ||||
-rw-r--r-- | libreadline.8-dev.pkg/control | 2 | ||||
-rw-r--r-- | libreadline.8-doc.pkg/control | 2 | ||||
-rw-r--r-- | libreadline.8.pkg/control | 6 | ||||
-rw-r--r-- | libreadline.8.pkg/files | 1 |
9 files changed, 16 insertions, 6 deletions
@@ -10,6 +10,7 @@ readline.8 (8.0-1) trunk /usr/share/doc/libreadline.8/. * libreadline.8: Use automatic shared library dependencies. * libreadline.8-dev: Remove static libraries. + * libhistory.8: New package split out from libreadline.8. -- Patrick McDermott <patrick.mcdermott@libiquity.com> Sun, 23 Jun 2019 16:48:51 -0400 diff --git a/libhistory.8.pkg/control b/libhistory.8.pkg/control new file mode 100644 index 0000000..14310f7 --- /dev/null +++ b/libhistory.8.pkg/control @@ -0,0 +1,7 @@ +Architecture: any +Platform: all +Depends: ${Shlib-Depends} +Description: Command history library + ${Common-Description} + . + This package provides the GNU History library. diff --git a/libreadline.8.pkg/docs b/libhistory.8.pkg/docs index e69de29..e69de29 100644 --- a/libreadline.8.pkg/docs +++ b/libhistory.8.pkg/docs diff --git a/libhistory.8.pkg/files b/libhistory.8.pkg/files new file mode 100644 index 0000000..15ca9c6 --- /dev/null +++ b/libhistory.8.pkg/files @@ -0,0 +1 @@ +/usr/lib/*/libhistory.so.* diff --git a/libreadline.8-dbg.pkg/control b/libreadline.8-dbg.pkg/control index 23f814c..f5ff4f8 100644 --- a/libreadline.8-dbg.pkg/control +++ b/libreadline.8-dbg.pkg/control @@ -1,6 +1,6 @@ Architecture: any Platform: all -Depends: libreadline.8 (= ${Binary-Version}) +Depends: libhistory.8 (= ${Binary-Version}), libreadline.8 (= ${Binary-Version}) Description: Line editing and command history libraries - debugging files ${Common-Description} . diff --git a/libreadline.8-dev.pkg/control b/libreadline.8-dev.pkg/control index 0d6dc28..ad5f0ec 100644 --- a/libreadline.8-dev.pkg/control +++ b/libreadline.8-dev.pkg/control @@ -1,6 +1,6 @@ Architecture: any Platform: all -Depends: libreadline.8 (= ${Binary-Version}) +Depends: libhistory.8 (= ${Binary-Version}), libreadline.8 (= ${Binary-Version}) Description: Line editing and command history libraries - development files ${Common-Description} . diff --git a/libreadline.8-doc.pkg/control b/libreadline.8-doc.pkg/control index c29241f..a34e095 100644 --- a/libreadline.8-doc.pkg/control +++ b/libreadline.8-doc.pkg/control @@ -1,6 +1,6 @@ Architecture: all Platform: all -Depends: libreadline.8 (>= ${Source-Version}) +Depends: libhistory.8 (>= ${Source-Version}) Description: Line editing and command history libraries - documentation ${Common-Description} . diff --git a/libreadline.8.pkg/control b/libreadline.8.pkg/control index d83c480..3fd7cf7 100644 --- a/libreadline.8.pkg/control +++ b/libreadline.8.pkg/control @@ -1,5 +1,7 @@ Architecture: any Platform: all -Depends: ${Shlib-Depends} -Description: Line editing and command history libraries +Depends: libhistory.8 (= ${Binary-Version}), ${Shlib-Depends} +Description: Line editing library ${Common-Description} + . + This package provides the GNU Readline library. diff --git a/libreadline.8.pkg/files b/libreadline.8.pkg/files index 7d16c05..268d426 100644 --- a/libreadline.8.pkg/files +++ b/libreadline.8.pkg/files @@ -1,2 +1 @@ -/usr/lib/*/libhistory.so.* /usr/lib/*/libreadline.so.* |