[SCM] kio packaging branch, kubuntu_unstable, updated. debian/5.9.0-1-16-g51fe313

Kubuntu CI (Harald Sitter) kubuntu-ci-guest at moszumanska.debian.org
Mon Jun 22 20:20:47 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kio.git;a=commitdiff;h=51fe313

The following commit has been merged in the kubuntu_unstable branch:
commit 51fe313c4b54f6cb619513c7ee04a183b14a76d0
Author: Jonathan Riddell <jr at jriddell.org>
Date:   Mon Jun 22 22:20:15 2015 +0200

    New upstream release, uploaded to pass failing tests
    
    * New upstream release, uploaded to pass failing tests
    * Add kubuntu_build-with-kf5.10.diff
    * Add kubuntu_failing-tests.diff to skip the remaining fails
---
 debian/.gitattributes                         |  1 -
 debian/changelog                              |  8 +++++++
 debian/patches/kubuntu_build-with-kf5.10.diff | 32 +++++++++++++++++++++++++++
 debian/patches/kubuntu_failing-tests.diff     | 27 ++++++++++++++++++++++
 debian/patches/series                         |  2 ++
 5 files changed, 69 insertions(+), 1 deletion(-)

diff --git a/debian/.gitattributes b/debian/.gitattributes
deleted file mode 100644
index 6a03163..0000000
--- a/debian/.gitattributes
+++ /dev/null
@@ -1 +0,0 @@
-changelog merge=dpkg-mergechangelogs
diff --git a/debian/changelog b/debian/changelog
index d48f229..ecf5cb5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+kio (5.11.0-0ubuntu1) wily; urgency=medium
+
+  * New upstream release, uploaded to pass failing tests
+  * Add kubuntu_build-with-kf5.10.diff
+  * Add kubuntu_failing-tests.diff to skip the remaining fails
+
+ -- Jonathan Riddell <jriddell at ubuntu.com>  Mon, 22 Jun 2015 21:37:16 +0200
+
 kio (5.10.0-0ubuntu2) wily; urgency=medium
 
   * Rebuild due to test server failures
diff --git a/debian/patches/kubuntu_build-with-kf5.10.diff b/debian/patches/kubuntu_build-with-kf5.10.diff
new file mode 100644
index 0000000..7b26b20
--- /dev/null
+++ b/debian/patches/kubuntu_build-with-kf5.10.diff
@@ -0,0 +1,32 @@
+Description: build with kf 5.10
+ this upload of kio is just to fix some failing tests, remove this patch once
+ the rest of kf 5.11 is up
+Author: Jonathan Riddell
+Forwarded: no
+Last-Update: 2015-06-22
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: kio-5.11.0/CMakeLists.txt
+===================================================================
+--- kio-5.11.0.orig/CMakeLists.txt
++++ kio-5.11.0/CMakeLists.txt
+@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8.12)
+ project(KIO)
+ 
+ include(FeatureSummary)
+-find_package(ECM 5.11.0  NO_MODULE)
++find_package(ECM 5.10.0  NO_MODULE)
+ set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://projects.kde.org/projects/kdesupport/extra-cmake-modules")
+ feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES)
+ 
+@@ -22,8 +22,8 @@ include(ECMSetupVersion)
+ include(ECMGenerateHeaders)
+ include(ECMMarkNonGuiExecutable)
+ 
+-set(KF5_VERSION "5.11.0") # handled by release scripts
+-set(KF5_DEP_VERSION "5.11.0") # handled by release scripts
++set(KF5_VERSION "5.10.0") # handled by release scripts
++set(KF5_DEP_VERSION "5.10.0") # handled by release scripts
+ 
+ ecm_setup_version(
+   ${KF5_VERSION}
diff --git a/debian/patches/kubuntu_failing-tests.diff b/debian/patches/kubuntu_failing-tests.diff
new file mode 100644
index 0000000..ac5ca23
--- /dev/null
+++ b/debian/patches/kubuntu_failing-tests.diff
@@ -0,0 +1,27 @@
+Description: skip a couple of failing tests
+Author: Jonathan Riddell <jriddell at ubuntu.com>
+Origin: me
+Forwarded: no, I need to tell upstream so it gets fixed there
+Last-Update: 2015-22-06
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: kio-5.11.0/autotests/CMakeLists.txt
+===================================================================
+--- kio-5.11.0.orig/autotests/CMakeLists.txt
++++ kio-5.11.0/autotests/CMakeLists.txt
+@@ -55,7 +55,6 @@ ecm_add_tests(
+  kdirmodeltest.cpp
+  kfileitemactionstest.cpp
+  fileundomanagertest.cpp
+- kurifiltertest.cpp
+  kurlcompletiontest.cpp
+  kurlrequestertest.cpp
+  jobguitest.cpp
+@@ -87,7 +86,6 @@ ecm_add_tests(
+  kdiroperatortest.cpp
+  knewfilemenutest.cpp
+  kfilecopytomenutest.cpp
+- kfileplacesmodeltest.cpp
+  NAME_PREFIX "kiofilewidgets-"
+  LINK_LIBRARIES KF5::KIOFileWidgets KF5::KIOWidgets KF5::XmlGui KF5::Bookmarks Qt5::Test
+ )
diff --git a/debian/patches/series b/debian/patches/series
index c20b47a..d1288d7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,6 @@
+kubuntu_failing-tests.diff
 return_on_ACCESS_DENIED
 report_error_removing_dirs
 wait_for_a_bit_longer
 kubuntu_kdelibs4-docs-path.diff
+kubuntu_build-with-kf5.10.diff

-- 
kio packaging



More information about the pkg-kde-commits mailing list