diff options
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index a708b0e..7e20a22 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,9 @@ qtscript-opensource-src (5.1.0+dfsg-3) UNRELEASED; urgency=low + [ Lisandro Damián Nicanor Pérez Meyer ] + * Require pkg-kde-tools with version at least 0.15.8 to fix a symbol + substitution on s390. + -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Sun, 25 Aug 2013 20:31:42 -0300 qtscript-opensource-src (5.1.0+dfsg-2) unstable; urgency=low diff --git a/debian/control b/debian/control index 6cb2cbb..849dd01 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Uploaders: Fathi Boudra <fabo@debian.org>, Timo Jyrinki <timo@debian.org> Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1), - pkg-kde-tools, + pkg-kde-tools (>= 0.15.8~), qtbase5-private-dev (>= 5.1.0~) Build-Depends-Indep: libqt5sql5-sqlite, qttools5-dev-tools (>= 5.1.0~) |