[SCM] ktexteditor packaging branch, master, updated. 0ebb42bf98f2335ade5ee2f16c277f107b985a7f

Maximiliano Curia maxy at moszumanska.debian.org
Mon Mar 23 09:23:15 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 master 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