Control: tags -1 patch Hi Alastair,
The attached patch fixes the library path, and the patched package allows the rebuilds for magics++ & metview with the proj 4.9.3 release candidate to succeed.
Kind Regards, Bas -- GPG Key ID: 4096R/6750F10AE88D4AF1 Fingerprint: 8182 DE41 7056 408D 6146 50D1 6750 F10A E88D 4AF1
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 12:57:44.000000000 +0200 +++ grib-api-1.16.0/debian/changelog 2016-08-17 21:25:16.000000000 +0200 @@ -1,3 +1,10 @@ +grib-api (1.16.0-5.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix library path in CMake module. + + -- Bas Couwenberg <sebas...@debian.org> Wed, 17 Aug 2016 21:25:05 +0200 + grib-api (1.16.0-5) unstable; urgency=medium * Sanitise cmake/* scripts more to remove all dependencies. 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 12:57:44.000000000 +0200 +++ grib-api-1.16.0/debian/rules 2016-08-17 22:32:59.000000000 +0200 @@ -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 )%' | \