[sagemath] 02/02: Add texlive-latex-base as a build-dep so configure doesn't fail

Ximin Luo infinity0 at debian.org
Sat Jan 7 14:35:36 UTC 2017


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch master
in repository sagemath.

commit a9133bd4fdedb502d9f885556f6a776631d5a082
Author: Ximin Luo <infinity0 at debian.org>
Date:   Sat Jan 7 15:33:04 2017 +0100

    Add texlive-latex-base as a build-dep so configure doesn't fail
    
    This used to be brought in automatically by sagetex but we downgraded that to a
    runtime-recommends to avoid build failures.
    
    Furthermore according to upstream configure.ac, latex is used "for %latex mode
    in the [..] notebook" so also add it explicitly as a direct runtime-recommends
    alongside rather than underneath sagetex.
---
 debian/control.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control.in b/debian/control.in
index 378cbf5..925f0c2 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -72,6 +72,7 @@ Build-Depends:
  pkg-config,
  python2.7-dev,
  scons,
+ texlive-latex-base,
  zlib1g-dev,
 
 Package: sagemath
@@ -91,7 +92,7 @@ Description: Open Source Mathematical Software
 Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends},
  RUNTIME_DEPENDS
  sagemath-common (= ${source:Version})
-Recommends: sagemath-doc-en, sagemath-jupyter, sagetex
+Recommends: sagemath-doc-en, sagemath-jupyter, sagetex, texlive-latex-base
 
 Package: sagemath-common
 Architecture: all

-- 
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