[SCM] lokalize packaging branch, master, updated. debian/15.08.3-1-15-gd1d29f5

Maximiliano Curia maxy at moszumanska.debian.org
Sat Apr 30 07:18:28 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/lokalize.git;a=commitdiff;h=d1d29f5

The following commit has been merged in the master branch:
commit d1d29f507f6fe3a3c6a03ed55d14cf8c1a0655ba
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Sat Apr 30 09:16:24 2016 +0200

    Add upstream patch: upstream_support_hunspell_1.4.patch
    
    Closes: #821802
    Thanks: Nick Shaforostoff for reporting with the upstream patch
---
 debian/patches/series                              |  1 +
 debian/patches/upstream_support_hunspell_1.4.patch | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..574fbb8
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+upstream_support_hunspell_1.4.patch
diff --git a/debian/patches/upstream_support_hunspell_1.4.patch b/debian/patches/upstream_support_hunspell_1.4.patch
new file mode 100644
index 0000000..006f4cb
--- /dev/null
+++ b/debian/patches/upstream_support_hunspell_1.4.patch
@@ -0,0 +1,21 @@
+commit 7aa9dafeb457ca3bc48a61c5dfa2e69b0ecdad6c
+Author: Nick Shaforostoff <shafff at ukr.net>
+Date:   Mon Apr 25 03:39:12 2016 +0300
+
+    support hunspell 1.4 in cmake
+    
+    CCMAIL: 821802 at bugs.debian.org
+
+diff --git a/cmake/FindHUNSPELL.cmake b/cmake/FindHUNSPELL.cmake
+index 26942b5..eca3cc1 100644
+--- a/cmake/FindHUNSPELL.cmake
++++ b/cmake/FindHUNSPELL.cmake
+@@ -14,7 +14,7 @@ ENDIF (HUNSPELL_INCLUDE_DIR AND HUNSPELL_LIBRARIES)
+ 
+ FIND_PATH(HUNSPELL_INCLUDE_DIR hunspell/hunspell.hxx )
+ 
+-FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.3 hunspell-1.2)
++FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-2.0 hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell-1.2)
+ 
+ # handle the QUIETLY and REQUIRED arguments and set HUNSPELL_FOUND to TRUE if 
+ # all listed variables are TRUE

-- 
lokalize packaging



More information about the pkg-kde-commits mailing list