diff -Nru grib-api-1.16.0/debian/changelog grib-api-1.16.0/debian/changelog --- grib-api-1.16.0/debian/changelog 2016-08-12 10:57:44.000000000 +0000 +++ grib-api-1.16.0/debian/changelog 2016-08-15 03:41:55.000000000 +0000 @@ -1,7 +1,15 @@ +grib-api (1.16.0-6) unstable; urgency=medium + + * Patch from Bas Couwenberg for library path in cmake module. + Closes: #843634. + + -- Alastair McKinstry Mon, 15 Aug 2016 04:41:55 +0100 + grib-api (1.16.0-5) unstable; urgency=medium * Sanitise cmake/* scripts more to remove all dependencies. Closes: #834107. + * tools package now recommends: python*-gribapi packages. -- Alastair McKinstry Fri, 12 Aug 2016 11:57:44 +0100 diff -Nru grib-api-1.16.0/debian/rules grib-api-1.16.0/debian/rules --- grib-api-1.16.0/debian/rules 2016-08-12 10:57:44.000000000 +0000 +++ grib-api-1.16.0/debian/rules 2016-08-15 03:41:55.000000000 +0000 @@ -90,6 +90,7 @@ cp debian/tmp/usr/share/grib_api/cmake/* debian/libgrib-api-dev/$(LIBDIR)/cmake/grib_api cat debian/tmp/usr/share/grib_api//cmake/grib_api-targets-release.cmake | \ sed -e 's% *IMPORTED_LINK_INTERFACE_LIBRARIES_RELEASE.*% IMPORTED_LINK_INTERFACE_LIBRARIES_RELEASE ""%' \ + -e 's%$${_IMPORT_PREFIX}%/usr%g' \ > debian/libgrib-api-dev/$(LIBDIR)/cmake/grib_api/grib_api-targets-release.cmake cat debian/tmp/usr/share/grib_api//cmake/grib_api-config.cmake | \ sed -e 's%^set( grib_api_BASE_DIR.*%set ( grib_api_BASE_DIR /build/grib-api )%' | \