[SCM] ktexteditor packaging branch, kubuntu_wily_archive, updated. debian/5.9.0-1-4-g964e294

Jonathan Riddell jriddell-guest at moszumanska.debian.org
Tue May 19 13:01:32 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/ktexteditor.git;a=commitdiff;h=5f2878c

The following commit has been merged in the kubuntu_wily_archive branch:
commit 5f2878cd6a8eab407686117409d386a1e0131532
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Sat Mar 21 19:29:05 2015 +0100

    New patch: katesyntaxtest_check_basename
---
 debian/changelog                             |  1 +
 debian/patches/katesyntaxtest_check_basename | 13 +++++++++++++
 debian/patches/series                        |  1 +
 3 files changed, 15 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 1b1bdb4..172c18b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 ktexteditor (5.8.0-1~) UNRELEASED; urgency=medium
 
   * New upstream release (5.8.0).
+  * New patch: katesyntaxtest_check_basename
 
  -- Maximiliano Curia <maxy at debian.org>  Sat, 14 Mar 2015 10:26:07 +0100
 
diff --git a/debian/patches/katesyntaxtest_check_basename b/debian/patches/katesyntaxtest_check_basename
new file mode 100644
index 0000000..e035429
--- /dev/null
+++ b/debian/patches/katesyntaxtest_check_basename
@@ -0,0 +1,13 @@
+Index: ktexteditor/autotests/src/katesyntaxtest.cpp
+===================================================================
+--- ktexteditor.orig/autotests/src/katesyntaxtest.cpp	2015-03-21 09:18:56.286969566 +0100
++++ ktexteditor/autotests/src/katesyntaxtest.cpp	2015-03-21 19:27:59.105681822 +0100
+@@ -54,7 +54,7 @@
+     while (contents.hasNext()) {
+         const QString hlDir = contents.next();
+         const QFileInfo info(hlDir);
+-        if (!info.isDir() || hlDir.contains(QLatin1Char('.'))) {
++        if (!info.isDir() || info.fileName().contains(QLatin1Char('.'))) {
+             continue;
+         }
+         
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..360e81d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+katesyntaxtest_check_basename

-- 
ktexteditor packaging



More information about the pkg-kde-commits mailing list