[SCM] cantor packaging branch, kubuntu_wily_archive, updated. ubuntu/4%15.08.2-0ubuntu1-5-g3bf1d04
Harald Sitter
apachelogger-guest at moszumanska.debian.org
Thu Oct 15 13:29:28 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/cantor.git;a=commitdiff;h=3702d4f
The following commit has been merged in the kubuntu_wily_archive branch:
commit 3702d4f3690e1a97818e93c9737c9e422e22f03c
Author: Harald Sitter <sitter at kde.org>
Date: Thu Oct 15 15:06:30 2015 +0200
Made octave backend depend on ghostscript as some of its scripts use the print instruction which requires it
---
debian/changelog | 2 ++
debian/control | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 524fa2a..7782ad7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ cantor (4:15.08.2-0ubuntu2) UNRELEASED; urgency=medium
* Start kdeinit5 rather than kdeinit4 in the autopkgtest testsuite
* autopkgtest depends on python3-numpy to pass the python3 tests
+ * Made octave backend depend on ghostscript as some of its scripts use the
+ print instruction which requires it
-- Harald Sitter <sitter at kde.org> Thu, 15 Oct 2015 12:42:05 +0200
diff --git a/debian/control b/debian/control
index 5cf28a0..5181614 100644
--- a/debian/control
+++ b/debian/control
@@ -154,7 +154,7 @@ Description: Maxima backend for Cantor
Package: cantor-backend-octave
Architecture: any
Section: math
-Depends: octave, ${misc:Depends}, ${shlibs:Depends}
+Depends: ghostscript, octave, ${misc:Depends}, ${shlibs:Depends}
Description: Octave 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
--
cantor packaging
More information about the pkg-kde-commits
mailing list