mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 15:25:33 +02:00
MDEV-6284: Activate quilt patches again: test table expection needed
Buildbot tries to create database 'test' so we need to have these Debian-only exceptions enabled and patch our own source at build time.
This commit is contained in:
parent
4b7004dfce
commit
8c32d95920
3 changed files with 2 additions and 1 deletions
1
debian/control
vendored
1
debian/control
vendored
|
|
@ -7,6 +7,7 @@ Build-Depends: bison,
|
|||
cmake (>= 2.7),
|
||||
debhelper (>= 9),
|
||||
dh-apparmor,
|
||||
dpatch,
|
||||
libaio-dev,
|
||||
libboost-dev,
|
||||
libjemalloc-dev (>= 3.0.0~) [linux-any],
|
||||
|
|
|
|||
2
debian/rules
vendored
2
debian/rules
vendored
|
|
@ -168,6 +168,6 @@ get-orig-source:
|
|||
uscan --force-download --verbose
|
||||
|
||||
%:
|
||||
dh $@ --parallel
|
||||
dh $@ --parallel --with dpatch
|
||||
|
||||
# vim: ts=8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue