Source: meson
Maintainer: Jussi Pakkanen <jpakkane@gmail.com>
Section: devel
Priority: optional
Standards-Version: 3.9.6
Homepage: http://mesonbuild.com
X-Python3-Version: >= 3.3
Build-Depends: debhelper (>= 9),
  python3 (>= 3.3),
# The following are needed for the unit test suite
  ninja-build (>= 1.5.1),
  zlib1g-dev,
  pkg-config,
  libboost-dev,
  libboost-thread-dev,
  libboost-test-dev,
  gobjc,
  gobjc++,
  gnustep-make,
  libgnustep-base-dev,
  libgtest-dev,
  google-mock,
  qtbase5-dev,
  qtbase5-dev-tools,
  protobuf-compiler,
  libprotobuf-dev,
# OpenJDK does not work on Hurd, so skip the tests.
  openjdk-8-jdk [!hurd-i386],
  valac,
  gobject-introspection,
  libgirepository1.0-dev,
  gfortran,
  flex,
  bison,
  mono-mcs,
  mono-devel,
  libwxgtk3.0-dev,
  python3-gi,
  gtk-doc-tools,
  rustc [i386 amd64],

Package: meson
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends},
# ${python3:Depends},
 ninja-build, python3
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.

Package: meson-gui
Architecture: all
Depends: python3,python3-pyqt5,${shlibs:Depends}, ${misc:Depends},
# ${python3:Depends},
 meson
Description: graphical user interface for the Meson build system
 This package provides a graphical interface to configure and inspect
 Meson builds.
