From c794eb7157d3613a91d0960ff64e4a6df2868c89 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 24 Jun 2019 14:28:03 -0400 Subject: Add ABI version 6 packages --- diff --git a/changelog b/changelog index c247210..6571012 100644 --- a/changelog +++ b/changelog @@ -10,6 +10,8 @@ ncurses (6.1-1) trunk library dependencies. * terminfo-base: Merge into terminfo package. * ncurses-common: New package to provide source package documentation. + * libncurses.6.pkg libncurses.6-dev.pkg libncursesw.6.pkg libtinfo.6.pkg: + New packages providing ABI version 6. -- Patrick McDermott Sun, 23 Jun 2019 17:20:04 -0400 diff --git a/libncurses.5-dev.pkg/control b/libncurses.5-dev.pkg/control index 15f6bab..665e9b4 100644 --- a/libncurses.5-dev.pkg/control +++ b/libncurses.5-dev.pkg/control @@ -2,7 +2,8 @@ Architecture: any Platform: all Depends: ncurses-common (= ${Source-Version}), libncurses.5 (= ${Binary-Version}), -Description: curses library - development files +Description: curses library (legacy ABI) - development files ${Common-Description} . - This package provides the development files of the ncurses shared libraries. + This package provides the development files of the ncurses (legacy ABI) shared + libraries. diff --git a/libncurses.5.pkg/control b/libncurses.5.pkg/control index 3fb36b6..49fc3a6 100644 --- a/libncurses.5.pkg/control +++ b/libncurses.5.pkg/control @@ -1,7 +1,7 @@ Architecture: any Platform: all Depends: ncurses-common (= ${Source-Version}), ${Shlib-Depends} -Description: curses library +Description: curses library (legacy ABI) ${Common-Description} . - This package provides the ncurses shared libraries. + This package provides the ncurses (legacy ABI) shared libraries. diff --git a/libncurses.6-dev.pkg/control b/libncurses.6-dev.pkg/control new file mode 100644 index 0000000..1122346 --- /dev/null +++ b/libncurses.6-dev.pkg/control @@ -0,0 +1,8 @@ +Architecture: any +Platform: all +Depends: ncurses-common (= ${Source-Version}), + libncurses.6 (= ${Binary-Version}), +Description: curses library - development files + ${Common-Description} + . + This package provides the development files of the ncurses shared libraries. diff --git a/libncurses.6-dev.pkg/files b/libncurses.6-dev.pkg/files new file mode 100644 index 0000000..242b795 --- /dev/null +++ b/libncurses.6-dev.pkg/files @@ -0,0 +1,3 @@ +/usr/include/ +/usr/lib/*/*.so +/usr/lib/*/pkgconfig/ diff --git a/libncurses.6.pkg/control b/libncurses.6.pkg/control new file mode 100644 index 0000000..3fb36b6 --- /dev/null +++ b/libncurses.6.pkg/control @@ -0,0 +1,7 @@ +Architecture: any +Platform: all +Depends: ncurses-common (= ${Source-Version}), ${Shlib-Depends} +Description: curses library + ${Common-Description} + . + This package provides the ncurses shared libraries. diff --git a/libncurses.6.pkg/files b/libncurses.6.pkg/files new file mode 100644 index 0000000..ea1fb4c --- /dev/null +++ b/libncurses.6.pkg/files @@ -0,0 +1,5 @@ +/usr/lib/*/libform.so.* +/usr/lib/*/libmenu.so.* +/usr/lib/*/libncurses.so.* +/usr/lib/*/libncurses++.so.* +/usr/lib/*/libpanel.so.* diff --git a/libncursesw.5-dev.pkg/control b/libncursesw.5-dev.pkg/control index 69a553c..0fffa15 100644 --- a/libncursesw.5-dev.pkg/control +++ b/libncursesw.5-dev.pkg/control @@ -1,6 +1,6 @@ Architecture: all Platform: all Depends: ncurses-common (= ${Source-Version}), libncurses.5-dev -Description: curses library - development files (transitional package) +Description: curses library (legacy ABI) - development files (transitional package) This is a transitional package that can safely be removed. Packages should build-depend on libncurses.5-dev instead of this package. diff --git a/libncursesw.5.pkg/control b/libncursesw.5.pkg/control index e140d0d..b820ad2 100644 --- a/libncursesw.5.pkg/control +++ b/libncursesw.5.pkg/control @@ -1,7 +1,8 @@ Architecture: any Platform: all Depends: ncurses-common (= ${Source-Version}), ${Shlib-Depends} -Description: curses library with wide character support +Description: curses library with wide character support (legacy ABI) ${Common-Description} . - This package provides the ncurses shared libraries with wide character support. + This package provides the ncurses (legacy ABI) shared libraries with wide + character support. diff --git a/libncursesw.6.pkg/control b/libncursesw.6.pkg/control new file mode 100644 index 0000000..e140d0d --- /dev/null +++ b/libncursesw.6.pkg/control @@ -0,0 +1,7 @@ +Architecture: any +Platform: all +Depends: ncurses-common (= ${Source-Version}), ${Shlib-Depends} +Description: curses library with wide character support + ${Common-Description} + . + This package provides the ncurses shared libraries with wide character support. diff --git a/libncursesw.6.pkg/files b/libncursesw.6.pkg/files new file mode 100644 index 0000000..04682a8 --- /dev/null +++ b/libncursesw.6.pkg/files @@ -0,0 +1,5 @@ +/usr/lib/*/libformw.so.* +/usr/lib/*/libmenuw.so.* +/usr/lib/*/libncursesw.so.* +/usr/lib/*/libncurses++w.so.* +/usr/lib/*/libpanelw.so.* diff --git a/libtinfo.5.pkg/control b/libtinfo.5.pkg/control index 739365f..e3c814f 100644 --- a/libtinfo.5.pkg/control +++ b/libtinfo.5.pkg/control @@ -2,7 +2,7 @@ Architecture: any Platform: all Depends: ncurses-common (= ${Source-Version}), ${Shlib-Depends}, terminfo-linux [any-linux-any] -Description: curses terminfo library +Description: curses terminfo library (legacy ABI) ${Common-Description} . - This package provides the terminfo shared library. + This package provides the terminfo (legacy ABI) shared library. diff --git a/libtinfo.6.pkg/control b/libtinfo.6.pkg/control new file mode 100644 index 0000000..739365f --- /dev/null +++ b/libtinfo.6.pkg/control @@ -0,0 +1,8 @@ +Architecture: any +Platform: all +Depends: ncurses-common (= ${Source-Version}), ${Shlib-Depends}, + terminfo-linux [any-linux-any] +Description: curses terminfo library + ${Common-Description} + . + This package provides the terminfo shared library. diff --git a/libtinfo.6.pkg/files b/libtinfo.6.pkg/files new file mode 100644 index 0000000..e4fdbc8 --- /dev/null +++ b/libtinfo.6.pkg/files @@ -0,0 +1,2 @@ +/usr/lib/*/libtic.so.* +/usr/lib/*/libtinfo.so.* -- cgit v0.9.1