[SCM] kdenlive packaging branch, kubuntu_xenial_archive, updated. ubuntu/4%15.08.2-0ubuntu1-561-gb8d8ab5

Scarlett Clark sgclark-guest at moszumanska.debian.org
Thu Feb 18 19:31:20 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/kdenlive.git;a=commitdiff;h=508c768

The following commit has been merged in the kubuntu_xenial_archive branch:
commit 508c76858a549bd7b80833420200a0db0b5fdbcb
Author: the-me <the-me at f1c9c430-f51a-44e6-a298-6f72677f57b2>
Date:   Thu Aug 27 17:17:46 2015 +0000

    * Add patch 02-fix-spelling-error to fix a spelling error.
    
    
    git-svn-id: https://svn.linux-dev.org/svn/pkg/kdenlive/trunk/debian@6217 f1c9c430-f51a-44e6-a298-6f72677f57b2
---
 changelog                          |  1 +
 patches/02-fix-spelling-error.diff | 14 ++++++++++++++
 patches/series                     |  1 +
 3 files changed, 16 insertions(+)

diff --git a/changelog b/changelog
index ba768c5..2483ba9 100644
--- a/changelog
+++ b/changelog
@@ -4,6 +4,7 @@ kdenlive (15.08.0-1) UNRELEASED; urgency=medium
     - Remove merged patch 02-armhf-armel-use-opengles.
     - Add new build dependency qtdeclarative5-dev.
   * Adjust debian/copyright.
+  * Add patch 02-fix-spelling-error to fix a spelling error.
 
  -- Patrick Matthäi <pmatthaei at debian.org>  Thu, 20 Aug 2015 20:53:11 +0200
 
diff --git a/patches/02-fix-spelling-error.diff b/patches/02-fix-spelling-error.diff
new file mode 100644
index 0000000..2859525
--- /dev/null
+++ b/patches/02-fix-spelling-error.diff
@@ -0,0 +1,14 @@
+# Fix spelling error.
+
+diff -Naur kdenlive-15.08.0.orig/src/bin/projectclip.cpp kdenlive-15.08.0/src/bin/projectclip.cpp
+--- kdenlive-15.08.0.orig/src/bin/projectclip.cpp	2015-08-12 01:20:55.000000000 +0200
++++ kdenlive-15.08.0/src/bin/projectclip.cpp	2015-08-27 19:16:09.172511189 +0200
+@@ -257,7 +257,7 @@
+ void ProjectClip::setProducer(ClipController *controller, bool replaceProducer)
+ {
+     if (!replaceProducer && m_controller) {
+-        qDebug()<<"// RECIEVED PRODUCER BUT WE ALREADY HAVE ONE
----------";
++        qDebug()<<"// RECEIVED PRODUCER BUT WE ALREADY HAVE ONE
----------";
+         return;
+     }
+     if (m_controller) {
diff --git a/patches/series b/patches/series
index 3d832ef..a97da15 100644
--- a/patches/series
+++ b/patches/series
@@ -1 +1,2 @@
 01-desktop-keywords.diff
+02-fix-spelling-error.diff

-- 
kdenlive packaging



More information about the pkg-kde-commits mailing list