[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.2.3-6900-g13101d6

Gustavo Noronha Silva kov at debian.org
Fri Aug 6 19:38:19 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 2eb2f8426f49d172ef06c4b079f274311ddd1858
Author: Gustavo Noronha Silva <kov at debian.org>
Date:   Fri Aug 6 15:42:34 2010 -0300

    Make JSCore's introspection description declare the 1.0 version

diff --git a/WebKit/gtk/JSCore-1.0.gir b/WebKit/gtk/JSCore-1.0.gir
index 471b0c7..2c2f5f8 100644
--- a/WebKit/gtk/JSCore-1.0.gir
+++ b/WebKit/gtk/JSCore-1.0.gir
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<repository version="1.1"
+<repository version="1.0"
             xmlns="http://www.gtk.org/introspection/core/1.0"
             xmlns:c="http://www.gtk.org/introspection/c/1.0">
   <namespace name="JSCore" version="1.0" shared-library="webkitgtk-1.0">
diff --git a/WebKit/gtk/JSCore.gir.in b/WebKit/gtk/JSCore.gir.in
index e979c33..c43a687 100644
--- a/WebKit/gtk/JSCore.gir.in
+++ b/WebKit/gtk/JSCore.gir.in
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<repository version="1.1"
+<repository version="1.0"
             xmlns="http://www.gtk.org/introspection/core/1.0"
             xmlns:c="http://www.gtk.org/introspection/c/1.0">
   <namespace name="JSCore" version="@WEBKITGTK_API_VERSION@" shared-library="webkitgtk- at WEBKITGTK_API_VERSION@">
diff --git a/debian/patches/01_gir-version-1.0.patch b/debian/patches/01_gir-version-1.0.patch
new file mode 100644
index 0000000..142f762
--- /dev/null
+++ b/debian/patches/01_gir-version-1.0.patch
@@ -0,0 +1,22 @@
+diff --git a/WebKit/gtk/JSCore-1.0.gir b/WebKit/gtk/JSCore-1.0.gir
+index 471b0c7..2c2f5f8 100644
+--- a/WebKit/gtk/JSCore-1.0.gir
++++ b/WebKit/gtk/JSCore-1.0.gir
+@@ -1,5 +1,5 @@
+ <?xml version="1.0"?>
+-<repository version="1.1"
++<repository version="1.0"
+             xmlns="http://www.gtk.org/introspection/core/1.0"
+             xmlns:c="http://www.gtk.org/introspection/c/1.0">
+   <namespace name="JSCore" version="1.0" shared-library="webkitgtk-1.0">
+diff --git a/WebKit/gtk/JSCore.gir.in b/WebKit/gtk/JSCore.gir.in
+index e979c33..c43a687 100644
+--- a/WebKit/gtk/JSCore.gir.in
++++ b/WebKit/gtk/JSCore.gir.in
+@@ -1,5 +1,5 @@
+ <?xml version="1.0"?>
+-<repository version="1.1"
++<repository version="1.0"
+             xmlns="http://www.gtk.org/introspection/core/1.0"
+             xmlns:c="http://www.gtk.org/introspection/c/1.0">
+   <namespace name="JSCore" version="@WEBKITGTK_API_VERSION@" shared-library="webkitgtk- at WEBKITGTK_API_VERSION@">
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..7282d65
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01_gir-version-1.0.patch
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list