[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[texworks] 57/73: link against QtXml to fix FTBFS with Qt 4.8.7



This is an automated email from the git hooks/post-receive script.

preining pushed a commit to branch master
in repository texworks.

commit da9f948d875024bdcc3ad99cd59d98c4e0806383
Author: Andreas Beckmann <anbe@debian.org>
Date:   Sat Aug 8 16:27:18 2015 +0200

    link against QtXml to fix FTBFS with Qt 4.8.7
---
 debian/changelog           |  1 +
 debian/patches/QtXml.patch | 14 ++++++++++++++
 debian/patches/series      |  1 +
 3 files changed, 16 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 01febcf..cfac8ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ texworks (0.5~svn1363-6) UNRELEASED; urgency=medium
   * QA upload.
   * Set Maintainer to Debian QA Group.  (See: #773940)
   * Use source format 3.0 (quilt).
+  * Link against QtXml to fix FTBFS with Qt 4.8.7.  (Closes: #789842)
 
  -- Andreas Beckmann <anbe@debian.org>  Sat, 08 Aug 2015 16:07:01 +0200
 
diff --git a/debian/patches/QtXml.patch b/debian/patches/QtXml.patch
new file mode 100644
index 0000000..d12fc46
--- /dev/null
+++ b/debian/patches/QtXml.patch
@@ -0,0 +1,14 @@
+Author: Andreas Beckmann <anbe@debian.org>
+Description: link with -lQtXml
+Bug-Debian: https://bugs.debian.org/789842
+
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -157,6 +157,7 @@ IF (NOT DESIRED_QT_VERSION OR DESIRED_QT
+       QtUiTools
+       QtScript
+       QtScriptTools
++      QtXml
+   )
+ 
+   IF ( UNIX AND NOT APPLE )
diff --git a/debian/patches/series b/debian/patches/series
index 2121569..505bd5d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ synctex.patch
 #patch-cm
 #patch-luatex
 #patch-py
+QtXml.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-tex/texworks.git


Reply to: