diff -Nru cassandra-cpp-driver-snap-2.14.0.9~bionic/cmake/modules/FindLibuv.cmake cassandra-cpp-driver-snap-2.14.0.10~bionic/cmake/modules/FindLibuv.cmake --- cassandra-cpp-driver-snap-2.14.0.9~bionic/cmake/modules/FindLibuv.cmake 2019-09-26 05:41:32.000000000 +0000 +++ cassandra-cpp-driver-snap-2.14.0.10~bionic/cmake/modules/FindLibuv.cmake 2021-01-14 01:20:40.000000000 +0000 @@ -38,7 +38,9 @@ ${_LIBUV_ROOT_HINTS_AND_PATHS} PATH_SUFFIXES include NO_DEFAULT_PATH) -set(_LIBUV_NAMES "uv" +set(_LIBUV_NAMES ${LIBUV_NAMES} + ENV LIBUV_NAMES + "uv" "libuv") if(CASS_USE_STATIC_LIBS) set(_LIBUV_ORIG_CMAKE_FIND_LIBRARY_SUFFIXES ${CMAKE_FIND_LIBRARY_SUFFIXES}) diff -Nru cassandra-cpp-driver-snap-2.14.0.9~bionic/debian/changelog cassandra-cpp-driver-snap-2.14.0.10~bionic/debian/changelog --- cassandra-cpp-driver-snap-2.14.0.9~bionic/debian/changelog 2021-01-10 01:05:59.000000000 +0000 +++ cassandra-cpp-driver-snap-2.14.0.10~bionic/debian/changelog 2021-01-14 01:45:33.000000000 +0000 @@ -1,3 +1,9 @@ +cassandra-cpp-driver-snap (2.14.0.10~bionic) bionic; urgency=high + + * Added necessary cmake entries to support libuv-snap instead of libuv. + + -- Alexis Wilke Wed, 13 Jan 2021 17:45:33 -0800 + cassandra-cpp-driver-snap (2.14.0.9~bionic) bionic; urgency=high * Testing with the full version (4th number) in the control file. Binary files /tmp/tmpyUYjoA/WZcrkHpImu/cassandra-cpp-driver-snap-2.14.0.9~bionic/debian/.changelog.swp and /tmp/tmpyUYjoA/0ufMTamuwC/cassandra-cpp-driver-snap-2.14.0.10~bionic/debian/.changelog.swp differ diff -Nru cassandra-cpp-driver-snap-2.14.0.9~bionic/debian/rules cassandra-cpp-driver-snap-2.14.0.10~bionic/debian/rules --- cassandra-cpp-driver-snap-2.14.0.9~bionic/debian/rules 2021-01-10 01:03:23.000000000 +0000 +++ cassandra-cpp-driver-snap-2.14.0.10~bionic/debian/rules 2021-01-13 19:43:18.000000000 +0000 @@ -25,7 +25,7 @@ cp ./obj-$${ARCH}-linux-gnu/libcassandra_static.a ./debian/tmp/usr/lib/$${ARCH}-linux-gnu/libcassandra.a override_dh_auto_configure: - dh_auto_configure -- -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS=-std=c++14 -DCASS_BUILD_STATIC=ON + dh_auto_configure -- -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS=-std=c++14 -DCASS_BUILD_STATIC=ON -DLIBUV_ROOT_DIR=/usr/include/libuv-snap -DLIBUV_NAMES=uv-snap override_dh_makeshlibs: dh_makeshlibs -V