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 /debian/_base/dependencies/arts | |
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 'debian/_base/dependencies/arts')
-rw-r--r-- | debian/_base/dependencies/arts/debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/_base/dependencies/arts/debian/control b/debian/_base/dependencies/arts/debian/control index 6c5ca4af5..bb9f63ca4 100644 --- a/debian/_base/dependencies/arts/debian/control +++ b/debian/_base/dependencies/arts/debian/control @@ -4,12 +4,12 @@ Maintainer: TDE Debian Team <[email protected]> XSBC-Original-Maintainer: Debian Qt/TDE Maintainers <[email protected]> Priority: optional Uploaders: Adeodato Sim <[email protected]>, Ana Beatriz Guerrero Lopez <[email protected]>, Fathi Boudra <[email protected]>, Modestas Vainius <[email protected]> -Build-Depends: cdbs (>= 0.4.48), debhelper (>= 9~), quilt, - docbook-to-man, gawk, sharutils, texinfo, +Build-Depends: cdbs, debhelper (>= 9~), quilt, cmake, ninja-build, + docbook-to-man, texinfo, libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libaudio-dev, libaudiofile-dev, libglib2.0-dev, libmad0-dev, libogg-dev, libtqtinterface-dev, - libvorbis-dev, cmake, libltdl-dev + libvorbis-dev, libltdl-dev Build-Conflicts: libmas-dev Standards-Version: 3.8.4 |