[SCM] kwin packaging branch, kubuntu_utopic_next, updated. c37fd0aa6dc01a1dd3859a27ff1734f6d799c52b
Jonathan Riddell
jriddell-guest at moszumanska.debian.org
Thu Oct 2 16:07:51 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-kde/plasma/kwin.git;a=commitdiff;h=c37fd0a
The following commit has been merged in the kubuntu_utopic_next branch:
commit c37fd0aa6dc01a1dd3859a27ff1734f6d799c52b
Author: Jonathan Riddell <jr at jriddell.org>
Date: Thu Oct 2 18:07:48 2014 +0200
add patches
---
debian/patches/kubuntu_kf5-version.diff | 36 +++++++++++++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 37 insertions(+)
diff --git a/debian/patches/kubuntu_kf5-version.diff b/debian/patches/kubuntu_kf5-version.diff
new file mode 100644
index 0000000..7a6dcd6
--- /dev/null
+++ b/debian/patches/kubuntu_kf5-version.diff
@@ -0,0 +1,36 @@
+ Description: <short summary of the patch>
+ TODO: Put a short summary on the line above and replace this paragraph
+ with a longer explanation of this change. Complete the meta-information
+ with other relevant fields (see below for details). To make it easier, the
+ information below has been extracted from the changelog. Adjust it or drop
+ it.
+ .
+ kwin (4:5.0.95-0ubuntu1~ubuntu14.10~ppa2) utopic; urgency=medium
+ .
+ * New upstream beta release
+Author: Jonathan Riddell <jriddell at ubuntu.com>
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: https://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- kwin-5.0.95.orig/CMakeLists.txt
++++ kwin-5.0.95/CMakeLists.txt
+@@ -4,7 +4,7 @@ set(PROJECT_VERSION_MAJOR 5)
+
+ cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
+ set(QT_MIN_VERSION "5.3.0")
+-set(KF5_MIN_VERSION "5.3.0")
++set(KF5_MIN_VERSION "5.2.0")
+
+ set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules ${CMAKE_MODULE_PATH} )
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..3814bce
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+kubuntu_kf5-version.diff
--
kwin packaging
More information about the pkg-kde-commits
mailing list