mirror of
https://github.com/MariaDB/server.git
synced 2026-04-25 09:45:31 +02:00
Extend debian/control build dependencies to max
For tracking purposes this step is committed first before the unnecessary dependencies are trimmed away. libpcre3-dev (>= 2:8.35-3.2~) is however omitted (compared to downstream Debian packaging) as it is not available in precise and we don't want to break builds on precise yet.
This commit is contained in:
parent
61e31aa5d4
commit
16be184123
1 changed files with 8 additions and 5 deletions
13
debian/control
vendored
13
debian/control
vendored
|
|
@ -8,12 +8,18 @@ Build-Depends: bison,
|
|||
chrpath,
|
||||
cmake (>= 2.7),
|
||||
debhelper,
|
||||
dh-apparmor,
|
||||
dpatch,
|
||||
gawk,
|
||||
hardening-wrapper,
|
||||
libaio-dev,
|
||||
libncurses5-dev (>= 5.0-6),
|
||||
libboost-dev,
|
||||
${MAYBE_LIBCRACK}
|
||||
libjemalloc-dev (>= 3.0.0~) [linux-any],
|
||||
libjudy-dev,
|
||||
libncurses5-dev (>= 5.0-6~),
|
||||
libpam0g-dev,
|
||||
libreadline-gplv2-dev,
|
||||
libssl-dev,
|
||||
libwrap0-dev (>= 7.6-8.3),
|
||||
lsb-release,
|
||||
|
|
@ -21,10 +27,7 @@ Build-Depends: bison,
|
|||
po-debconf,
|
||||
procps | hurd,
|
||||
psmisc,
|
||||
zlib1g-dev (>= 1:1.1.3-5),
|
||||
libreadline-gplv2-dev,
|
||||
${MAYBE_LIBCRACK}
|
||||
libjemalloc-dev (>= 3.0.0)
|
||||
zlib1g-dev (>= 1:1.1.3-5~)
|
||||
Standards-Version: 3.8.2
|
||||
Homepage: http://mariadb.org/
|
||||
Vcs-Browser: http://bazaar.launchpad.net/~maria-captains/maria/10.1/files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue