[SCM] cantor packaging branch, master, updated. debian/16.08.3-1-58-g402e113

Maximiliano Curia maxy at moszumanska.debian.org
Mon Sep 4 13:57:29 UTC 2017


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

The following commit has been merged in the master branch:
commit 013b0300e680c89e324124259249c46dee349f67
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Sun Aug 20 18:42:10 2017 +0200

    Set Priority to optional
---
 debian/cantor.install |   2 +-
 debian/control        | 110 +++++++++++++++++++++++++-------------------------
 2 files changed, 56 insertions(+), 56 deletions(-)

diff --git a/debian/cantor.install b/debian/cantor.install
index fa25ea9..2c9ff15 100644
--- a/debian/cantor.install
+++ b/debian/cantor.install
@@ -4,8 +4,8 @@ etc/xdg/cantor_qalculate.knsrc
 etc/xdg/cantor_scilab.knsrc
 usr/bin/cantor
 usr/lib/*/libcantor_config.so
-usr/lib/*/libcantorlibs.so.16.*
 usr/lib/*/libcantorlibs.so.16
+usr/lib/*/libcantorlibs.so.16.*
 usr/lib/*/qt5/plugins/cantor/assistants/cantor_advancedplotassistant.so
 usr/lib/*/qt5/plugins/cantor/assistants/cantor_creatematrixassistant.so
 usr/lib/*/qt5/plugins/cantor/assistants/cantor_differentiateassistant.so
diff --git a/debian/control b/debian/control
index 43ef9fc..1f7c0ee 100644
--- a/debian/control
+++ b/debian/control
@@ -37,7 +37,7 @@ Build-Depends: cmake (>= 2.8.12~),
                python-dev (>= 2.7~),
                python3-dev,
                qtbase5-dev (>= 5.4),
-               r-base-core
+               r-base-core,
 Standards-Version: 3.9.8
 Homepage: http://edu.kde.org/
 Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/applications/cantor.git
@@ -55,7 +55,7 @@ Suggests: cantor-backend-kalgebra,
           cantor-backend-python2,
           cantor-backend-python3,
           cantor-backend-r,
-          cantor-backend-sage
+          cantor-backend-sage,
 Description: interface for mathematical applications
  Cantor is an application to allow you to you use your favorite mathematical
  applications from within an elegant worksheet interface. It provides dialogs
@@ -75,43 +75,33 @@ Description: interface for mathematical applications
  .
  This package is part of the KDE education module.
 
-Package: cantor-dev
+Package: cantor-backend-kalgebra
 Architecture: any
-Section: libdevel
-Depends: cantor (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
-Description: interface for mathematical applications - development files
+Section: math
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: KAlgebra backend for Cantor
  Cantor is an application to allow you to you use your favorite mathematical
  applications from within an elegant worksheet interface. It provides dialogs
  to assist with common tasks and allows you to share your worksheets
  with others.
  .
- Cantor supports various mathematical applications as backends (provided in
- external packages):
-  * Maxima Computer Algebra System (cantor-backend-maxima)
-  * R Project for Statistical Computing (cantor-backend-r)
-  * Sage Mathematics Software (cantor-backend-sage)
-  * Octave (cantor-backend-octave)
-  * Python (cantor-backend-python2 and cantor-backend-python3)
-  * Scilab (cantor-backend-scilab)
-  * Qalculate! (cantor-backend-qalculate)
-  * Lua (cantor-backend-lua)
+ This package provides the backend for using KAlgebra
+ (http://edu.kde.org/kalgebra) in Cantor.
  .
  This package is part of the KDE education module.
- .
- This package contains development files for cantor.
 
-Package: cantor-backend-kalgebra
-Architecture: any
+Package: cantor-backend-lua
+Architecture: amd64 i386
 Section: math
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: KAlgebra backend for Cantor
+Description: Lua backend for Cantor
  Cantor is an application to allow you to you use your favorite mathematical
  applications from within an elegant 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 KAlgebra
- (http://edu.kde.org/kalgebra) in Cantor.
+ This package provides the backend for using the Lua language
+ (http://www.lua.org) in Cantor.
  .
  This package is part of the KDE education module.
 
@@ -145,22 +135,15 @@ Description: Octave backend for Cantor
  .
  This package is part of the KDE education module.
 
-Package: libcantor-pythonbackend
-Architecture: any
-Section: math
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Breaks: cantor-backend-python2 (<< 4:15.08)
-Replaces: cantor-backend-python2 (<< 4:15.08)
-Description: Base Python backend for Cantor
- Cantor is an application to allow you to you use your favorite mathematical
- applications from within an elegant 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 Python language
- (http://www.python.org/) in Cantor.
+Package: cantor-backend-python
+Architecture: all
+Priority: optional
+Section: oldlibs
+Depends: cantor-backend-python2
+Description: Python backend for Cantor -- transitional package
+ Transitional package for cantor-backend-python2
  .
- This package is part of the KDE education module.
+ This package can be safely removed after installation
 
 Package: cantor-backend-python2
 Architecture: any
@@ -168,7 +151,7 @@ Section: math
 Depends: libcantor-pythonbackend (= ${binary:Version}),
          python,
          ${misc:Depends},
-         ${shlibs:Depends}
+         ${shlibs:Depends},
 Description: Python2 backend for Cantor
  Cantor is an application to allow you to you use your favorite mathematical
  applications from within an elegant worksheet interface. It provides dialogs
@@ -186,7 +169,7 @@ Section: math
 Depends: libcantor-pythonbackend (= ${binary:Version}),
          python3,
          ${misc:Depends},
-         ${shlibs:Depends}
+         ${shlibs:Depends},
 Description: Python3 backend for Cantor
  Cantor is an application to allow you to you use your favorite mathematical
  applications from within an elegant worksheet interface. It provides dialogs
@@ -248,27 +231,44 @@ Description: Sage backend for Cantor
  .
  This package is part of the KDE education module.
 
-Package: cantor-backend-lua
-Architecture: amd64 i386
-Section: math
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: Lua backend for Cantor
+Package: cantor-dev
+Architecture: any
+Section: libdevel
+Depends: cantor (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Description: interface for mathematical applications - development files
  Cantor is an application to allow you to you use your favorite mathematical
  applications from within an elegant 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 Lua language
- (http://www.lua.org) in Cantor.
+ Cantor supports various mathematical applications as backends (provided in
+ external packages):
+  * Maxima Computer Algebra System (cantor-backend-maxima)
+  * R Project for Statistical Computing (cantor-backend-r)
+  * Sage Mathematics Software (cantor-backend-sage)
+  * Octave (cantor-backend-octave)
+  * Python (cantor-backend-python2 and cantor-backend-python3)
+  * Scilab (cantor-backend-scilab)
+  * Qalculate! (cantor-backend-qalculate)
+  * Lua (cantor-backend-lua)
  .
  This package is part of the KDE education module.
+ .
+ This package contains development files for cantor.
 
-Package: cantor-backend-python
-Architecture: all
-Priority: extra
-Section: oldlibs
-Depends: cantor-backend-python2
-Description: Python backend for Cantor -- transitional package
- Transitional package for cantor-backend-python2
+Package: libcantor-pythonbackend
+Architecture: any
+Section: math
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Breaks: cantor-backend-python2 (<< 4:15.08)
+Replaces: cantor-backend-python2 (<< 4:15.08)
+Description: Base Python backend for Cantor
+ Cantor is an application to allow you to you use your favorite mathematical
+ applications from within an elegant worksheet interface. It provides dialogs
+ to assist with common tasks and allows you to share your worksheets
+ with others.
  .
- This package can be safely removed after installation
+ This package provides the backend for using the Python language
+ (http://www.python.org/) in Cantor.
+ .
+ This package is part of the KDE education module.

-- 
cantor packaging



More information about the pkg-kde-commits mailing list