diff options
author | Slávek Banko <[email protected]> | 2021-05-10 02:57:11 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-05-12 13:03:27 +0200 |
commit | c6979fb7acfb6e35a0a197af99500e06645d3e30 (patch) | |
tree | 83f1f1e5afd95de92666a0d89ead68417daa7bb0 /dilos/core/tdeedu | |
parent | b61211a0480af41249bc9072c1d5c8dd1eca00f3 (diff) | |
download | tde-packaging-c6979fb7acfb6e35a0a197af99500e06645d3e30.tar.gz tde-packaging-c6979fb7acfb6e35a0a197af99500e06645d3e30.zip |
DEB: Swith cmake builds to use ninja-build.
Cleaning automake dependencies.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit ad1898f6e2ef733686f2c03e19e3f320cab8ef13)
Diffstat (limited to 'dilos/core/tdeedu')
-rw-r--r-- | dilos/core/tdeedu/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dilos/core/tdeedu/debian/control b/dilos/core/tdeedu/debian/control index 9f2c8c1cd..ce6b8e832 100644 --- a/dilos/core/tdeedu/debian/control +++ b/dilos/core/tdeedu/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: TDE Debian Team <[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, libboost-python-dev (>= 1.33.1), libusb-dev, doxygen, graphviz, texlive-latex-base, texlive-latex-extra, ghostscript +Build-Depends: cdbs, debhelper (>= 9~), quilt, cmake, ninja-build, tdelibs14-trinity-dev, libnum-ocaml-dev | ocaml-nox (<< 4.08), libfacile-ocaml-dev, libboost-python-dev (>= 1.33.1), libusb-dev, doxygen, graphviz, texlive-latex-base, texlive-latex-extra, ghostscript Standards-Version: 3.8.4 Package: tdeedu-trinity |