[SCM] QtWebKit packaging branch, master, updated. debian/2.1.0-2011week13-2-14-g5f83b8b

Fathi Boudra fabo at alioth.debian.org
Tue Sep 20 07:51:22 UTC 2011


The following commit has been merged in the master branch:
commit da594562725518f037f8473e6340c9359a9bed81
Author: Fathi Boudra <fabo at debian.org>
Date:   Tue Sep 20 10:36:25 2011 +0300

    * Update debian/control:
      - bump debhelper build dependency to 8.1.3~.
      - bump Qt build dependency to 4:4.7.4~. This version introduce multiarch.
      - add pkg-config, libgstreamer-plugins-base0.10-dev and
        libgstreamer0.10-dev build dependencies.
      - drop libphonon-dev build and qt-mobility build dependencies. GStreamer
        will be used as the multimedia backend as recommended by upstream.
---
 debian/changelog |   10 ++++++++++
 debian/control   |   15 ++++++++-------
 2 files changed, 18 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0327070..7c0fe8f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,16 @@ qtwebkit (2.2.0~rc1-1) UNRELEASED; urgency=low
   * Patch 05_sparc_unaligned_access.diff: reduce unneeded changes.
   * Add -gstabs to the C(XX)FLAGS also for s390x. (see #637004)
 
+  [Fathi Boudra]
+  * Update debian/control:
+    - bump debhelper build dependency to 8.1.3~.
+    - bump Qt build dependency to 4:4.7.4~. This version introduce multiarch.
+    - add pkg-config, libgstreamer-plugins-base0.10-dev and
+      libgstreamer0.10-dev build dependencies.
+    - drop libphonon-dev build and qt-mobility build dependencies. GStreamer
+      will be used as the multimedia backend as recommended by upstream.
+
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 19 Sep 2011 16:32:18 +0300
 
 qtwebkit (2.1.0~2011week13-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 23b1d4b..eff15ac 100644
--- a/debian/control
+++ b/debian/control
@@ -2,17 +2,18 @@ Source: qtwebkit
 Priority: optional
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Fathi Boudra <fabo at debian.org>
-Build-Depends: debhelper (>= 7.4.15),
+Build-Depends: debhelper (>= 8.1.3~),
                gperf,
+               libgstreamer-plugins-base0.10-dev,
+               libgstreamer0.10-dev,
                libicu-dev,
-               libphonon-dev [!linux-any],
-               libqt4-dev (>= 4:4.7.0),
-               libqt4-opengl-dev (>= 4:4.7.0),
+               libqt4-dev (>= 4:4.7.4~),
+               libqt4-opengl-dev (>= 4:4.7.4~),
                libsqlite3-dev,
                libxext-dev,
                libxrender-dev,
-               pkg-kde-tools (>= 0.6.4),
-               qtmobility-dev [linux-any]
+               pkg-config,
+               pkg-kde-tools (>= 0.6.4)
 Standards-Version: 3.9.2
 Section: libs
 Homepage: http://trac.webkit.org/wiki/QtWebKit
@@ -22,7 +23,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-kde/qt/qtwebkit.git;a=summary
 Package: libqtwebkit-dev
 Section: libdevel
 Architecture: any
-Depends: libqt4-dev (>= 4:4.7.0),
+Depends: libqt4-dev (>= 4:4.7.4~),
          libqtwebkit4 (= ${binary:Version}),
          ${misc:Depends}
 Replaces: libqt4-dev (<= 4:4.7.0~beta1)

-- 
QtWebKit packaging



More information about the pkg-kde-commits mailing list