[SCM] cantor packaging branch, kubuntu_unstable, updated. debian/4.14.2-2-28-gbffebef
Harald Sitter
apachelogger-guest at moszumanska.debian.org
Thu Mar 26 13:14:29 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/cantor.git;a=commitdiff;h=bffebef
The following commit has been merged in the kubuntu_unstable branch:
commit bffebefb63659ed9f60cacf81738c766bf86b987
Author: Harald Sitter <sitter at kde.org>
Date: Thu Mar 26 14:13:26 2015 +0100
add cantor-dev package
upstream would like cantorlibs to be useful to the rest of the world.
since we have nothing in the archive using it though, we are going with a
simple dev package without proper library treatment as to avoid overhead on
our end while still supporting upstream in their efforts.
http://markmail.org/thread/3rv4ucwqxbloz6b7
---
debian/cantor-dev.install | 18 ++++++++++++++++++
debian/control | 25 +++++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/debian/cantor-dev.install b/debian/cantor-dev.install
new file mode 100644
index 0000000..771052e
--- /dev/null
+++ b/debian/cantor-dev.install
@@ -0,0 +1,18 @@
+sr/include/cantor/defaultvariablemodel.h
+usr/include/cantor/animationresult.h
+usr/include/cantor/backend.h
+usr/include/cantor/cantor_export.h
+usr/include/cantor/cantor_macros.h
+usr/include/cantor/completionobject.h
+usr/include/cantor/defaulthighlighter.h
+usr/include/cantor/epsresult.h
+usr/include/cantor/expression.h
+usr/include/cantor/extension.h
+usr/include/cantor/helpresult.h
+usr/include/cantor/imageresult.h
+usr/include/cantor/latexresult.h
+usr/include/cantor/result.h
+usr/include/cantor/session.h
+usr/include/cantor/syntaxhelpobject.h
+usr/include/cantor/textresult.h
+usr/lib/*/libcantorlibs.so
diff --git a/debian/control b/debian/control
index 6f3efa5..9bced39 100644
--- a/debian/control
+++ b/debian/control
@@ -96,6 +96,31 @@ Description: interface for mathematical applications
.
This package is part of the KDE education module.
+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.
+ .
+ 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-kalgebra
Architecture: any
Section: math
--
cantor packaging
More information about the pkg-kde-commits
mailing list