#! /bin/sh /usr/share/dpatch/dpatch-run
## fix_pkg-config_paths.dpatch by Mirco Bauer <meebey@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Alter pkgconfig file to match Debian-specific location for library

@DPATCH@
Index: webkit-sharp/sources/webkit-sharp.pc.in
===================================================================
--- webkit-sharp.orig/sources/webkit-sharp.pc.in	2011-07-15 10:26:55.222079455 +0100
+++ webkit-sharp/sources/webkit-sharp.pc.in	2011-07-15 10:26:57.070007171 +0100
@@ -6,4 +6,4 @@
 Description: @ASSEMBLY_DESCRIPTION@
 Version: @VERSION@
 Requires: gtk-sharp-2.0
-Libs: -r:${libdir}/mono/@ASSEMBLY_NAME@/@ASSEMBLY_NAME@.dll
+Libs: -r:${libdir}/cli/@ASSEMBLY_NAME@-#DEB_CLI_ABI_VERSION#/@ASSEMBLY_NAME@.dll
