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
|
Source: pgdg-buildenv
Section: misc
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Uploaders: Christoph Berg <myon@debian.org>
Standards-Version: 3.9.6
Build-Depends: debhelper (>= 9~)
Vcs-Browser: http://git.postgresql.org/gitweb/?p=pgapt.git
Vcs-Git: git://git.postgresql.org/git/pgapt.git
Homepage: https://apt.postgresql.org/
Package: pgdg-buildenv
Architecture: all
Depends: ${misc:Depends},
build-essential,
debhelper (>= 9~),
fakeroot,
eatmydata,
# dependencies of postgresql-server-dev-all:
postgresql-common (>= 117~), lsb-release, dctrl-tools,
# postgresql
dpkg-dev (>= 1.16.1~) | hardening-wrapper,
# testsuite:
hunspell-en-us, locales, logrotate, net-tools, netcat-openbsd,
# autopkgtest
autopkgtest, newpid, sudo
Description: metapackage to install in pgdg build chroots
metapackage to install in pgdg build chroots for apt.postgresql.org
|