[SCM] cantor packaging branch, master, updated. ubuntu/4%15.08.0-0ubuntu1-34-g9715f1d

Maximiliano Curia maxy at moszumanska.debian.org
Sat Sep 19 19:43:22 UTC 2015


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

The following commit has been merged in the master branch:
commit a4a951d91377bfb973db67b1e96ddc8637d888df
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Fri Sep 18 12:29:40 2015 +0200

    Add python backends internal dependencies.
---
 debian/control | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 9b0ca9b..07b91ae 100644
--- a/debian/control
+++ b/debian/control
@@ -156,7 +156,10 @@ Description: Base Python backend for Cantor
 Package: cantor-backend-python2
 Architecture: any
 Section: math
-Depends: python, ${misc:Depends}, ${shlibs:Depends}
+Depends: libcantor-pythonbackend (= ${binary:Version}),
+         python,
+         ${misc: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
@@ -171,7 +174,10 @@ Description: Python2 backend for Cantor
 Package: cantor-backend-python3
 Architecture: any
 Section: math
-Depends: python3, ${misc:Depends}, ${shlibs:Depends}
+Depends: libcantor-pythonbackend (= ${binary:Version}),
+         python3,
+         ${misc: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

-- 
cantor packaging



More information about the pkg-kde-commits mailing list