[SCM] qt5webkit packaging branch, kubuntu_unstable, updated. debian/5.4.1+dfsg-3-4-g1c95c62
Rohan Garg
rohangarg-guest at moszumanska.debian.org
Thu Mar 26 13:33:58 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qt5webkit.git;a=commitdiff;h=3db14ec
The following commit has been merged in the kubuntu_unstable branch:
commit 3db14ecb001769d55cf0316684eea0087339f424
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Sat Feb 28 20:49:45 2015 +0300
Build-depend on libleveldb-dev, so that the system leveldb copy is used.
---
debian/changelog | 2 ++
debian/control | 1 +
2 files changed, 3 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 7873d3b..c7c86c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ qtwebkit-opensource-src (5.4.1+dfsg-1) UNRELEASED; urgency=medium
* New upstream release.
* Update debian/watch to use https://download.qt.io/.
* Bump Qt build-dependencies to 5.4.1.
+ * Build-depend on libleveldb-dev so that the system leveldb copy
+ is used, and not the private one.
* Refresh patches for the new release.
* Minor debian/copyright updates.
diff --git a/debian/control b/debian/control
index 308d13a..7158f72 100644
--- a/debian/control
+++ b/debian/control
@@ -19,6 +19,7 @@ Build-Depends: bison,
libgstreamer0.10-dev,
libicu-dev,
libjpeg-dev,
+ libleveldb-dev,
libpng-dev,
libqt5opengl5-dev (>= 5.4.1+dfsg~),
libqt5xmlpatterns5-private-dev (>= 5.4.1~),
--
qt5webkit packaging
More information about the pkg-kde-commits
mailing list