diff options
author | Otto Kekäläinen <otto@mariadb.org> | 2016-10-11 17:26:22 +0300 |
---|---|---|
committer | Otto Kekäläinen <otto@mariadb.org> | 2016-10-27 18:42:17 +0300 |
commit | 8c32d959203e88a20e066338630f3d88ec27fea4 (patch) | |
tree | c45eb13d50dd41c090005321c6fe6e19060f7d8f /debian/rules | |
parent | 4b7004dfcefe36de7e140a00df2231c3fc791090 (diff) | |
download | mariadb-git-8c32d959203e88a20e066338630f3d88ec27fea4.tar.gz |
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.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 7a7a93bec56..c14076ed67b 100755 --- a/debian/rules +++ b/debian/rules @@ -168,6 +168,6 @@ get-orig-source: uscan --force-download --verbose %: - dh $@ --parallel + dh $@ --parallel --with dpatch # vim: ts=8 |