[SCM] qt5webkit packaging branch, experimental, updated. debian/5.2.0+dfsg1-1-13-g764f488

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Fri Feb 14 03:08:23 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qt5webkit.git;a=commitdiff;h=764f488

The following commit has been merged in the experimental branch:
commit 764f488763676e3b9c17b7d77b6b94c62001eb08
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Fri Feb 14 00:07:43 2014 -0300

    Also make libqt5webkitwidgets5-dbg depend on libqt5webkit5-dbg.
---
 debian/changelog | 1 +
 debian/control   | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index fcba4d3..01e3f2b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ qtwebkit-opensource-src (5.2.1+dfsg-1) UNRELEASED; urgency=medium
   * Split libqt5webkitwidgets5 out of libqt5webkit5. This will need a transition,
     but it will hopefully make our lifes easier to maintain them.
     - Make libqt5webkitwidgets5-dev depend on libqt5webkit5-dev.
+    - Do the same for the related dbg packages.
   * Bump Qt build dependencies to 5.2.1.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 04 Feb 2014 18:03:45 -0300
diff --git a/debian/control b/debian/control
index 9dd1fb1..6039ff2 100644
--- a/debian/control
+++ b/debian/control
@@ -124,7 +124,9 @@ Priority: extra
 Architecture: any
 Multi-Arch: same
 Section: debug
-Depends: libqt5webkitwidgets5 (= ${binary:Version}), ${misc:Depends}
+Depends: libqt5webkit5-dbg (= ${binary:Version}),
+         libqt5webkitwidgets5 (= ${binary:Version}),
+         ${misc:Depends}
 Description: Web content engine library for Qt - debugging symbols
  QtWebKit provides a Web browser engine that makes it easy to embed content
  from the World Wide Web into your Qt application.

-- 
qt5webkit packaging



More information about the pkg-kde-commits mailing list