[sagemath] 01/01: Fix some dependencies between sagemath packages.
Tobias Hansen
thansen at moszumanska.debian.org
Sun Dec 4 18:50:33 UTC 2016
This is an automated email from the git hooks/post-receive script.
thansen pushed a commit to branch master
in repository sagemath.
commit 5ac37da460717cfb8bd9c8ee3aeffc5ec947501d
Author: Tobias Hansen <thansen at broeselmaschine.fc.up.pt>
Date: Sun Dec 4 18:50:28 2016 +0000
Fix some dependencies between sagemath packages.
---
debian/control.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/control.in b/debian/control.in
index 6f98877..b25fd3e 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -90,7 +90,7 @@ Description: Open Source Mathematical Software
This package contains the main SageMath installation.
Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends},
RUNTIME_DEPENDS
- sagemath-common (= ${binary:Version})
+ sagemath-common (= ${source:Version})
Recommends: sagemath-doc-en, sagemath-jupyter
Package: sagemath-common
@@ -123,6 +123,6 @@ Description: Open Source Mathematical Software - Jupyter kernel
Mathematica and Matlab.
.
This package contains the Jupyter kernel of SageMath.
-Depends:
+Depends: ${misc:Depends},
JUPYTER_DEPENDS
- sagemath (= ${binary:Version})
+ sagemath (>= ${source:Version}), sagemath (<< ${source:Version}.1~)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sagemath.git
More information about the debian-science-commits
mailing list