[texmaker] 51/103: Forget to inject patch

Andreas Tille tille at debian.org
Sun Sep 10 17:38:29 UTC 2017


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

tille pushed a commit to branch master
in repository texmaker.

commit f9a697da8369ed85c5121009fe176638f24e68a9
Author: Andreas Tille <tille at debian.org>
Date:   Wed Nov 9 09:02:41 2011 +0000

    Forget to inject patch
---
 debian/patches/20_spelling_default_dict.patch | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/debian/patches/20_spelling_default_dict.patch b/debian/patches/20_spelling_default_dict.patch
new file mode 100644
index 0000000..8795913
--- /dev/null
+++ b/debian/patches/20_spelling_default_dict.patch
@@ -0,0 +1,18 @@
+Author: Andreas Tille <tille at debian.org>
+Purpose: Adapt default search directory for spelling dictionaries to Debian default
+Closes: #638286
+--- texmaker-3.1.orig/texmaker.cpp
++++ texmaker-3.1/texmaker.cpp
+@@ -3590,8 +3590,12 @@
+ #ifdef USB_VERSION
+ QString dicDir=QCoreApplication::applicationDirPath() + "/";
+ #else
++#ifdef DEBIAN_SPELLDIR
++QString dicDir=PREFIX"/share/myspell/dicts/";
++#else
+ QString dicDir=PREFIX"/share/texmaker/";
+ #endif
++#endif
+ 
+ #endif
+ #if defined( Q_WS_MACX )

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/texmaker.git



More information about the debian-science-commits mailing list