From 8578dbc91e419ca92fae48147e23d6a190c6a194 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 24 Jun 2019 20:07:25 -0400 Subject: libhistory.8: New package --- diff --git a/changelog b/changelog index a7546be..0713959 100644 --- a/changelog +++ b/changelog @@ -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 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.* -- cgit v0.9.1