[SCM] kde-cli-tools packaging branch, master, updated. debian/5.6.4-1-7-gb7ad1d4

Maximiliano Curia maxy at moszumanska.debian.org
Mon Jun 27 06:35:24 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/plasma/kde-cli-tools.git;a=commitdiff;h=09afedf

The following commit has been merged in the master branch:
commit 09afedfc7d550cef0ce931088add1495dcfc3fcb
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Mon Jun 27 08:33:49 2016 +0200

    Add new patch: shared_mime_cant_be_removed.patch
---
 debian/patches/series                            |  1 +
 debian/patches/shared_mime_cant_be_removed.patch | 13 +++++++++++++
 2 files changed, 14 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..72fdd66
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+shared_mime_cant_be_removed.patch
diff --git a/debian/patches/shared_mime_cant_be_removed.patch b/debian/patches/shared_mime_cant_be_removed.patch
new file mode 100644
index 0000000..d98c7bd
--- /dev/null
+++ b/debian/patches/shared_mime_cant_be_removed.patch
@@ -0,0 +1,13 @@
+--- a/keditfiletype/tests/filetypestest.cpp
++++ b/keditfiletype/tests/filetypestest.cpp
+@@ -149,7 +149,9 @@
+ 
+         // When the user changes the patterns
+         const QStringList origPatterns = patterns;
+-        patterns.removeAll("*.txt");
++        // The shared mime specification doesn't allow removing patterns from
++        // user dir to a system dir
++        // patterns.removeAll("*.txt");
+         patterns.append("*.toto"); // yes, a french guy wrote this, as you can see
+         patterns.sort(); // for future comparisons
+         QVERIFY(!data.isDirty());

-- 
kde-cli-tools packaging



More information about the pkg-kde-commits mailing list