Source: meson Maintainer: Jussi Pakkanen Section: devel Priority: optional Standards-Version: 4.3.0 Homepage: https://mesonbuild.com X-Python3-Version: >= 3.5 Build-Depends: debhelper (>= 11), python3:any (>= 3.5), dh-python, python3-setuptools, ninja-build (>= 1.6), # The following are needed for the unit test suite zlib1g-dev , pkg-config , libboost-dev , libboost-thread-dev , libboost-test-dev , libboost-log-dev , gobjc , gobjc++ , gnustep-make , libgnustep-base-dev , googletest , qtbase5-dev , qtbase5-private-dev , qtbase5-dev-tools , qttools5-dev-tools , protobuf-compiler , libprotobuf-dev , # OpenJDK does not work on Hurd, so skip the tests. default-jdk-headless [!hurd-i386] , valac , gobject-introspection , libgirepository1.0-dev , gfortran , flex , bison , mono-mcs , mono-devel , libwxgtk3.0-dev , python3-gi , gtk-doc-tools , # Rust is not needed to build Meson, only to run a part of its test # suite. Rust tests will be skipped if rustc is not available. This # stanza makes dep dep solver install rustc whenever it is available # and when not it installs a harmless filler package. rustc [i386 amd64] | bash-doc , python3-dev , cython3 , # GDC is available on all platforms but it only # works when libgphobos-dev is available # and it only exists on a few architectures. gdc [amd64 armhf i386] , itstool , libgtk-3-dev , # Not available on older releases and only needed for tests g++-arm-linux-gnueabihf [!armhf] | bash-doc , valgrind [amd64 i386] , llvm-dev , libsdl2-dev , # OpenMPI packages do not install currently (2018/04/23) openmpi-bin , libopenmpi-dev , # Running OpenMPI executables requires openssh. Yes, really. openssh-client , libvulkan-dev , libpcap-dev , libcups2-dev , gtk-sharp2 , gtk-sharp2-gapi , libglib2.0-cil-dev , libwmf-dev , git , mercurial , gcovr , lcov , fpga-icestorm , arachne-pnr , yosys , doxygen , nasm , Package: meson Architecture: all Multi-Arch: foreign Depends: ${shlibs:Depends}, ${misc:Depends}, # ${python3:Depends}, ninja-build(>=1.6), python3, python3-pkg-resources, Description: high-productivity build system Meson is a build system designed to increase programmer productivity. It does this by providing a fast, simple and easy to use interface for modern software development tools and practices.