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


The following commit has been merged in the debian/experimental branch:
commit f7bac541254f1450080a721254ffdcfda4ad7399
Author: Gustavo Noronha Silva <kov at debian.org>
Date:   Thu Dec 3 12:30:58 2009 -0200

    Enable introspection
    
    This involves shipping a new binary package, for the typelib, and
    shipping the gir file in the -dev package.

diff --git a/debian/changelog b/debian/changelog
index 65d19ef..dbc4158 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,67 @@
 webkit (1.3.3-1) experimental; urgency=low
 
   * New upstream development release
+  * debian/debian/gir1.0-webkit-1.0.install, debian/control,
+    debian/rules, debian/libwebkit-dev.install:
+  - add gir1.0-webkit-1.0 package, and enable introspection support
+
+ -- Gustavo Noronha Silva <kov at debian.org>  Thu, 03 Dec 2009 12:16:27 -0200
+
+webkit (1.1.17-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/copyright:
+  - updated with changes since 1.1.16
+  * debian/libwebkit-1.0-2.symbols:
+  - updated
+
+ -- Gustavo Noronha Silva <kov at debian.org>  Wed, 02 Dec 2009 23:13:32 -0200
+
+webkit (1.1.16-3) unstable; urgency=low
+
+  * Fix building on kfresbsd-amd64 (Closes: #554718)
+    - Patch by Petr Salinger <Petr.Salinger at seznam.cz>
+  * Fix tightened dependency
+  * debian/rules:
+  - remove rpath from GtkLauncher and DumpRenderTree
+  * debian/control:
+  - depend on chrpath for change above
+
+ -- Gustavo Noronha Silva <kov at debian.org>  Wed, 11 Nov 2009 21:21:12 -0200
+
+webkit (1.1.16-2) unstable; urgency=low
+
+  * debian/control:
+  - tighten libwebkit-dev dependency on the library
+    (Closes: #554014)
+
+ -- Gustavo Noronha Silva <kov at debian.org>  Mon, 02 Nov 2009 17:07:03 -0200
+
+webkit (1.1.16-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/copyright:
+  - updated with the copyright changes since 1.1.15
+  * debian/libwebkit-1.0-2.symbols:
+  - updated with new symbols
+
+ -- Gustavo Noronha Silva <kov at debian.org>  Thu, 29 Oct 2009 19:06:20 -0200
+
+webkit (1.1.15.2-1) unstable; urgency=low
+
+  * New upstream (semi-stable) release
+  * Fix building on IA64 (Closes: #547797)
+    Thanks to Colin Watson <cjwatson at ubuntu.com>
+  * Fix building on alpha (Closes: #548499)
+  * Fix building on amd64 FreeBSD
+
+ -- Gustavo Noronha Silva <kov at debian.org>  Tue, 06 Oct 2009 21:17:08 +0100
+
+webkit (1.1.15.1-1) unstable; urgency=low
+
+  * New upstream (semi-stable) release
+  * debian/libwebkit-1.0-2.symbols:
+  - remove revisions from the symbol versions
 
  -- Gustavo Noronha Silva <kov at debian.org>  Fri, 06 Aug 2010 11:19:52 -0300
 
diff --git a/debian/control b/debian/control
index 22bf052..e73cf29 100644
--- a/debian/control
+++ b/debian/control
@@ -77,3 +77,17 @@ Description: Web content engine library for Gtk+ - Debugging symbols
  supports DOM, XMLHttpRequest, XSLT, CSS, Javascript/ECMAscript and more.
  .
  This package provides the debugging symbols for the Webkit library for Gtk+.
+
+Package: gir1.0-webkit-1.0
+Section: libs
+Architecture: any
+Depends: ${gir:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends}
+Conflicts: gobject-introspection-repository
+Description: GObject introspection data for the WebKit library
+ This package contains introspection data for WebKit, a web content
+ engine for GTK+.
+ .
+ It can be used by packages using the GIRepository format to generate
+ dynamic bindings.
diff --git a/debian/gir1.0-webkit-1.0.install b/debian/gir1.0-webkit-1.0.install
new file mode 100644
index 0000000..b57536e
--- /dev/null
+++ b/debian/gir1.0-webkit-1.0.install
@@ -0,0 +1,2 @@
+usr/lib/girepository-1.0/JSCore-1.0.typelib
+usr/lib/girepository-1.0/WebKit-1.0.typelib
diff --git a/debian/libwebkitgtk-dev.install b/debian/libwebkitgtk-dev.install
index b613a4b..921d0cf 100644
--- a/debian/libwebkitgtk-dev.install
+++ b/debian/libwebkitgtk-dev.install
@@ -2,3 +2,4 @@ usr/lib/libwebkitgtk-1.0.so
 usr/include/webkit-1.0
 usr/lib/pkgconfig/webkit-1.0.pc
 usr/share/doc/libwebkitgtk-dev
+usr/share/gir-1.0/*.gir
diff --git a/debian/rules b/debian/rules
index f57635d..b05f717 100755
--- a/debian/rules
+++ b/debian/rules
@@ -62,7 +62,8 @@ build-stamp:
 	../configure --prefix=/usr \
 		--host=$(DEB_HOST_GNU_TYPE) \
 		--build=$(DEB_BUILD_GNU_TYPE) \
-		--enable-gtk-doc
+		--enable-gtk-doc \
+		--enable-introspection
 
 	$(MAKE) $(MAKEARGUMENTS) -C build
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list