Source: meson Maintainer: Jussi Pakkanen Uploaders: Michael Tokarev Section: devel Priority: optional Standards-Version: 4.6.1 Homepage: https://mesonbuild.com X-Python3-Version: >= 3.7 Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), python3:any (>= 3.5), dh-exec, dh-python, python3-setuptools, ninja-build (>= 1.6), bash-completion, # The following are needed for the unit test suite zlib1g-dev , pkg-config , libboost-dev , libboost-thread-dev , libboost-test-dev , libboost-log-dev , libboost-python-dev , libboost-regex-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-gtk3-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 arm64 armhf] | 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 tests do not run under pbuilder and the packages are currently # (2020-09-10) broken and uninstallable so disable this. 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 , # Disabled temporarily as this has an upstream bug. # fpga-icestorm , # arachne-pnr , # yosys , doxygen , nasm , cmake , clang-format , Package: meson Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, ${python3:Depends}, ninja-build(>=1.6), python3-pkg-resources, python3-setuptools Recommends: dpkg-dev, 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.