[SCM] qtimageformats packaging branch, master, updated. debian/5.3.0-2-3-g6bd1fab
Lisandro Damián Nicanor Pérez
lisandro at moszumanska.debian.org
Sat Jun 7 02:44:06 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtimageformats.git;a=commitdiff;h=6bd1fab
The following commit has been merged in the master branch:
commit 6bd1fabbe7889e380b38bfb72a66721257ff4a67
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date: Fri Jun 6 23:43:45 2014 -0300
Build depend upon libwebp >= 0.4.0-4.1~.
---
debian/changelog | 2 ++
debian/control | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 8978ccf..acbf95e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ qtimageformats-opensource-src (5.3.0-3) UNRELEASED; urgency=medium
* Backport Dmitry Shachnev's
make_qwebphandler_write_work_on_big_endian_systems.patch to properly handle
big endian machines.
+ * Build depend upon libwebp >= 0.4.0-4.1~ to solve endianness bug that
+ caused a FTBFS in s390x.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Wed, 04 Jun 2014 18:24:37 -0300
diff --git a/debian/control b/debian/control
index ba13e8f..a5c52f5 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 9),
libjasper-dev,
libmng-dev,
libtiff-dev,
- libwebp-dev,
+ libwebp-dev (>= 0.4.0-4.1~),
pkg-kde-tools,
qtbase5-private-dev (>= 5.3.0+dfsg~),
xauth,
--
qtimageformats packaging
More information about the pkg-kde-commits
mailing list