1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Tests: build
# this doesn't work well, without building -hppa, -multiarch and -cross packages
#Depends: build-essential
#Restrictions: build-needed
Depends: build-essential,
fakeroot,
autoconf (>= 2.64),
bison, flex, gettext, texinfo, dejagnu, quilt, chrpath, dwz,
python3, file, xz-utils, lsb-release, zlib1g-dev, procps
# build process emits warnings on stderr
Restrictions: allow-stderr
Tests: libc-link
Depends: build-essential
Tests: shlib-build
Depends: build-essential
|