[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-205-g708fae4

Gustavo Noronha Silva kov at debian.org
Tue Nov 30 00:35:13 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 3d05462ee621de64f69f5bb2198d9c3a5551cd7d
Author: Gustavo Noronha Silva <kov at debian.org>
Date:   Wed Aug 11 15:34:41 2010 -0300

    Enable building Geolocation support.

diff --git a/debian/changelog b/debian/changelog
index 024702f..353f2e9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ webkit (1.3.3-1) experimental; urgency=low
   * debian/patches/04-spoof-user-agent-to-google.patch:
   - spoof User Agent when talking to Google servers;
     this should make Youtube HTML5 work again
+  * debian/control, debian/rules:
+  - enable building geolocation support
 
  -- Gustavo Noronha Silva <kov at debian.org>  Wed, 11 Aug 2010 11:10:28 -0300
 
diff --git a/debian/control b/debian/control
index 1cd87e2..798d693 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Priority: optional
 Section: web
 Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers at lists.alioth.debian.org>
 Uploaders: Mike Hommey <glandium at debian.org>, Gustavo Noronha Silva <kov at debian.org>
-Build-Depends: debhelper (>= 5.0), libgtk2.0-dev (>= 2.10), libpango1.0-dev (>= 1.16), libicu-dev, libxslt-dev, libsoup2.4-dev (>= 2.27.91), libsqlite3-dev, gperf, bison, flex, libjpeg62-dev, libpng12-dev, libxt-dev, autotools-dev, libgstreamer-plugins-base0.10-dev, libenchant-dev, gtk-doc-tools, libgail-dev
+Build-Depends: debhelper (>= 5.0), libgtk2.0-dev (>= 2.10), libpango1.0-dev (>= 1.16), libicu-dev, libxslt-dev, libsoup2.4-dev (>= 2.27.91), libsqlite3-dev, gperf, bison, flex, libjpeg62-dev, libpng12-dev, libxt-dev, autotools-dev, libgstreamer-plugins-base0.10-dev, libenchant-dev, gtk-doc-tools, libgail-dev, libgeoclue-dev
 Standards-Version: 3.8.1.0
 Homepage: http://webkit.org/
 Vcs-Browser: http://git.debian.org/?p=pkg-webkit/webkit.git
diff --git a/debian/libwebkitgtk-1.0-0.symbols b/debian/libwebkitgtk-1.0-0.symbols
index fb96896..cbc4922 100644
--- a/debian/libwebkitgtk-1.0-0.symbols
+++ b/debian/libwebkitgtk-1.0-0.symbols
@@ -412,6 +412,8 @@ libwebkitgtk-1.0.so.0 libwebkitgtk-1.0-0 #MINVER#
  webkit_dom_file_list_get_length at Base 1.3.3
  webkit_dom_file_list_get_type at Base 1.3.3
  webkit_dom_file_list_item at Base 1.3.3
+ webkit_dom_geolocation_clear_watch at Base 1.3.3
+ webkit_dom_geolocation_get_type at Base 1.3.3
  webkit_dom_history_back at Base 1.3.3
  webkit_dom_history_forward at Base 1.3.3
  webkit_dom_history_get_length at Base 1.3.3
@@ -1213,6 +1215,7 @@ libwebkitgtk-1.0.so.0 libwebkitgtk-1.0-0 #MINVER#
  webkit_dom_navigator_get_app_name at Base 1.3.3
  webkit_dom_navigator_get_app_version at Base 1.3.3
  webkit_dom_navigator_get_cookie_enabled at Base 1.3.3
+ webkit_dom_navigator_get_geolocation at Base 1.3.3
  webkit_dom_navigator_get_language at Base 1.3.3
  webkit_dom_navigator_get_mime_types at Base 1.3.3
  webkit_dom_navigator_get_on_line at Base 1.3.3
diff --git a/debian/rules b/debian/rules
index 9b983d2..ed11bb2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -63,7 +63,8 @@ build-stamp:
 		--host=$(DEB_HOST_GNU_TYPE) \
 		--build=$(DEB_BUILD_GNU_TYPE) \
 		--enable-gtk-doc \
-		--enable-introspection
+		--enable-introspection \
+		--enable-geolocation
 
 	$(MAKE) $(MAKEARGUMENTS) -C build
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list