Package: src:tora
Version: 2.1.3-3
Severity: wishlist
Tags: patch

Dear Maintainer,

The qscintilla2 package in experimental contains a number of changes in
library naming to match upstream's changes.  As a result, tora will FTBFS
with this version due to a link failure.  I've attached a patch for an
eventual team upload (when the transition starts).  If you would prefer to
handle the upload yourself, please let me know.

Scott K
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	2017-12-28 19:49:14.000000000 +0000
@@ -1,3 +1,10 @@
+tora (2.1.3-3.1) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Update for new qscintilla2 library names
+
+ -- Scott Kitterman <sc...@kitterman.com>  Thu, 28 Dec 2017 19:49:14 +0000
+
 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	2017-12-28 19:17:38.000000000 +0000
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
 Uploaders: Michael Meskes <mes...@debian.org>
-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	2017-12-28 19:18:31.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	2017-12-28 19:18:19.000000000 +0000
@@ -1,2 +1,3 @@
 initializer.diff
 unistd.diff
+qsci-rename.patch
_______________________________________________
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras

Reply via email to