diff options
author | Slávek Banko <[email protected]> | 2020-03-26 17:25:31 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-03-26 17:26:20 +0100 |
commit | 4b501c3f73ba601ab542dc7b4cd285b2d92f8273 (patch) | |
tree | 8eb60cf2bd2eefd1f45ba4b36c53efa5a0dfcd02 /ubuntu | |
parent | 5cc5135afe685c7d0b30ef27144bdcbb0d06fc2f (diff) | |
download | tde-packaging-4b501c3f73ba601ab542dc7b4cd285b2d92f8273.tar.gz tde-packaging-4b501c3f73ba601ab542dc7b4cd285b2d92f8273.zip |
DEB tdeedu: Add texlive-latex-extra to build-deps.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit cabc4c7748fc029c59ed94d719612dde3ded55bd)
Diffstat (limited to 'ubuntu')
-rw-r--r-- | ubuntu/_base/tdeedu/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/_base/tdeedu/debian/control b/ubuntu/_base/tdeedu/debian/control index 0db11d3c8..3b529cf78 100644 --- a/ubuntu/_base/tdeedu/debian/control +++ b/ubuntu/_base/tdeedu/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Timothy Pearson <[email protected]> XSBC-Original-Maintainer: Debian Qt/KDE Maintainers <[email protected]> Uploaders: Ana Beatriz Guerrero Lopez <[email protected]>, Christopher Martin <[email protected]>, Daniel Schepler <[email protected]>, Sune Vuorela <[email protected]> -Build-Depends: debhelper (>= 9~), cdbs (>= 0.4.39-0.1), quilt, cmake, tdelibs14-trinity-dev, libnum-ocaml-dev | ocaml-nox (<< 4.08), libfacile-ocaml-dev, libasound2-dev, gawk, libboost-python-dev (>= 1.33.1), libusb-dev, sharutils, doxygen, graphviz, texlive-latex-base, ghostscript, libogg-dev +Build-Depends: debhelper (>= 9~), cdbs (>= 0.4.39-0.1), quilt, cmake, tdelibs14-trinity-dev, libnum-ocaml-dev | ocaml-nox (<< 4.08), libfacile-ocaml-dev, libasound2-dev, gawk, libboost-python-dev (>= 1.33.1), libusb-dev, sharutils, doxygen, graphviz, texlive-latex-base, texlive-latex-extra, ghostscript, libogg-dev Standards-Version: 3.8.4 Package: tdeedu-trinity |