Source: meson
Maintainer: Jussi Pakkanen <jpakkane@gmail.com>
Section: devel
Priority: optional
Standards-Version: 4.5.1
Homepage: https://mesonbuild.com
X-Python3-Version: 3.5
Build-Depends: debhelper (>= 9),
  python3.5:any (>= 3.5),
  python3 (<< 3.3.2-10),
  python3-setuptools,
  ninja-build (>= 1.6),
  bash-completion,
# The following are needed for the unit test suite
  zlib1g-dev <!nocheck>,
  pkg-config <!nocheck>,
  gobjc <!nocheck>,
  gobjc++ <!nocheck>,
  gobject-introspection <!nocheck>,
  libgirepository1.0-dev <!nocheck>,
  flex <!nocheck>,
  bison <!nocheck>,
  python3-gi <!nocheck>,
  gtk-doc-tools <!nocheck>,
  python3-dev <!nocheck>,
  itstool <!nocheck>,
  libgtk-3-dev <!nocheck>,
  valgrind [amd64 i386] <!nocheck>,
  libsdl2-dev <!nocheck>,
  libvulkan-dev <!nocheck>,
  git <!nocheck>,
  lcov <!nocheck>,
  nasm <!nocheck>,
  gcc-4.8,
  g++-4.8,
  libjpeg8-dev <!nocheck>,
  cmake <!nocheck>,
  libncurses5-dev <!nocheck>,
  libncursesw5-dev <!nocheck>,

Package: meson
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ninja-build(>=1.6),
 python3.5,
 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.
