[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.0.2+pre.svn37878-1-3024-g716ac29

Gustavo Noronha Silva kov at kov.eti.br
Thu Mar 5 19:50:21 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 796d5f436c4fb52724ba699f7df1b128cd65fb34
Author: Gustavo Noronha Silva <kov at kov.eti.br>
Date:   Thu Mar 5 16:43:29 2009 -0300

    Create a new libwebkit-1.0-common package to distribute the Web
    Inspector files.

diff --git a/debian/changelog b/debian/changelog
index ee2d79b..06c6f9f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,9 @@ webkit (1.1.1-1) UNRELEASED; urgency=low
   * debian/copyright:
   - updated with changes from last release we shipped, and updated
     download location
+  * debian/control, debian/libwebkit-1.0-common.install:
+  - new package to distribute data files, such as the Web Inspector files
+  - libwebkit-1.0-2 now depends on libwebkit-1.0-common
 
  -- Gustavo Noronha Silva <kov at debian.org>  Thu, 05 Mar 2009 16:28:43 -0300
 
diff --git a/debian/control b/debian/control
index 55326f9..afe9c63 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Vcs-Git: git://git.debian.org/git/pkg-webkit/webkit.git
 Package: libwebkit-1.0-2
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, libwebkit-1.0-common
 Conflicts: libwebkit-1.0-1
 Replaces: libwebkit-1.0-1
 Description: Web content engine library for Gtk+
@@ -42,6 +42,18 @@ Description: Web content engine library for Gtk+ - Development files
  This package provides development files required to create Gtk+ applications
  embedding WebKit.
 
+Package: libwebkit-1.0-common
+Section: misc
+Priority: extra
+Architecture: all
+Description: Common files for the GTK+ graphical user interface library
+ The GTK+ is a multi-platform toolkit for creating graphical user
+ interfaces. Offering a complete set of widgets, the GTK+ is suitable
+ for projects ranging from small one-off tools to complete application
+ suites.
+ .
+ This package contains the common files which the libraries need.
+
 Package: libwebkit-1.0-2-dbg
 Section: libdevel
 Priority: extra
diff --git a/debian/libwebkit-1.0-common.install b/debian/libwebkit-1.0-common.install
new file mode 100644
index 0000000..11eed3d
--- /dev/null
+++ b/debian/libwebkit-1.0-common.install
@@ -0,0 +1 @@
+usr/share/webkit-1.0/*
\ No newline at end of file

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list