Control: tags -1 patch pending

Dear maintainer,

I've uploaded a new revision of mudlet versioned as 1:3.7.1-1.1.

To fix this issue I had to patch src/TCommandLine.cpp and add the
missing include for QTabBar. I also had to export CCACHE_DIR because
otherwise the build would fail on my system (pbuilder setup). Please
find attached the debdiff.

Regards,

Markus
diff -Nru mudlet-3.7.1/debian/changelog mudlet-3.7.1/debian/changelog
--- mudlet-3.7.1/debian/changelog       2017-12-24 07:49:23.000000000 +0100
+++ mudlet-3.7.1/debian/changelog       2018-12-09 15:12:05.000000000 +0100
@@ -1,3 +1,13 @@
+mudlet (1:3.7.1-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Export CCACHE_DIR in debian/rules to prevent a FTBFS because of
+    a non-writable cache directory.
+  * QTabBar-include.patch: Fix FTBFS by adding the missing include for QTabBar.
+    (Closes: #907159)
+
+ -- Markus Koschany <a...@debian.org>  Sun, 09 Dec 2018 15:12:05 +0100
+
 mudlet (1:3.7.1-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru mudlet-3.7.1/debian/patches/QTabBar-include.patch 
mudlet-3.7.1/debian/patches/QTabBar-include.patch
--- mudlet-3.7.1/debian/patches/QTabBar-include.patch   1970-01-01 
01:00:00.000000000 +0100
+++ mudlet-3.7.1/debian/patches/QTabBar-include.patch   2018-12-09 
15:12:05.000000000 +0100
@@ -0,0 +1,22 @@
+From: Markus Koschany <a...@debian.org>
+Date: Sun, 9 Dec 2018 15:11:33 +0100
+Subject: QTabBar include
+
+Bug-Debian: https://bugs.debian.org/907159
+Forwarded: no
+---
+ src/TCommandLine.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/TCommandLine.cpp b/src/TCommandLine.cpp
+index 416e9ad..3a69da2 100644
+--- a/src/TCommandLine.cpp
++++ b/src/TCommandLine.cpp
+@@ -34,6 +34,7 @@
+ #include <QMenu>
+ #include <QRegularExpression>
+ #include "post_guard.h"
++#include <QTabBar>
+ 
+ 
+ TCommandLine::TCommandLine(Host* pHost, TConsole* pConsole, QWidget* parent)
diff -Nru mudlet-3.7.1/debian/patches/series mudlet-3.7.1/debian/patches/series
--- mudlet-3.7.1/debian/patches/series  2017-12-24 07:49:23.000000000 +0100
+++ mudlet-3.7.1/debian/patches/series  2018-12-09 15:11:55.000000000 +0100
@@ -1,3 +1,4 @@
 project_file
 qrc_removedups
 freebsd_ifdef
+QTabBar-include.patch
diff -Nru mudlet-3.7.1/debian/rules mudlet-3.7.1/debian/rules
--- mudlet-3.7.1/debian/rules   2017-12-24 07:49:23.000000000 +0100
+++ mudlet-3.7.1/debian/rules   2018-12-09 15:01:48.000000000 +0100
@@ -9,6 +9,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 export QT_SELECT=5
+export CCACHE_DIR := $(CURDIR)/debian/ccache
 
 PACKAGE=mudlet
 SRC_VERSION:=$(shell dpkg-parsechangelog | sed -ne 's/^Version: 
\(\([0-9]\+\):\)\?\(.*\)-.*/\3/p')

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to