diff -Nru tora-2.1.3/debian/changelog tora-2.1.3/debian/changelog --- tora-2.1.3/debian/changelog 2016-12-12 15:26:25.000000000 +0000 +++ tora-2.1.3/debian/changelog 2018-01-04 06:45:26.000000000 +0000 @@ -1,3 +1,10 @@ +tora (2.1.3-4) unstable; urgency=medium + + * Team upload. + * Update for new qscintilla2 library names (Closes: #885643) + + -- Scott Kitterman Thu, 04 Jan 2018 01:45:26 -0500 + tora (2.1.3-3) unstable; urgency=medium * Added missing entry in initializer. diff -Nru tora-2.1.3/debian/control tora-2.1.3/debian/control --- tora-2.1.3/debian/control 2016-12-12 15:24:20.000000000 +0000 +++ tora-2.1.3/debian/control 2018-01-04 06:45:21.000000000 +0000 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian KDE Extras Team Uploaders: Michael Meskes -Build-Depends: debhelper (>= 9), libqscintilla2-dev, cdbs, libpq-dev, cmake +Build-Depends: debhelper (>= 9), libqscintilla2-qt4-dev, cdbs, libpq-dev, cmake Standards-Version: 3.9.8 Homepage: http://www.torasql.com Vcs-Git: git://git.debian.org/pkg-kde/kde-extras/tora.git diff -Nru tora-2.1.3/debian/patches/qsci-rename.patch tora-2.1.3/debian/patches/qsci-rename.patch --- tora-2.1.3/debian/patches/qsci-rename.patch 1970-01-01 00:00:00.000000000 +0000 +++ tora-2.1.3/debian/patches/qsci-rename.patch 2018-01-04 06:45:21.000000000 +0000 @@ -0,0 +1,11 @@ +--- tora-2.1.3.orig/cmake/modules/FindQScintilla.cmake ++++ tora-2.1.3/cmake/modules/FindQScintilla.cmake +@@ -42,7 +42,7 @@ IF(QT4_FOUND) + ${FRAMEWORK_INCLUDE_DIR}/Qsci + ) + +- SET(QSCINTILLA_NAMES ${QSCINTILLA_NAMES} qscintilla2 libqscintilla2) ++ SET(QSCINTILLA_NAMES ${QSCINTILLA_NAMES} qscintilla2 libqscintilla2 qscintilla2_qt4) + FIND_LIBRARY(QSCINTILLA_LIBRARY + NAMES ${QSCINTILLA_NAMES} + PATHS ${QT_LIBRARY_DIR} diff -Nru tora-2.1.3/debian/patches/series tora-2.1.3/debian/patches/series --- tora-2.1.3/debian/patches/series 2016-12-12 14:45:52.000000000 +0000 +++ tora-2.1.3/debian/patches/series 2018-01-04 06:45:21.000000000 +0000 @@ -1,2 +1,3 @@ initializer.diff unistd.diff +qsci-rename.patch