File: control

package info (click to toggle)
meson 0.37.1-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 5,588 kB
  • ctags: 2,830
  • sloc: python: 19,254; ansic: 2,587; cpp: 506; sh: 87; asm: 78; xml: 48; makefile: 38; java: 36; cs: 29; lisp: 27; f90: 22; objc: 12; lex: 8; yacc: 5
file content (63 lines) | stat: -rw-r--r-- 1,594 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Source: meson
Maintainer: Jussi Pakkanen <jpakkane@gmail.com>
Section: devel
Priority: optional
Standards-Version: 3.9.8
Homepage: http://mesonbuild.com
X-Python3-Version: >= 3.5
Build-Depends: debhelper (>= 9),
  python3 (>= 3.5),
  dh-python,
  python3-setuptools,
# 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,
# Rust is not packaged on Ubuntu and it 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,
  itstool,
  libgtk-3-dev,

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.