[SCM] cantor packaging branch, master, updated. debian/4.7.4-3-10-gb764a68

José Manuel Santamaría Lema santa-guest at alioth.debian.org
Sun Jun 17 16:36:12 UTC 2012


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

The following commit has been merged in the master branch:
commit 48e63fada2885ce7b003a42516573a9f4d55cc4b
Author: José Manuel Santamaría Lema <panfaust at gmail.com>
Date:   Sun Jun 17 17:38:55 2012 +0200

    Add backends for qalcualte and scilab.
---
 debian/cantor-backend-qalculate.install |    7 +++++++
 debian/cantor-backend-scilab.install    |    5 +++++
 debian/changelog                        |    3 +++
 debian/control                          |   30 ++++++++++++++++++++++++++++++
 4 files changed, 45 insertions(+), 0 deletions(-)

diff --git a/debian/cantor-backend-qalculate.install b/debian/cantor-backend-qalculate.install
new file mode 100644
index 0000000..036421a
--- /dev/null
+++ b/debian/cantor-backend-qalculate.install
@@ -0,0 +1,7 @@
+usr/lib/kde4/cantor_qalculatebackend.so
+usr/lib/kde4/cantor_qalculateplotassistant.so
+usr/share/icons/hicolor/48x48/apps/qalculatebackend.png
+usr/share/kde4/apps/cantor/cantor_qalculateplotassistant.rc
+usr/share/kde4/config.kcfg/qalculatebackend.kcfg
+usr/share/kde4/services/cantor/qalculatebackend.desktop
+usr/share/kde4/services/cantor/qalculateplotassistant.desktop
diff --git a/debian/cantor-backend-scilab.install b/debian/cantor-backend-scilab.install
new file mode 100644
index 0000000..977e559
--- /dev/null
+++ b/debian/cantor-backend-scilab.install
@@ -0,0 +1,5 @@
+usr/lib/kde4/cantor_scilabbackend.so
+usr/share/icons/hicolor/48x48/apps/scilabbackend.png
+usr/share/kde4/apps/cantor/scilabbackend/keywords.xml
+usr/share/kde4/config.kcfg/scilabbackend.kcfg
+usr/share/kde4/services/cantor/scilabbackend.desktop
diff --git a/debian/changelog b/debian/changelog
index 88f8af1..e580c7a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,9 @@ cantor (4:4.8.4-0r0) UNRELEASED; urgency=low
   * Build depend on libanalitza-dev instead of kalgebra-dev.
   * Build depend on libqalculate-dev and libglib2.0-dev, needed to build the
     qalculate backend.
+  * Add new backends:
+    - cantor-backend-qalculate
+    - cantor-backend-scilab
   * Remove upstream_Qualify-which-setupUi-is-being-called.patch, applied
     upstream.
   * Add watch file.
diff --git a/debian/control b/debian/control
index 1c92a85..4a7d922 100644
--- a/debian/control
+++ b/debian/control
@@ -85,6 +85,21 @@ Description: Octave backend for Cantor
  .
  This package is part of the KDE education module.
 
+Package: cantor-backend-qalculate
+Architecture: any
+Section: math
+Depends: ${shlibs:Depends}, ${misc:Depends}, qalculate
+Description: Octave backend for Cantor
+ Cantor is an application to allow you to you use your favorite mathematical
+ applications from within an elegant KDE-integrated worksheet interface. It
+ provides dialogs to assist with common tasks and allows you to share your
+ worksheets with others.
+ .
+ This package provides the backend for using the Qalculate! calculator
+ (http://qalculate.sourceforge.net/) in Cantor.
+ .
+ This package is part of the KDE education module.
+
 Package: cantor-backend-r
 Architecture: any
 Section: math
@@ -120,6 +135,21 @@ Description: Sage backend for Cantor
  .
  This package is part of the KDE education module.
 
+Package: cantor-backend-scilab
+Architecture: any
+Section: math
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Octave backend for Cantor
+ Cantor is an application to allow you to you use your favorite mathematical
+ applications from within an elegant KDE-integrated worksheet interface. It
+ provides dialogs to assist with common tasks and allows you to share your
+ worksheets with others.
+ .
+ This package provides the backend for using the Scilab scientific software
+ package for numerical computations (http://www.scilab.org) in Cantor.
+ .
+ This package is part of the KDE education module.
+
 Package: cantor-dbg
 Architecture: any
 Section: debug

-- 
cantor packaging



More information about the pkg-kde-commits mailing list