[SCM] xembed-sni-proxy packaging branch, launchpad, updated. debian/0_git20151005-77d78c3-2-9-gcf45811

Boris Pek tehnick at moszumanska.debian.org
Tue Oct 27 21:25:58 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/xembed-sni-proxy.git;a=commitdiff;h=2dd63f3

The following commit has been merged in the launchpad branch:
commit 2dd63f37efcb487d70a71fa0c8973e9d2edc411b
Author: Boris Pek <tehnick-8 at yandex.ru>
Date:   Tue Oct 27 23:45:58 2015 +0300

    Add patch fix-build-in-ubuntu-15.04.
---
 debian/patches/fix-build-in-ubuntu-15.04.patch | 16 ++++++++++++++++
 debian/patches/series                          |  1 +
 2 files changed, 17 insertions(+)

diff --git a/debian/patches/fix-build-in-ubuntu-15.04.patch b/debian/patches/fix-build-in-ubuntu-15.04.patch
new file mode 100644
index 0000000..d386742
--- /dev/null
+++ b/debian/patches/fix-build-in-ubuntu-15.04.patch
@@ -0,0 +1,16 @@
+Description: Set minimal required ECM version to 5.9.0.
+ For support of Ubuntu 15.04 (Vivid Vervet).
+Author: Boris Pek <tehnick-8 at yandex.ru>
+Last-Update: 2015-10-27
+
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -7,7 +7,7 @@
+     cmake_policy(SET CMP0043 OLD)
+ endif()
+ 
+-find_package(ECM 5.14.0 REQUIRED NO_MODULE)
++find_package(ECM 5.9.0 REQUIRED NO_MODULE)
+ include(FeatureSummary)
+ include(WriteBasicConfigVersionFile)
+ include(GenerateExportHeader)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f8e327b
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-build-in-ubuntu-15.04.patch

-- 
xembed-sni-proxy packaging



More information about the pkg-kde-commits mailing list