Package: libindi / 0.9.1-2

Metadata

Package Version Patches format
libindi 0.9.1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
abi.diff | (download)

CMakeLists.txt | 5 3 + 2 - 0 !
1 file changed, 3 insertions(+), 2 deletions(-)

 bump the library version abi
 libindi's API is not final until 1.0 but upstream does not bump SONAME,
 so manually bump the SONAME and library VERSION ourselves.
libdir.diff | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 respect the lib_destination cmake variable
 Use the LIB_DESTINATION in install() calls, instead of hardcoding lib$SUFFIX
 everywhere.