[SCM] cantor packaging branch, kubuntu_unstable, updated. ubuntu/15.08.2-0ubuntu2-20-gf06c653

Rohan Garg rohangarg-guest at moszumanska.debian.org
Wed Nov 25 20:27:55 UTC 2015


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

The following commit has been merged in the kubuntu_unstable branch:
commit f06c6537c8a8d6728194d0e9121e4a61d413cf1e
Author: Rohan Garg <rohan at garg.io>
Date:   Wed Nov 25 21:27:43 2015 +0100

    Drop kubuntu_by-default-use-octave-cli-rather-than-octave.patch
    
    Applied upstream
---
 ...default-use-octave-cli-rather-than-octave.patch | 31 ----------------------
 debian/patches/series                              |  1 -
 2 files changed, 32 deletions(-)

diff --git a/debian/patches/kubuntu_by-default-use-octave-cli-rather-than-octave.patch b/debian/patches/kubuntu_by-default-use-octave-cli-rather-than-octave.patch
deleted file mode 100644
index 4ef0933..0000000
--- a/debian/patches/kubuntu_by-default-use-octave-cli-rather-than-octave.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-Description: by default use octave-cli rather than octave
- 'octave' can randomly decide to load its GUI rather than the CLI depending
- on environmental factors. We cannot stdin control the GUI, so there is no
- point in introducing this instability but instead call octave-cli directly
- since it is the only possibly operation mode we support.
-
- (NB there also is a --no-gui switch which for me doesn't appear to work for
-  some reason, so octave-cli directly seems the most reliable approach to
-  this)
-Author: Harald Sitter <sitter at kde.org>
-Origin: vendor
-Forwarded: https://git.reviewboard.kde.org/r/125646/
-Reviewed-by: Rohan Garg <rohan at kde.org>
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
-diff --git a/src/backends/octave/octavebackend.kcfg b/src/backends/octave/octavebackend.kcfg
-index be3f4f4..286910b 100644
---- a/src/backends/octave/octavebackend.kcfg
-+++ b/src/backends/octave/octavebackend.kcfg
-@@ -8,7 +8,7 @@
-   <group name="OctaveBackend">
-     <entry name="Path" type="Url">
-       <label>Path to the Octave executable</label>
--      <default code="true">QUrl::fromLocalFile(QStandardPaths::findExecutable( QLatin1String("octave") ))</default>
-+      <default code="true">QUrl::fromLocalFile(QStandardPaths::findExecutable( QLatin1String("octave-cli") ))</default>
-     </entry>
-     <entry name="integratePlots" type="Bool">
-       <label>Integrate Plots into the Worksheet</label>
--- 
-2.1.4
-
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 3502f2c..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-kubuntu_by-default-use-octave-cli-rather-than-octave.patch

-- 
cantor packaging



More information about the pkg-kde-commits mailing list