[Pkg-cli-libs-commits] [webkitgtk-sharp] 07/08: Add a DLL map fix for the glue library.

Andrew Shadura bugzilla at tut.by
Mon Jan 18 12:29:14 UTC 2016


This is an automated email from the git hooks/post-receive script.

andrewsh pushed a commit to branch master
in repository webkitgtk-sharp.

commit 54afe8dddfe22058ac85eec7d42b4ba07268d834
Author: Andrew Shadura <andrewsh at debian.org>
Date:   Mon Jan 18 13:21:40 2016 +0100

    Add a DLL map fix for the glue library.
---
 debian/patches/03_dllmap.patch | 44 ++++++++++++++++++++++++++++++++++++++++++
 debian/patches/series          |  1 +
 out/webkitgtk-sharp.dll.config |  1 +
 3 files changed, 46 insertions(+)

diff --git a/debian/patches/03_dllmap.patch b/debian/patches/03_dllmap.patch
new file mode 100644
index 0000000..c5c18e6
--- /dev/null
+++ b/debian/patches/03_dllmap.patch
@@ -0,0 +1,44 @@
+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.
+ .
+ webkitgtk-sharp3 (2.0.0+git20151221-1) unstable; urgency=low
+ .
+   [ Thanh Tung Nguyen ]
+   * Initial packaging of 1.10.2 release.
+ .
+   [ Neil McGovern ]
+   * Update the packaging to 2.0.0.
+ .
+   [ Andrew Shadura ]
+   * Update to the latest Git snapshot (closes: #807913).
+   * Update the copyright file.
+   * Use mdoc instead of monodocer.
+Author: Andrew Shadura <andrewsh at debian.org>
+Bug-Debian: https://bugs.debian.org/807913
+
+---
+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: https://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>
+
+
+--- a/out/webkitgtk-sharp.dll.config
++++ b/out/webkitgtk-sharp.dll.config
+@@ -2,4 +2,5 @@
+   <dllmap dll="webkitgtk-3.0" target="libwebkitgtk-3.0.so.0"/>
+   <dllmap dll="libsoup-2.4" target="libsoup-2.4.so.1"/>
+   <dllmap dll="libgtk-3-0.dll" target="libgtk-3.so.0"/>
++  <dllmap dll="libwebkitgtksharpglue-1.10.2.so" target="/usr/lib/cli/webkitgtk-sharp-3.0/libwebkitgtksharpglue-1.10.2.so"/>
+ </configuration>
diff --git a/debian/patches/series b/debian/patches/series
index 6214e57..24400a0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 02-pkgconfig_library_path.patch
+03_dllmap.patch
diff --git a/out/webkitgtk-sharp.dll.config b/out/webkitgtk-sharp.dll.config
index 9765959..42e555b 100644
--- a/out/webkitgtk-sharp.dll.config
+++ b/out/webkitgtk-sharp.dll.config
@@ -2,4 +2,5 @@
   <dllmap dll="webkitgtk-3.0" target="libwebkitgtk-3.0.so.0"/>
   <dllmap dll="libsoup-2.4" target="libsoup-2.4.so.1"/>
   <dllmap dll="libgtk-3-0.dll" target="libgtk-3.so.0"/>
+  <dllmap dll="libwebkitgtksharpglue-1.10.2.so" target="/usr/lib/cli/webkitgtk-sharp-3.0/libwebkitgtksharpglue-1.10.2.so"/>
 </configuration>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-libs/packages/webkitgtk-sharp.git



More information about the Pkg-cli-libs-commits mailing list