[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:21 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 708fae4572d1332cfc8621da770ff432348f24bf
Author: Gustavo Noronha Silva <kov at debian.org>
Date:   Mon Aug 16 16:55:07 2010 -0300

    Enable WebSockets support.

diff --git a/debian/changelog b/debian/changelog
index 353f2e9..235f152 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ webkit (1.3.3-1) experimental; urgency=low
     this should make Youtube HTML5 work again
   * debian/control, debian/rules:
   - enable building geolocation support
+  - enable building websockets support
 
  -- Gustavo Noronha Silva <kov at debian.org>  Wed, 11 Aug 2010 11:10:28 -0300
 
diff --git a/debian/rules b/debian/rules
index ed11bb2..70ec9df 100755
--- a/debian/rules
+++ b/debian/rules
@@ -64,7 +64,8 @@ build-stamp:
 		--build=$(DEB_BUILD_GNU_TYPE) \
 		--enable-gtk-doc \
 		--enable-introspection \
-		--enable-geolocation
+		--enable-geolocation \
+		--enable-websockets
 
 	$(MAKE) $(MAKEARGUMENTS) -C build
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list