Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 cdo (1.5.2.dfsg.1-3) unstable; urgency=low
 .
   * Enable and ship CDI library.
   * Multi-arch.
Author: Alastair McKinstry <mckinstry@debian.org>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- /dev/null
+++ cdo-1.5.2.dfsg.1/libcdi/src/debian/tmp/usr/lib/pkgconfig/cdi.pc
@@ -0,0 +1,49 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+cflags=-I${prefix}/include
+fcflags=${prefix}/include 
+libs=-L${exec_prefix}/lib -lcdi  -L/usr/lib -lgrib_api  -L/usr/lib -ljasper  -L/usr/lib -lnetcdf  -L/usr/lib -lhdf5   -L/usr/lib -lz 
+netcdf_root=/usr
+threads_libs=
+threads_cflags=
+zlib_cflags= -I/usr/include
+zlib_libs= -L/usr/lib -lz
+szlib_cflags=
+szlib_libs=
+hdf5_root=/usr
+hdf5_cflags= -I/usr/include
+hdf5_libs= -L/usr/lib -lhdf5
+netcdf_root=/usr
+netcdf_cflags= -I/usr/include
+netcdf_libs= -L/usr/lib -lnetcdf
+jasper_libs= -L/usr/lib -ljasper
+grib_api_cflags= -I/usr/include
+grib_api_libs= -L/usr/lib -lgrib_api
+cdi_build_cc=mpicc -std=gnu99
+cdi_build_cflags=-g -O2 
+cdi_build_cppflags=-I/usr/include -I/usr/include -I/usr/include -I/usr/include  -I/usr/include
+cdi_build_ldflags=-L/usr/lib -L/usr/lib -L/usr/lib -L/usr/lib -Wl,--as-needed -L/usr/lib
+cdi_build_libs=-lgrib_api -ljasper -lnetcdf -lhdf5_hl -lhdf5 -lz  -lm 
+cdi_build_fc=no
+cdi_build_fcflags=
+cdi_build_f77=gfortran
+cdi_build_fflags=-g -O2
+cdi_build_cxx=g++
+cdi_build_cxxflags=-g -O2
+cdi_build_enable_grib=yes
+cdi_build_enable_cgribex=no
+cdi_build_enable_service=yes
+cdi_build_enable_extra=yes
+cdi_build_enable_ieg=yes
+
+Name: cdi
+Description: CDI is an Interface to access Climate and NWP model Data.
+URL: 
+Version: 1.5.2
+Requires: 
+Libs: ${libs}
+Cflags: ${cflags}
+FCflags: ${fcflags}
+
